]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add a CHANGES entry for ignore unknown ciphers in set_ciphersuites.
authorOtto Hollmann <otto@hollmann.cz>
Mon, 19 Oct 2020 08:05:57 +0000 (10:05 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Thu, 7 Jan 2021 16:38:56 +0000 (17:38 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12100)

CHANGES.md

index a2964061377299da008ad728c3d34e766136ac5f..94bf750ffc1174d69042558634377f066be032ba 100644 (file)
@@ -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.