summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl_init.3
diff options
context:
space:
mode:
authortedu <>2014-10-15 21:02:39 +0000
committertedu <>2014-10-15 21:02:39 +0000
commitc87dc8e7307026d8883e2398b4999d5ffe66b6e2 (patch)
treea80225330726269957b46a792f2aa1c2f53cf33a /src/lib/libressl/ressl_init.3
parent83f2d2310172fab6713dc766f6d621f571609b5c (diff)
downloadopenbsd-c87dc8e7307026d8883e2398b4999d5ffe66b6e2.tar.gz
openbsd-c87dc8e7307026d8883e2398b4999d5ffe66b6e2.tar.bz2
openbsd-c87dc8e7307026d8883e2398b4999d5ffe66b6e2.zip
Fuck it. No SSLv3; not now, not ever. The API of the future will only
support the protocols of the future. (Perhaps a bit late in burning this bridge entirely, but there's no time like the present, esp. with other players now leaning against back compat.)
Diffstat (limited to 'src/lib/libressl/ressl_init.3')
-rw-r--r--src/lib/libressl/ressl_init.33
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libressl/ressl_init.3 b/src/lib/libressl/ressl_init.3
index 90a35fba7d..1ba6b460b5 100644
--- a/src/lib/libressl/ressl_init.3
+++ b/src/lib/libressl/ressl_init.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ressl_init.3,v 1.7 2014/10/15 19:57:43 jmc Exp $ 1.\" $OpenBSD: ressl_init.3,v 1.8 2014/10/15 21:02:39 tedu Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" 4.\"
@@ -217,7 +217,6 @@ sets which versions of the protocol may be used.
217Possible values are the bitwise OR of: 217Possible values are the bitwise OR of:
218.Pp 218.Pp
219.Bl -tag -width "RESSL_PROTOCOL_TLSv1_2" -offset indent -compact 219.Bl -tag -width "RESSL_PROTOCOL_TLSv1_2" -offset indent -compact
220.It Dv RESSL_PROTOCOL_SSLv3
221.It Dv RESSL_PROTOCOL_TLSv1_0 220.It Dv RESSL_PROTOCOL_TLSv1_0
222.It Dv RESSL_PROTOCOL_TLSv1_1 221.It Dv RESSL_PROTOCOL_TLSv1_1
223.It Dv RESSL_PROTOCOL_TLSv1_2 222.It Dv RESSL_PROTOCOL_TLSv1_2