diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-03-31 18:03:14 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-03-31 18:03:14 +0000 |
commit | febde5fb5a2e5ea0d3841e1c0a829a301cb55d36 (patch) | |
tree | 578585bab10a3a944aa78ad6416fe2865c891b07 /lib/libssl/man | |
parent | beb90946fc91a926c5ab99c1dba6fa127a7609e7 (diff) |
Update for DTLSv1.2 support.
Diffstat (limited to 'lib/libssl/man')
-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 cc4297c5ba0..7935b75f920 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.7 2019/03/18 18:31:15 schwarze Exp $ +.\" $OpenBSD: SSL_get_version.3,v 1.8 2021/03/31 18:03:13 tb Exp $ .\" full merge up to: OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 .\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 .\" @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 18 2019 $ +.Dd $Mdocdate: March 31 2021 $ .Dt SSL_GET_VERSION 3 .Os .Sh NAME @@ -91,6 +91,8 @@ The connection uses the TLSv1.2 protocol. 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 Qo DTLSv1.2 Qc No or Dv DTLS1_2_VERSION +The connection uses the Datagram Transport Layer Security 1.2 protocol. .It Qq unknown This indicates an unknown protocol version; it cannot currently happen with LibreSSL. |