summaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index e27105d1b6..64e1342ad1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -21,7 +21,9 @@ OpenSSL 3.1
### Major changes between OpenSSL 3.1.4 and OpenSSL 3.1.5 [under development]
- * Fix POLY1305 MAC implementation corrupting vector registers on PowerPC
+ * Fixed Excessive time spent checking invalid RSA public keys
+ ([CVE-2023-6237])
+ * Fixed POLY1305 MAC implementation corrupting vector registers on PowerPC
CPUs which support PowerISA 2.07
([CVE-2023-6129])
* Fix excessive time spent in DH check / generation with large Q parameter
@@ -1482,6 +1484,7 @@ OpenSSL 0.9.x
<!-- Links -->
+[CVE-2023-6237]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-6237
[CVE-2023-6129]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-6129
[CVE-2023-5678]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-5678
[CVE-2023-5363]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-5363