summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2024-01-30 16:51:52 +0000
committerTomas Mraz <tomas@openssl.org>2024-02-01 18:30:21 +0100
commitafb19f07aecc84998eeea56c4d65f5e0499abb5a (patch)
treec9243ac03eeb71698413b25604204e5be38829c8 /CHANGES.md
parent504e72fc1a1432d5266bd6e8909648c49884a36c (diff)
Remove a CVE reference from CHANGES/NEWS
master/3.2 was never vulnerable to CVE-2023-5678 since it was fixed before it was released. Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23432)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/CHANGES.md b/CHANGES.md
index bc0d03b5b3..0682164864 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -160,6 +160,13 @@ OpenSSL 3.2
*Rohan McLure*
+ * Disable building QUIC server utility when OpenSSL is configured with
+ `no-apps`.
+
+ *Vitalii Koshura*
+
+### Changes between 3.1 and 3.2.0 [23 Nov 2023]
+
* Fix excessive time spent in DH check / generation with large Q parameter
value.
@@ -174,13 +181,6 @@ OpenSSL 3.2
*Richard Levitte*
- * Disable building QUIC server utility when OpenSSL is configured with
- `no-apps`.
-
- *Vitalii Koshura*
-
-### Changes between 3.1 and 3.2.0 [23 Nov 2023]
-
* The BLAKE2b hash algorithm supports a configurable output length
by setting the "size" parameter.