]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add CHANGES: Fixed SSL_export_keying_material for QUIC.
authorHugo Landau <hlandau@openssl.org>
Tue, 13 Feb 2024 11:33:08 +0000 (11:33 +0000)
committerTomas Mraz <tomas@openssl.org>
Wed, 14 Feb 2024 17:13:59 +0000 (18:13 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23567)

CHANGES.md

index f27304654804fb9653f9c34c166e85768e0dfaa6..6715426276065b748bd871049e8df62a096f5b90 100644 (file)
@@ -27,7 +27,10 @@ OpenSSL 3.2
 
 ### Changes between 3.2.1 and 3.2.2 [xx XXX xxxx]
 
- * none yet
+ * Fixed bug where SSL_export_keying_material() could not be used with QUIC
+   connections. (#23560)
+
+   *Hugo Landau*
 
 ### Changes between 3.2.0 and 3.2.1 [30 Jan 2024]