diff options
author | schwarze <> | 2020-04-14 13:02:28 +0000 |
---|---|---|
committer | schwarze <> | 2020-04-14 13:02:28 +0000 |
commit | 53d711eba5b5aac656d332eb5ff8ce190d15ebbc (patch) | |
tree | 59571cf7bdc260a5abb5c06d0bbf6e7f3c41f97d | |
parent | 40641eb8e0b7c5ea7648472995adcbfacd8859af (diff) | |
download | openbsd-53d711eba5b5aac656d332eb5ff8ce190d15ebbc.tar.gz openbsd-53d711eba5b5aac656d332eb5ff8ce190d15ebbc.tar.bz2 openbsd-53d711eba5b5aac656d332eb5ff8ce190d15ebbc.zip |
add the missing sentence "LibreSSL no longer provides any such
cipher suites" to the DES entry and use the same wording for DSS;
OK jsing@
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | 5 |
1 files changed, 3 insertions, 2 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 643cad08f6..46c5de472e 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.12 2020/04/14 11:57:31 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.13 2020/04/14 13:02:28 schwarze 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. |
@@ -160,7 +160,7 @@ Equivalent to | |||
160 | .Cm kEDH Ns + Ns Cm aNULL . | 160 | .Cm kEDH Ns + Ns Cm aNULL . |
161 | .It Cm aDSS | 161 | .It Cm aDSS |
162 | Cipher suites using DSS server authentication. | 162 | Cipher suites using DSS server authentication. |
163 | LibreSSL does not provide any such cipher suites. | 163 | LibreSSL no longer provides any such cipher suites. |
164 | .It Cm AEAD | 164 | .It Cm AEAD |
165 | Cipher suites using Authenticated Encryption with Additional Data. | 165 | Cipher suites using Authenticated Encryption with Additional Data. |
166 | .It Cm AECDH | 166 | .It Cm AECDH |
@@ -218,6 +218,7 @@ except for the order of the cipher suites which are | |||
218 | selected. | 218 | selected. |
219 | .It Cm DES | 219 | .It Cm DES |
220 | Cipher suites using single DES for symmetric encryption. | 220 | Cipher suites using single DES for symmetric encryption. |
221 | LibreSSL no longer provides any such cipher suites. | ||
221 | .It Cm 3DES | 222 | .It Cm 3DES |
222 | Cipher suites using triple DES for symmetric encryption. | 223 | Cipher suites using triple DES for symmetric encryption. |
223 | .It Cm DH | 224 | .It Cm DH |