summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2021-03-31 18:03:13 +0000
committertb <tb@openbsd.org>2021-03-31 18:03:13 +0000
commit1b7b74baa76fa46d160309cb8a4ec348c220d824 (patch)
treee59930b667fbb138d175e4f367e935cd64570666 /lib
parentallow to specify tls protocols and ciphers on relay actions (diff)
downloadwireguard-openbsd-1b7b74baa76fa46d160309cb8a4ec348c220d824.tar.xz
wireguard-openbsd-1b7b74baa76fa46d160309cb8a4ec348c220d824.zip
Update for DTLSv1.2 support.
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/man/SSL_get_version.36
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.