From 40641eb8e0b7c5ea7648472995adcbfacd8859af Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Tue, 14 Apr 2020 11:57:31 +0000 Subject: 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@. --- src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 b/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 index a41b680c23..643cad08f6 100644 --- a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 +++ b/src/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 . -- cgit v1.2.3-55-g6feb