]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CHANGES.md updates
authorViktor Dukhovni <viktor@openssl.org>
Wed, 15 Jul 2026 19:36:42 +0000 (05:36 +1000)
committerNorbert Pocs <norbertp@openssl.org>
Tue, 21 Jul 2026 14:11:36 +0000 (16:11 +0200)
Reviewed-by: Bob Beck <beck@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Tue Jul 21 14:12:07 2026
(Merged from https://github.com/openssl/openssl/pull/31964)

CHANGES.md

index 6fb71f7d9cc2d54c5bbabe018bb9851f25af710b..8d507e4f32e1aa56e311308fa84fe3a9fd478de2 100644 (file)
@@ -31,7 +31,17 @@ OpenSSL Releases
 
 ### Changes between 4.0 and 4.1 [xx XXX xxxx]
 
- * Added AVX512 optimized SHAKE x4 operations for ML-DSA on x86_64.
+ * Fixed TLS 1.3 external PSK connections being wrongly rejected when
+   the client sets a non-empty session ID context.
+
+   *Viktor Dukhovni*
+
+ * Fixed a TLS 1.3 server with no session ID context to accept external PSK
+   connections and to stop issuing unusable session tickets.
+
+   *Viktor Dukhovni*
+
+ * Added AVX512 optimized SHAKE x4 operations for ML-DSA on `x86_64`.
 
    *Marcel Cornu and Tomasz Kantecki*