summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/X509_verify_cert.3
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-07-09 17:17:22 +0000
committerjkim <jkim@FreeBSD.org>2015-07-09 17:17:22 +0000
commitd7beffb2a73b0b184ea39c27453a5dd8137dc426 (patch)
tree4d7f2d8452a3556248607b1edb625946ea648d28 /secure/lib/libcrypto/man/X509_verify_cert.3
parent218a371ceba814cf44039d8206b111ecba858d70 (diff)
downloadFreeBSD-src-d7beffb2a73b0b184ea39c27453a5dd8137dc426.zip
FreeBSD-src-d7beffb2a73b0b184ea39c27453a5dd8137dc426.tar.gz
MFC: r285329
Merge OpenSSL 1.0.1p. Approved by: re (gjb) Relnotes: yes
Diffstat (limited to 'secure/lib/libcrypto/man/X509_verify_cert.3')
-rw-r--r--secure/lib/libcrypto/man/X509_verify_cert.35
1 files changed, 3 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/man/X509_verify_cert.3 b/secure/lib/libcrypto/man/X509_verify_cert.3
index 42d1d87..6250339 100644
--- a/secure/lib/libcrypto/man/X509_verify_cert.3
+++ b/secure/lib/libcrypto/man/X509_verify_cert.3
@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "X509_verify_cert 3"
-.TH X509_verify_cert 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH X509_verify_cert 3 "2015-07-09" "1.0.1p" "OpenSSL"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -167,7 +167,8 @@ OpenSSL internally for certificate validation, in both the S/MIME and
\&\s-1SSL/TLS\s0 code.
.PP
The negative return value from \fIX509_verify_cert()\fR can only occur if no
-certificate is set in \fBctx\fR (due to a programming error) or if a retry
+certificate is set in \fBctx\fR (due to a programming error); if \fIX509_verify_cert()\fR
+twice without reinitialising \fBctx\fR 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.
OpenPOWER on IntegriCloud