mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
parent
b1e8b4e65d
commit
3005764c18
@ -129,7 +129,7 @@ const char *X509_verify_cert_error_string(long n)
|
|||||||
case X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED:
|
case X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED:
|
||||||
return("proxy path length constraint exceeded");
|
return("proxy path length constraint exceeded");
|
||||||
case X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED:
|
case X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED:
|
||||||
return("proxy cerificates not allowed, please set the appropriate flag");
|
return("proxy certificates not allowed, please set the appropriate flag");
|
||||||
case X509_V_ERR_INVALID_PURPOSE:
|
case X509_V_ERR_INVALID_PURPOSE:
|
||||||
return ("unsupported certificate purpose");
|
return ("unsupported certificate purpose");
|
||||||
case X509_V_ERR_CERT_UNTRUSTED:
|
case X509_V_ERR_CERT_UNTRUSTED:
|
||||||
|
Loading…
Reference in New Issue
Block a user