diff options
author | 2020-09-18 15:39:37 +0000 | |
---|---|---|
committer | 2020-09-18 15:39:37 +0000 | |
commit | 9ff9c5a558f6e6c5105d83a346ebfdb689b4da92 (patch) | |
tree | cd9f8a4599a85823bbcdb2b2131244b8ccbf9659 /lib/libssl/man/ssl.3 | |
parent | Move variable declaration to beginning of scope in order to make this (diff) | |
download | wireguard-openbsd-9ff9c5a558f6e6c5105d83a346ebfdb689b4da92.tar.xz wireguard-openbsd-9ff9c5a558f6e6c5105d83a346ebfdb689b4da92.zip |
add forgotten link to newish page SSL_set1_host(3)
and update merge notice
Diffstat (limited to 'lib/libssl/man/ssl.3')
-rw-r--r-- | lib/libssl/man/ssl.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libssl/man/ssl.3 b/lib/libssl/man/ssl.3 index 6e7914c8b49..0833a52f863 100644 --- a/lib/libssl/man/ssl.3 +++ b/lib/libssl/man/ssl.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: ssl.3,v 1.17 2019/06/14 13:41:31 schwarze Exp $ +.\" $OpenBSD: ssl.3,v 1.18 2020/09/18 15:39:37 schwarze Exp $ .\" full merge up to: OpenSSL e330f55d Nov 11 00:51:04 2016 +0100 -.\" selective merge up to: OpenSSL cbade361 Dec 12 13:14:45 2017 +0100 +.\" selective merge up to: OpenSSL 322755cc Sep 1 08:40:51 2018 +0800 .\" .\" This file was written by Ralf S. Engelschall <rse@openssl.org>, .\" Ben Laurie <ben@openssl.org>, and Ulf Moeller <ulf@openssl.org>. @@ -51,7 +51,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 14 2019 $ +.Dd $Mdocdate: September 18 2020 $ .Dt SSL 3 .Os .Sh NAME @@ -300,6 +300,7 @@ To change the configuration: .Xr SSL_set_connect_state 3 , .Xr SSL_set_fd 3 , .Xr SSL_set_session 3 , +.Xr SSL_set1_host.3 , .Xr SSL_set_verify_result 3 .Pp To inspect the configuration: |