summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Lax <erik@datahack.se>2021-07-30 00:47:46 +0200
committerTomas Mraz <tomas@openssl.org>2021-09-30 12:20:01 +0200
commitd1b26ddbf6a9165c71884eff228300e3d83be1b1 (patch)
tree65f74cb2910cb94b05e684da9eb9e5833dade00d /CHANGES.md
parent398ae8231650c4bd8ddff0e5efd38233c23b1ca0 (diff)
Allow cipher strings to be given using its standard name
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16179)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index c14bec916d..963289ca09 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -24,6 +24,11 @@ OpenSSL 3.1
### Changes between 3.0 and 3.1 [xx XXX xxxx]
+ * The SSL_CTX_set_cipher_list family functions now accept ciphers using their
+ IANA standard names.
+
+ *Erik Lax*
+
* The PVK key derivation function has been moved from b2i_PVK_bio_ex() into
the legacy crypto provider as an EVP_KDF. Applications requiring this KDF
will need to load the legacy crypto provider.