diff options
author | schwarze <> | 2019-01-21 12:35:33 +0000 |
---|---|---|
committer | schwarze <> | 2019-01-21 12:35:33 +0000 |
commit | 3f8f1b4265aaef35785756a4d46e78bc80f3baea (patch) | |
tree | c122a1e6133626d7b7ed63a4651dcbec63698334 | |
parent | dacdef0bd14d3205fd8b9a76fa9f8f2d56946ce4 (diff) | |
download | openbsd-3f8f1b4265aaef35785756a4d46e78bc80f3baea.tar.gz openbsd-3f8f1b4265aaef35785756a4d46e78bc80f3baea.tar.bz2 openbsd-3f8f1b4265aaef35785756a4d46e78bc80f3baea.zip |
In ssl_lib.c rev. 1.197, jsing@ added TLSv1.3 support to SSL_get_version(3).
Document it.
-rw-r--r-- | src/lib/libssl/man/SSL_get_version.3 | 6 |
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. | |||
77 | The connection uses the TLSv1.1 protocol. | 77 | The 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 |
79 | The connection uses the TLSv1.2 protocol. | 79 | The connection uses the TLSv1.2 protocol. |
80 | .It Qo TLSv1.3 Qc No or Dv TLS1_3_VERSION | ||
81 | The 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 |
81 | The connection uses the Datagram Transport Layer Security 1.0 protocol. | 83 | The connection uses the Datagram Transport Layer Security 1.0 protocol. |
82 | .It Qq unknown | 84 | .It Qq unknown |