summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/man/SSL_CTX_new.3')
-rw-r--r--src/lib/libssl/man/SSL_CTX_new.312
1 files changed, 11 insertions, 1 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_new.3 b/src/lib/libssl/man/SSL_CTX_new.3
index 85405a7c85..10e1ad6a41 100644
--- a/src/lib/libssl/man/SSL_CTX_new.3
+++ b/src/lib/libssl/man/SSL_CTX_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_new.3,v 1.7 2018/03/23 00:10:28 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_new.3,v 1.8 2018/03/23 05:50:30 schwarze Exp $
2.\" full merge up to: OpenSSL 21cd6e00 Oct 21 14:40:15 2015 +0100 2.\" full merge up to: OpenSSL 21cd6e00 Oct 21 14:40:15 2015 +0100
3.\" selective merge up to: OpenSSL eb43101f Dec 9 18:07:09 2016 +0100 3.\" selective merge up to: OpenSSL eb43101f Dec 9 18:07:09 2016 +0100
4.\" 4.\"
@@ -259,3 +259,13 @@ and
259.Fn DTLSv1_client_method 259.Fn DTLSv1_client_method
260first appeared in OpenSSL 0.9.8 and have been available since 260first appeared in OpenSSL 0.9.8 and have been available since
261.Ox 4.5 . 261.Ox 4.5 .
262.Pp
263.Fn TLSv1_1_method ,
264.Fn TLSv1_1_server_method ,
265.Fn TLSv1_1_client_method ,
266.Fn TLSv1_2_method ,
267.Fn TLSv1_2_server_method ,
268and
269.Fn TLSv1_2_client_method
270first appeared in OpenSSL 1.0.1 and have been available since
271.Ox 5.3 .