From eccc4884be142bee5501102fc3155e4ac5c90750 Mon Sep 17 00:00:00 2001
From: schwarze <>
Date: Sun, 25 Aug 2019 15:39:10 +0000
Subject: fix reversed meaning of error codes; from Martin Ukrop <mukrop at
 mail dot muni dot cz> via OpenSSL commit bb00b040 Aug 5 14:14:54 2019 +0200

---
 src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

(limited to 'src')

diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 b/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3
index f2e204fa7e..181c676b58 100644
--- a/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3
+++ b/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3
@@ -1,8 +1,8 @@
-.\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.12 2019/06/04 12:31:29 schwarze Exp $
+.\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.13 2019/08/25 15:39:10 schwarze Exp $
 .\" full merge up to:
 .\" OpenSSL crypto/X509_STORE_CTX_get_error f0e0fd51 Apr 14 23:59:26 2016 -0400
 .\" selective merge up to:
-.\" OpenSSL man3/X509_STORE_CTX_get_error 2947af32 Nov 19 00:10:05 2016 +0100
+.\" OpenSSL man3/X509_STORE_CTX_get_error bb00b040 Aug 5 14:14:54 2019 +0200
 .\" OpenSSL man3/X509_STORE_CTX_new 7643a172 Apr 21 13:35:51 2017 +0200
 .\"
 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -53,7 +53,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: June 4 2019 $
+.Dd $Mdocdate: August 25 2019 $
 .Dt X509_STORE_CTX_GET_ERROR 3
 .Os
 .Sh NAME
@@ -210,8 +210,8 @@ these are described as "unused".
 The operation was successful.
 .It Dv X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT : \
  No unable to get issuer certificate
-The issuer certificate could not be found: this occurs if the issuer
-certificate of an untrusted certificate cannot be found.
+The issuer certificate of a locally looked up certificate could not be found.
+This normally means the list of trusted certificates is not complete.
 .It Dv X509_V_ERR_UNABLE_TO_GET_CRL : No unable to get certificate CRL
 The CRL of a certificate could not be found.
 .It Dv X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE : \
@@ -269,8 +269,8 @@ The certificate chain could be built up using the untrusted certificates
 but the root could not be found locally.
 .It Dv X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY : \
  No unable to get local issuer certificate
-The issuer certificate of a locally looked up certificate could not be found.
-This normally means the list of trusted certificates is not complete.
+The issuer certificate could not be found: this occurs if the issuer
+certificate of an untrusted certificate cannot be found.
 .It Dv X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE : \
  No unable to verify the first certificate
 No signatures could be verified because the chain contains only one
-- 
cgit v1.2.3-55-g6feb