From: tb Date: Thu, 3 Feb 2022 18:05:31 +0000 (+0000) Subject: Fix copy-paste error: X509_V_ERR_CRL_SIGNATURE_FAILURE means that the X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=22e5ce20833324f51a01fe5ae9ba64b4f65e4fa4;p=openbsd Fix copy-paste error: X509_V_ERR_CRL_SIGNATURE_FAILURE means that the CRL's signature is invalid, not the certificate's. --- diff --git a/lib/libcrypto/man/X509_STORE_CTX_get_error.3 b/lib/libcrypto/man/X509_STORE_CTX_get_error.3 index ef9ce4fe4b7..bf9a7e31ffc 100644 --- a/lib/libcrypto/man/X509_STORE_CTX_get_error.3 +++ b/lib/libcrypto/man/X509_STORE_CTX_get_error.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.21 2022/01/24 17:39:59 tb Exp $ +.\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.22 2022/02/03 18:05:31 tb Exp $ .\" full merge up to: .\" OpenSSL man3/X509_STORE_CTX_get_error 24a535ea Sep 22 13:14:20 2020 +0100 .\" OpenSSL man3/X509_STORE_CTX_new 24a535ea Sep 22 13:14:20 2020 +0100 @@ -68,7 +68,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 24 2022 $ +.Dd $Mdocdate: February 3 2022 $ .Dt X509_STORE_CTX_GET_ERROR 3 .Os .Sh NAME @@ -391,7 +391,7 @@ could not be read. .It Dv X509_V_ERR_CERT_SIGNATURE_FAILURE : No certificate signature failure The signature of the certificate is invalid. .It Dv X509_V_ERR_CRL_SIGNATURE_FAILURE : No CRL signature failure -The signature of the certificate is invalid. +The signature of the CRL is invalid. .It Dv X509_V_ERR_CERT_NOT_YET_VALID : No certificate is not yet valid The certificate is not yet valid: the notBefore date is after the current time.