summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2020-04-14 11:57:31 +0000
committerschwarze <schwarze@openbsd.org>2020-04-14 11:57:31 +0000
commit65436a87284a77462baf64f113d8c718e6d86b32 (patch)
treea4bf6c467fceda56e979e4a521260722b2fb9ea5 /lib
parentPrint 'ipcomp' in print_policy() if configured. (diff)
downloadwireguard-openbsd-65436a87284a77462baf64f113d8c718e6d86b32.tar.xz
wireguard-openbsd-65436a87284a77462baf64f113d8c718e6d86b32.zip
Delete the three sentences listing the ciphers currently included
in LOW, MEDIUM, and HIGH. That's going to change repeatedly and the extra maintenance effort for keeping it up to date is a waste because people can trivially run "openssl ciphers -v LOW" to look it up. Besides, updating it will usually be forgotten; the LOW entry was already wrong. Suggested by jsing@.
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/man/SSL_CTX_set_cipher_list.317
1 files changed, 2 insertions, 15 deletions
diff --git a/lib/libssl/man/SSL_CTX_set_cipher_list.3 b/lib/libssl/man/SSL_CTX_set_cipher_list.3
index a41b680c23d..643cad08f61 100644
--- a/lib/libssl/man/SSL_CTX_set_cipher_list.3
+++ b/lib/libssl/man/SSL_CTX_set_cipher_list.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.11 2020/04/11 14:01:59 schwarze Exp $
+.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.12 2020/04/14 11:57:31 schwarze Exp $
.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file is a derived work.
@@ -65,7 +65,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 11 2020 $
+.Dd $Mdocdate: April 14 2020 $
.Dt SSL_CTX_SET_CIPHER_LIST 3
.Os
.Sh NAME
@@ -268,11 +268,6 @@ Cipher suites using HMAC based on GOST R 34.11-94
for message authentication.
.It Cm HIGH
Cipher suites of high strength.
-Currently, these are cipher suites using
-.Cm CHACHA20 ,
-.Cm AES ,
-.Cm CAMELLIA ,
-or GOST-28178-89-CNT symmetric encryption.
.It Cm IDEA
Cipher suites using IDEA for symmetric encryption.
LibreSSL does not provide any such cipher suites.
@@ -286,18 +281,10 @@ Cipher suites using VKO 34.10 key exchange, specified in RFC 4357.
Cipher suites using RSA key exchange.
.It Cm LOW
Cipher suites of low strength.
-Currently, these are cipher suites using
-.Cm DES
-or
-.Cm RC4
-symmetric encryption.
.It Cm MD5
Cipher suites using MD5 for message authentication.
.It Cm MEDIUM
Cipher suites of medium strength.
-Currently, these are cipher suites using
-.Cm 3DES
-symmetric encryption.
.It Cm NULL
An alias for
.Cm eNULL .