summaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index b0514c65ce..a0748e6a39 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -43,9 +43,6 @@ This release incorporates the following bug fixes and mitigations:
* Fixed POLY1305 MAC implementation corrupting vector registers on PowerPC
CPUs which support PowerISA 2.07
([CVE-2023-6129])
- * Fixed excessive time spent in DH check / generation with large Q parameter
- value
- [(CVE-2023-5678)]
### Major changes between OpenSSL 3.1 and OpenSSL 3.2.0 [23 Nov 2023]
@@ -121,6 +118,12 @@ This release incorporates the following documentation enhancements:
See [OpenSSL Guide].
+This release incorporates the following bug fixes and mitigations:
+
+ * Fixed excessive time spent in DH check / generation with large Q parameter
+ value
+ ([CVE-2023-5678])
+
A more detailed list of changes in this release can be found in the
[CHANGES.md] file.