diff options
author | tb <> | 2025-01-18 12:20:02 +0000 |
---|---|---|
committer | tb <> | 2025-01-18 12:20:02 +0000 |
commit | bc90bad6035c7e1b83e00741e609e2fc4439782f (patch) | |
tree | f8c5d19f9521e032db9e31c6a9c1d82334c29ecd | |
parent | aa6fa26115ff2935d11f05c1b2a658343a2b5106 (diff) | |
download | openbsd-bc90bad6035c7e1b83e00741e609e2fc4439782f.tar.gz openbsd-bc90bad6035c7e1b83e00741e609e2fc4439782f.tar.bz2 openbsd-bc90bad6035c7e1b83e00741e609e2fc4439782f.zip |
SSL_CTX_set_cipher_list: stop mentioning ancient ciphers
Support was removed nearly a decade ago. No need to mention this anymore.
ok jsing
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | 12 |
1 files changed, 1 insertions, 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 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.17 2025/01/18 10:45:12 tb Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.18 2025/01/18 12:20:02 tb Exp $ |
2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -311,16 +311,6 @@ The full words returned by the | |||
311 | .Cm ciphers | 311 | .Cm ciphers |
312 | command can be used to select individual cipher suites. | 312 | command can be used to select individual cipher suites. |
313 | .Pp | 313 | .Pp |
314 | The following words do not match anything because | ||
315 | LibreSSL no longer provides any such cipher suites: | ||
316 | .Pp | ||
317 | .Bl -tag -width Ds -compact | ||
318 | .It Cm DES | ||
319 | Cipher suites using single DES for symmetric encryption. | ||
320 | .It Cm IDEA | ||
321 | Cipher suites using IDEA for symmetric encryption. | ||
322 | .El | ||
323 | .Pp | ||
324 | The following are deprecated aliases: | 314 | The following are deprecated aliases: |
325 | .Pp | 315 | .Pp |
326 | .Bl -column kEECDH ECDHE -compact -offset indent | 316 | .Bl -column kEECDH ECDHE -compact -offset indent |