From 33fe134c03b75508beb7767275aec4b2d58943fd Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 18 Mar 2019 06:23:38 +0000 Subject: In ssl.h rev. 1.165, tb@ provided version agnostic DTLS methods. Document them. --- src/lib/libssl/man/SSL_CTX_new.3 | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl') diff --git a/src/lib/libssl/man/SSL_CTX_new.3 b/src/lib/libssl/man/SSL_CTX_new.3 index 1d28fc847d..35fe702fb6 100644 --- a/src/lib/libssl/man/SSL_CTX_new.3 +++ b/src/lib/libssl/man/SSL_CTX_new.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: SSL_CTX_new.3,v 1.10 2018/03/27 17:35:50 schwarze Exp $ +.\" $OpenBSD: SSL_CTX_new.3,v 1.11 2019/03/18 06:23:38 schwarze Exp $ .\" full merge up to: OpenSSL 21cd6e00 Oct 21 14:40:15 2015 +0100 -.\" selective merge up to: OpenSSL eb43101f Dec 9 18:07:09 2016 +0100 +.\" selective merge up to: OpenSSL 1212818e Sep 11 13:22:14 2018 +0100 .\" .\" This file was written by Lutz Jaenicke . .\" Copyright (c) 2000, 2005, 2012, 2013, 2015, 2016 The OpenSSL Project. @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 27 2018 $ +.Dd $Mdocdate: March 18 2019 $ .Dt SSL_CTX_NEW 3 .Os .Sh NAME @@ -71,6 +71,9 @@ .Nm TLSv1_2_method , .Nm TLSv1_2_server_method , .Nm TLSv1_2_client_method , +.Nm DTLS_method , +.Nm DTLS_server_method , +.Nm DTLS_client_method , .Nm DTLSv1_method , .Nm DTLSv1_server_method , .Nm DTLSv1_client_method @@ -112,6 +115,12 @@ .Ft const SSL_METHOD * .Fn TLSv1_2_client_method void .Ft const SSL_METHOD * +.Fn DTLS_method void +.Ft const SSL_METHOD * +.Fn DTLS_server_method void +.Ft const SSL_METHOD * +.Fn DTLS_client_method void +.Ft const SSL_METHOD * .Fn DTLSv1_method void .Ft const SSL_METHOD * .Fn DTLSv1_server_method void @@ -199,6 +208,13 @@ understand the TLSv1.1 protocol. A TLS/SSL connection established with these methods will only understand the TLSv1.2 protocol. .It Xo +.Fn DTLS_method , +.Fn DTLS_server_method , +.Fn DTLS_client_method +.Xc +These are the version-flexible DTLS methods. +The currently supported protocol is DTLS 1.0. +.It Xo .Fn DTLSv1_method , .Fn DTLSv1_server_method , .Fn DTLSv1_client_method @@ -271,6 +287,13 @@ and first appeared in OpenSSL 1.0.1 and have been available since .Ox 5.3 . .Pp +.Fn DTLS_method , +.Fn DTLS_server_method , +and +.Fn DTLS_client_method +first appeared in OpenSSL 1.0.2 and have been available since +.Ox 6.5 . +.Pp .Fn TLS_method , .Fn TLS_server_method , and -- cgit v1.2.3-55-g6feb