From d597b46f9bdb533761e36fcf1d96ce83f3f6f04d Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Tue, 13 Feb 2024 11:33:08 +0000 Subject: [PATCH] Add CHANGES: Fixed SSL_export_keying_material for QUIC. Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23567) (cherry picked from commit a2ccaa666545c4c8dd501e6739d88b4e4d9199be) --- CHANGES.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 09e841147d..8137e304fb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -114,7 +114,14 @@ OpenSSL 3.3 OpenSSL 3.2 ----------- -### Changes between 3.2.0 and 3.2.1 [xx XXX xxxx] +### Changes between 3.2.1 and 3.2.2 [xx XXX xxxx] + + * 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] * A file in PKCS12 format can contain certificates and keys and may come from an untrusted source. The PKCS12 specification allows certain fields to be -- 2.39.2