diff options
author | Otto Hollmann <otto@hollmann.cz> | 2020-10-19 10:05:57 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2021-01-07 17:38:56 +0100 |
commit | 1c47539a2331ff0b58a4e8663bcc6db0dc2c6449 (patch) | |
tree | 76db9d555b6c53881b3ee925f00be9f946b10526 /CHANGES.md | |
parent | Fix set_ciphersuites ignore unknown ciphers. (diff) | |
download | openssl-1c47539a2331ff0b58a4e8663bcc6db0dc2c6449.tar.xz openssl-1c47539a2331ff0b58a4e8663bcc6db0dc2c6449.zip |
Add a CHANGES entry for ignore unknown ciphers in set_ciphersuites.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12100)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index a296406137..94bf750ffc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,6 +23,11 @@ OpenSSL 3.0 ### Changes between 1.1.1 and 3.0 [xx XXX xxxx] + * Changed behavior of SSL_CTX_set_ciphersuites() and SSL_set_ciphersuites() + to ignore unknown ciphers. + + *Otto Hollmann* + * The -cipher-commands and -digest-commands options of the command line utility list has been deprecated. Instead use the -cipher-algorithms and -digest-algorithms options. |