From 1b7b74baa76fa46d160309cb8a4ec348c220d824 Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 31 Mar 2021 18:03:13 +0000 Subject: Update for DTLSv1.2 support. --- lib/libssl/man/SSL_get_version.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libssl/man/SSL_get_version.3 b/lib/libssl/man/SSL_get_version.3 index cc4297c5ba0..7935b75f920 100644 --- a/lib/libssl/man/SSL_get_version.3 +++ b/lib/libssl/man/SSL_get_version.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_get_version.3,v 1.7 2019/03/18 18:31:15 schwarze Exp $ +.\" $OpenBSD: SSL_get_version.3,v 1.8 2021/03/31 18:03:13 tb Exp $ .\" full merge up to: OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 .\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 .\" @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 18 2019 $ +.Dd $Mdocdate: March 31 2021 $ .Dt SSL_GET_VERSION 3 .Os .Sh NAME @@ -91,6 +91,8 @@ The connection uses the TLSv1.2 protocol. The connection uses the TLSv1.3 protocol. .It Qo DTLSv1 Qc No or Dv DTLS1_VERSION The connection uses the Datagram Transport Layer Security 1.0 protocol. +.It Qo DTLSv1.2 Qc No or Dv DTLS1_2_VERSION +The connection uses the Datagram Transport Layer Security 1.2 protocol. .It Qq unknown This indicates an unknown protocol version; it cannot currently happen with LibreSSL. -- cgit v1.2.3-59-g8ed1b