From: Otto Hollmann Date: Mon, 19 Oct 2020 08:05:57 +0000 (+0200) Subject: Add a CHANGES entry for ignore unknown ciphers in set_ciphersuites. X-Git-Tag: openssl-3.0.0-alpha11~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c47539a2331ff0b58a4e8663bcc6db0dc2c6449;p=thirdparty%2Fopenssl.git Add a CHANGES entry for ignore unknown ciphers in set_ciphersuites. Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/12100) --- diff --git a/CHANGES.md b/CHANGES.md index a2964061377..94bf750ffc1 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.