summaryrefslogtreecommitdiffstats
path: root/secure/lib/libssl/man/SSL_CTX_set_verify.3
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-08-07 18:56:10 +0000
committerjkim <jkim@FreeBSD.org>2014-08-07 18:56:10 +0000
commit3299c3be1ad20ab974be3dd97789e20b68dfa949 (patch)
tree466b55a31fe1a87db4dfcbef9e5d2f3e8aec65e1 /secure/lib/libssl/man/SSL_CTX_set_verify.3
parentc934f5fd2852ea5ed2fcbb043e6cf7316daa7e7e (diff)
parent8bd1d6691f94efdce2338dffd823889f6c6b8ed2 (diff)
downloadFreeBSD-src-3299c3be1ad20ab974be3dd97789e20b68dfa949.zip
FreeBSD-src-3299c3be1ad20ab974be3dd97789e20b68dfa949.tar.gz
Merge OpenSSL 1.0.1i.
Diffstat (limited to 'secure/lib/libssl/man/SSL_CTX_set_verify.3')
-rw-r--r--secure/lib/libssl/man/SSL_CTX_set_verify.36
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libssl/man/SSL_CTX_set_verify.3 b/secure/lib/libssl/man/SSL_CTX_set_verify.3
index 09bc4be..15777e1 100644
--- a/secure/lib/libssl/man/SSL_CTX_set_verify.3
+++ b/secure/lib/libssl/man/SSL_CTX_set_verify.3
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "SSL_CTX_set_verify 3"
-.TH SSL_CTX_set_verify 3 "2014-06-05" "1.0.1h" "OpenSSL"
+.TH SSL_CTX_set_verify 3 "2014-08-06" "1.0.1i" "OpenSSL"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -228,8 +228,8 @@ certificates would not be present, most likely a
X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY will be issued.
The depth count is \*(L"level 0:peer certificate\*(R", \*(L"level 1: \s-1CA\s0 certificate\*(R",
\&\*(L"level 2: higher level \s-1CA\s0 certificate\*(R", and so on. Setting the maximum
-depth to 2 allows the levels 0, 1, and 2. The default depth limit is 9,
-allowing for the peer certificate and additional 9 \s-1CA\s0 certificates.
+depth to 2 allows the levels 0, 1, and 2. The default depth limit is 100,
+allowing for the peer certificate and additional 100 \s-1CA\s0 certificates.
.PP
The \fBverify_callback\fR function is used to control the behaviour when the
\&\s-1SSL_VERIFY_PEER\s0 flag is set. It must be supplied by the application and
OpenPOWER on IntegriCloud