aboutsummaryrefslogtreecommitdiff
path: root/openssl/doc/crypto/X509_verify_cert.pod
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2015-07-10 08:13:00 -0400
committerMike DePaulo <mikedep333@gmail.com>2015-07-10 08:13:00 -0400
commit1f6433e7473a14bf4263b618d3f0c1e17196a267 (patch)
tree9e809df23efaebf611765948726ff76805426093 /openssl/doc/crypto/X509_verify_cert.pod
parentddb34d947fe45fcc4d2a8da284e7fa0c001bb7d3 (diff)
downloadvcxsrv-1f6433e7473a14bf4263b618d3f0c1e17196a267.tar.gz
vcxsrv-1f6433e7473a14bf4263b618d3f0c1e17196a267.tar.bz2
vcxsrv-1f6433e7473a14bf4263b618d3f0c1e17196a267.zip
Update openssl: 1.0.1o -> 1.0.1prelease/external-1.15.2.x
Diffstat (limited to 'openssl/doc/crypto/X509_verify_cert.pod')
-rw-r--r--openssl/doc/crypto/X509_verify_cert.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/openssl/doc/crypto/X509_verify_cert.pod b/openssl/doc/crypto/X509_verify_cert.pod
index 5253bdcd7..a22e44118 100644
--- a/openssl/doc/crypto/X509_verify_cert.pod
+++ b/openssl/doc/crypto/X509_verify_cert.pod
@@ -32,7 +32,8 @@ OpenSSL internally for certificate validation, in both the S/MIME and
SSL/TLS code.
The negative return value from X509_verify_cert() can only occur if no
-certificate is set in B<ctx> (due to a programming error) or if a retry
+certificate is set in B<ctx> (due to a programming error); if X509_verify_cert()
+twice without reinitialising B<ctx> in between; or if a retry
operation is requested during internal lookups (which never happens with
standard lookup methods). It is however recommended that application check
for <= 0 return value on error.