mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Fix reversed meaning of error codes
The meaning of the X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY and X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT error codes were still reversed in the X509_STORE_CTX_get_error function documentation.
This used to be the problem also in the verify application documentation, but was fixed on 2010-02-23 in 7d3d178
.
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9529)
This commit is contained in:
parent
7c03bb9fff
commit
6d5aa88d74
@ -101,8 +101,8 @@ the operation was successful.
|
|||||||
|
|
||||||
=item B<X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT: unable to get issuer certificate>
|
=item B<X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT: unable to get issuer certificate>
|
||||||
|
|
||||||
the issuer certificate could not be found: this occurs if the issuer certificate
|
the issuer certificate of a locally looked up certificate could not be found.
|
||||||
of an untrusted certificate cannot be found.
|
This normally means the list of trusted certificates is not complete.
|
||||||
|
|
||||||
=item B<X509_V_ERR_UNABLE_TO_GET_CRL: unable to get certificate CRL>
|
=item B<X509_V_ERR_UNABLE_TO_GET_CRL: unable to get certificate CRL>
|
||||||
|
|
||||||
@ -180,8 +180,8 @@ the root could not be found locally.
|
|||||||
|
|
||||||
=item B<X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY: unable to get local issuer certificate>
|
=item B<X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY: unable to get local issuer certificate>
|
||||||
|
|
||||||
the issuer certificate of a locally looked up certificate could not be found.
|
the issuer certificate could not be found: this occurs if the issuer certificate
|
||||||
This normally means the list of trusted certificates is not complete.
|
of an untrusted certificate cannot be found.
|
||||||
|
|
||||||
=item B<X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE: unable to verify the first certificate>
|
=item B<X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE: unable to verify the first certificate>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user