summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-13 11:33:08 +0000
committerTomas Mraz <tomas@openssl.org>2024-02-14 18:13:59 +0100
commita2ccaa666545c4c8dd501e6739d88b4e4d9199be (patch)
treed7eea59f8d40ad8bedf66626f098544cfb22d886
parent498d4e4c4f4a1e220cfa64cfcc76174e2f656fd0 (diff)
Add CHANGES: Fixed SSL_export_keying_material for QUIC.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23567)
-rw-r--r--CHANGES.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f273046548..6715426276 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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]