Update for DTLSv1.2 support.
authortb <tb@openbsd.org>
Wed, 31 Mar 2021 18:03:13 +0000 (18:03 +0000)
committertb <tb@openbsd.org>
Wed, 31 Mar 2021 18:03:13 +0000 (18:03 +0000)
lib/libssl/man/SSL_get_version.3

index cc4297c..7935b75 100644 (file)
@@ -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.