summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-09-22 10:31:22 +1000
committerPauli <pauli@openssl.org>2021-09-24 17:38:23 +1000
commit1a473d1cc67e04ae9fea517b36dc332143250cf5 (patch)
tree8c1577a61ca49ac1ff97ab35526f60c263d002f6 /CHANGES.md
parentc3b5fa4ab7d19e35311a21fec3ebc0a333c352b6 (diff)
tls: reduce the strength of CCM_8 ciphers due to their short IV.
Fixes #16154 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16652)
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 c9d3825eec..cfb6eb0821 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -24,6 +24,11 @@ OpenSSL 3.1
### Changes between 3.0 and 3.1 [xx XXX xxxx]
+ * CCM8 cipher suites in TLS have been downgraded to security level 1 because
+ they use a short tag which lowers their strength.
+
+ *Paul Dale*
+
* Subject or issuer names in X.509 objects are now displayed as UTF-8 strings
by default.