diff options
Diffstat (limited to 'src/lib/libssl/man/SSL_CTX_new.3')
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_new.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_new.3 b/src/lib/libssl/man/SSL_CTX_new.3 index d16faf096f..8f1ab4d00a 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.5 2018/03/21 05:07:04 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_new.3,v 1.6 2018/03/21 08:06:34 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 | .\" |
@@ -244,5 +244,11 @@ returns 1 for success or 0 for failure. | |||
244 | .Fn SSLv23_server_method , | 244 | .Fn SSLv23_server_method , |
245 | and | 245 | and |
246 | .Fn SSLv23_client_method | 246 | .Fn SSLv23_client_method |
247 | appeared before SSLeay 0.8 and have been available since | 247 | appeared before SSLeay 0.8. |
248 | .Fn TLSv1_method , | ||
249 | .Fn TLSv1_server_method , | ||
250 | and | ||
251 | .Fn TLSv1_client_method | ||
252 | first appeared in SSLeay 0.9.0. | ||
253 | All these functions have been available since | ||
248 | .Ox 2.4 . | 254 | .Ox 2.4 . |