summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man
diff options
context:
space:
mode:
authorschwarze <>2019-01-21 12:35:33 +0000
committerschwarze <>2019-01-21 12:35:33 +0000
commitd0c5d9f79179fb350f59297cb38a48a99582549e (patch)
treec122a1e6133626d7b7ed63a4651dcbec63698334 /src/lib/libssl/man
parentc559dc954f05921acae8968530173d33e0f4fe7d (diff)
downloadopenbsd-d0c5d9f79179fb350f59297cb38a48a99582549e.tar.gz
openbsd-d0c5d9f79179fb350f59297cb38a48a99582549e.tar.bz2
openbsd-d0c5d9f79179fb350f59297cb38a48a99582549e.zip
In ssl_lib.c rev. 1.197, jsing@ added TLSv1.3 support to SSL_get_version(3).
Document it.
Diffstat (limited to 'src/lib/libssl/man')
-rw-r--r--src/lib/libssl/man/SSL_get_version.36
1 files 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 @@
1.\" $OpenBSD: SSL_get_version.3,v 1.5 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: SSL_get_version.3,v 1.6 2019/01/21 12:35:33 schwarze Exp $
2.\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 2.\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400
3.\" 3.\"
4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. 4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: March 27 2018 $ 51.Dd $Mdocdate: January 21 2019 $
52.Dt SSL_GET_VERSION 3 52.Dt SSL_GET_VERSION 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -77,6 +77,8 @@ The connection uses the TLSv1.0 protocol.
77The connection uses the TLSv1.1 protocol. 77The connection uses the TLSv1.1 protocol.
78.It Qo TLSv1.2 Qc No or Dv TLS1_2_VERSION 78.It Qo TLSv1.2 Qc No or Dv TLS1_2_VERSION
79The connection uses the TLSv1.2 protocol. 79The connection uses the TLSv1.2 protocol.
80.It Qo TLSv1.3 Qc No or Dv TLS1_3_VERSION
81The connection uses the TLSv1.3 protocol.
80.It Qo DTLSv1 Qc No or Dv DTLS1_VERSION 82.It Qo DTLSv1 Qc No or Dv DTLS1_VERSION
81The connection uses the Datagram Transport Layer Security 1.0 protocol. 83The connection uses the Datagram Transport Layer Security 1.0 protocol.
82.It Qq unknown 84.It Qq unknown