Make sure a corresponding plain text error message exists for the
[openssl.git] / crypto / x509 / x509_txt.c
index 871cc33637cae7554141c6588f9dc13b65bc582c..de7550d9cdebfcb95a18c045eaeacaf73b81a6e9 100644 (file)
@@ -120,6 +120,8 @@ long n;
                return("unable to verify the first certificate");
        case X509_V_ERR_CERT_CHAIN_TOO_LONG:
                return("certificate chain too long");
+       case X509_V_ERR_CERT_REVOKED:
+               return("certificate revoked");
        case X509_V_ERR_APPLICATION_VERIFICATION:
                return("application verification failure");
        default: