From 3f8f1b4265aaef35785756a4d46e78bc80f3baea Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 21 Jan 2019 12:35:33 +0000 Subject: In ssl_lib.c rev. 1.197, jsing@ added TLSv1.3 support to SSL_get_version(3). Document it. --- src/lib/libssl/man/SSL_get_version.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/libssl/man/SSL_get_version.3 b/src/lib/libssl/man/SSL_get_version.3 index 00291ac4ad..f8999d8695 100644 --- a/src/lib/libssl/man/SSL_get_version.3 +++ b/src/lib/libssl/man/SSL_get_version.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_get_version.3,v 1.5 2018/03/27 17:35:50 schwarze Exp $ +.\" $OpenBSD: SSL_get_version.3,v 1.6 2019/01/21 12:35:33 schwarze Exp $ .\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 .\" .\" This file was written by Lutz Jaenicke . @@ -48,7 +48,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: January 21 2019 $ .Dt SSL_GET_VERSION 3 .Os .Sh NAME @@ -77,6 +77,8 @@ The connection uses the TLSv1.0 protocol. The connection uses the TLSv1.1 protocol. .It Qo TLSv1.2 Qc No or Dv TLS1_2_VERSION The connection uses the TLSv1.2 protocol. +.It Qo TLSv1.3 Qc No or Dv TLS1_3_VERSION +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 Qq unknown -- cgit v1.2.3-55-g6feb