diff options
author | Thomas Bellebaum <91870704+bellebaum@users.noreply.github.com> | 2022-05-17 13:42:05 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-05-18 17:15:59 +0200 |
commit | 0db53e9312f9648874b283124655f9772dfa1690 (patch) | |
tree | 4aa2849b70e17900c8c69e54116b4703577740db /doc/man3/X509_STORE_CTX_get_error.pod | |
parent | 5702392f73e679fd9ed9dd912cf4c9dc613c4d71 (diff) | |
download | openssl-new-0db53e9312f9648874b283124655f9772dfa1690.tar.gz |
Documentation: X509_V_ERR_CERT_CHAIN_TOO_LONG is not unused
The Error `X509_V_ERR_CERT_CHAIN_TOO_LONG` is not unused. See e.g. here:
https://github.com/openssl/openssl/blob/598bd7741568a1aae678e5472f18aae1ab991e8d/crypto/x509/x509_vfy.c#L3318-L3319
CLA: trivial
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18330)
Diffstat (limited to 'doc/man3/X509_STORE_CTX_get_error.pod')
-rw-r--r-- | doc/man3/X509_STORE_CTX_get_error.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/X509_STORE_CTX_get_error.pod b/doc/man3/X509_STORE_CTX_get_error.pod index 901113c917..90ebcac45f 100644 --- a/doc/man3/X509_STORE_CTX_get_error.pod +++ b/doc/man3/X509_STORE_CTX_get_error.pod @@ -212,7 +212,7 @@ and it is not self-signed and the B<X509_V_FLAG_PARTIAL_CHAIN> flag is not set. =item B<X509_V_ERR_CERT_CHAIN_TOO_LONG: certificate chain too long> -The certificate chain length is greater than the supplied maximum depth. Unused. +The certificate chain length is greater than the supplied maximum depth. =item B<X509_V_ERR_CERT_REVOKED: certificate revoked> |