]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add CHANGES.md entry for the EC/DSA nonce generation fixes
authorTomas Mraz <tomas@openssl.org>
Mon, 17 Jun 2024 10:35:39 +0000 (12:35 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 20 Jun 2024 15:01:05 +0000 (17:01 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24660)

(cherry picked from commit 72bff68f6acc4f420e283bcc77db76eb1917d7bf)

CHANGES.md

index 9763bddc8be645e6246ac8a302c2b7969bc38b4b..9fb03f12536dc72642b9a4a3e9dfc5fa45ce1e50 100644 (file)
@@ -74,6 +74,14 @@ breaking changes, and mappings for the large list of deprecated functions.
 
    *Tomáš Mráz*
 
+ * Improved EC/DSA nonce generation routines to avoid bias and timing
+   side channel leaks.
+
+   Thanks to Florian Sieck from Universität zu Lübeck and George Pantelakis
+   and Hubert Kario from Red Hat for reporting the issues.
+
+   *Tomáš Mráz and Paul Dale*
+
  * Fixed an issue where some non-default TLS server configurations can cause
    unbounded memory growth when processing TLSv1.3 sessions. An attacker may
    exploit certain server configurations to trigger unbounded memory growth that