Skip to content

Commit

Permalink
Add CHANGES: Fixed SSL_export_keying_material for QUIC.
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23567)

(cherry picked from commit a2ccaa6)
  • Loading branch information
hlandau authored and t8m committed Feb 14, 2024
1 parent 12c0d72 commit d597b46
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d597b46

Please sign in to comment.