diff options
Diffstat (limited to 'secure/lib/libcrypto/man/SSL_CTX_set_verify.3')
| -rw-r--r-- | secure/lib/libcrypto/man/SSL_CTX_set_verify.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/secure/lib/libcrypto/man/SSL_CTX_set_verify.3 b/secure/lib/libcrypto/man/SSL_CTX_set_verify.3 index d8980811710a..30a09f774873 100644 --- a/secure/lib/libcrypto/man/SSL_CTX_set_verify.3 +++ b/secure/lib/libcrypto/man/SSL_CTX_set_verify.3 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35) +.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.39) .\" .\" Standard preamble: .\" ======================================================================== @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "SSL_CTX_SET_VERIFY 3" -.TH SSL_CTX_SET_VERIFY 3 "2019-05-28" "1.1.1c" "OpenSSL" +.TH SSL_CTX_SET_VERIFY 3 "2019-09-10" "1.1.1d" "OpenSSL" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -226,7 +226,7 @@ anonymous cipher is used, \s-1SSL_VERIFY_PEER\s0 is ignored. handshake is immediately terminated with a \*(L"handshake failure\*(R" alert. This flag must be used together with \s-1SSL_VERIFY_PEER.\s0 .Sp -\&\fBClient mode:\fR ignored +\&\fBClient mode:\fR ignored (see \s-1BUGS\s0) .IP "\s-1SSL_VERIFY_CLIENT_ONCE\s0" 4 .IX Item "SSL_VERIFY_CLIENT_ONCE" \&\fBServer mode:\fR only request a client certificate once during the @@ -235,7 +235,7 @@ renegotiation or post-authentication if a certificate was requested during the initial handshake. This flag must be used together with \&\s-1SSL_VERIFY_PEER.\s0 .Sp -\&\fBClient mode:\fR ignored +\&\fBClient mode:\fR ignored (see \s-1BUGS\s0) .IP "\s-1SSL_VERIFY_POST_HANDSHAKE\s0" 4 .IX Item "SSL_VERIFY_POST_HANDSHAKE" \&\fBServer mode:\fR the server will not send a client certificate request @@ -245,7 +245,7 @@ to be configured for post-handshake peer verification before the handshake occurs. This flag must be used together with \&\s-1SSL_VERIFY_PEER.\s0 TLSv1.3 only; no effect on pre\-TLSv1.3 connections. .Sp -\&\fBClient mode:\fR ignored +\&\fBClient mode:\fR ignored (see \s-1BUGS\s0) .PP If the \fBmode\fR is \s-1SSL_VERIFY_NONE\s0 none of the other flags may be set. .PP @@ -322,8 +322,8 @@ message is sent to the client. .SH "BUGS" .IX Header "BUGS" In client mode, it is not checked whether the \s-1SSL_VERIFY_PEER\s0 flag -is set, but whether any flags are set. This can lead to -unexpected behaviour if \s-1SSL_VERIFY_PEER\s0 and other flags are not used as +is set, but whether any flags other than \s-1SSL_VERIFY_NONE\s0 are set. This can +lead to unexpected behaviour if \s-1SSL_VERIFY_PEER\s0 and other flags are not used as required. .SH "RETURN VALUES" .IX Header "RETURN VALUES" @@ -464,7 +464,7 @@ The \s-1SSL_VERIFY_POST_HANDSHAKE\s0 option, and the \fBSSL_verify_client_post_h and \fBSSL_set_post_handshake_auth()\fR functions were added in OpenSSL 1.1.1. .SH "COPYRIGHT" .IX Header "COPYRIGHT" -Copyright 2000\-2018 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000\-2019 The OpenSSL Project Authors. All Rights Reserved. .PP Licensed under the OpenSSL license (the \*(L"License\*(R"). You may not use this file except in compliance with the License. You can obtain a copy |
