summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2019-01-21 12:35:34 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2019-01-21 12:35:34 +0000
commit8ed2d488d2e66f77397d3761784bd6218f563423 (patch)
treeb4e4228e0e3ca8af11298f3d424b23ce7d815a8d /lib
parent99be823bd3c2651f75583782166cfdc1d1124fe0 (diff)
In ssl_lib.c rev. 1.197, jsing@ added TLSv1.3 support to SSL_get_version(3).
Document it.
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/man/SSL_get_version.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libssl/man/SSL_get_version.3 b/lib/libssl/man/SSL_get_version.3
index 00291ac4ad8..f8999d8695b 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.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 <jaenicke@openssl.org>.
@@ -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