From bc90bad6035c7e1b83e00741e609e2fc4439782f Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 18 Jan 2025 12:20:02 +0000 Subject: SSL_CTX_set_cipher_list: stop mentioning ancient ciphers Support was removed nearly a decade ago. No need to mention this anymore. ok jsing --- src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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 0d89bdc919..b3f0dc3541 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.17 2025/01/18 10:45:12 tb Exp $ +.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.18 2025/01/18 12:20:02 tb Exp $ .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file is a derived work. @@ -311,16 +311,6 @@ The full words returned by the .Cm ciphers command can be used to select individual cipher suites. .Pp -The following words do not match anything because -LibreSSL no longer provides any such cipher suites: -.Pp -.Bl -tag -width Ds -compact -.It Cm DES -Cipher suites using single DES for symmetric encryption. -.It Cm IDEA -Cipher suites using IDEA for symmetric encryption. -.El -.Pp The following are deprecated aliases: .Pp .Bl -column kEECDH ECDHE -compact -offset indent -- cgit v1.2.3-55-g6feb