]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x509/x509_txt.c
Add support for CRLs partitioned by reason code.
[thirdparty/openssl.git] / crypto / x509 / x509_txt.c
index 2017f86a77e54faf0cd41071ef2baa8f872b3149..c44f753c462cb2be7d26e4b1c18eebd6f55a1c4c 100644 (file)
@@ -181,6 +181,8 @@ const char *X509_verify_cert_error_string(long n)
                return("unsupported or invalid name constraint syntax");
        case X509_V_ERR_UNSUPPORTED_NAME_SYNTAX:
                return("unsupported or invalid name syntax");
+       case X509_V_ERR_CRL_PATH_VALIDATION_ERROR:
+               return("CRL path validation error");
 
        default:
                BIO_snprintf(buf,sizeof buf,"error number %ld",n);