Support assembler for Mingw32.
[oweals/openssl.git] / crypto / x509 / x509_txt.c
index b6f61c5e5742980bccefb4ce5696675a129513bc..209cf5319135dfbc778aa93580d655a531578446 100644 (file)
@@ -126,6 +126,10 @@ const char *X509_verify_cert_error_string(long n)
                return ("path length constraint exceeded");
        case X509_V_ERR_INVALID_PURPOSE:
                return ("unsupported certificate purpose");
+       case X509_V_ERR_CERT_UNTRUSTED:
+               return ("certificate not trusted");
+       case X509_V_ERR_CERT_REJECTED:
+               return ("certificate rejected");
        case X509_V_ERR_APPLICATION_VERIFICATION:
                return("application verification failure");
        default: