diff options
author | 2019-01-21 12:35:33 +0000 | |
---|---|---|
committer | 2019-01-21 12:35:33 +0000 | |
commit | 6f428d0bfda31732a653b293183c6039fe45fd47 (patch) | |
tree | ea773f56ece1075a6593802b060898bf04f5b877 /lib/libssl | |
parent | adapt to changes in KEX API and file removals (diff) | |
download | wireguard-openbsd-6f428d0bfda31732a653b293183c6039fe45fd47.tar.xz wireguard-openbsd-6f428d0bfda31732a653b293183c6039fe45fd47.zip |
In ssl_lib.c rev. 1.197, jsing@ added TLSv1.3 support to SSL_get_version(3).
Document it.
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/man/SSL_get_version.3 | 6 |
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 |