diff options
author | Hugo Landau <hlandau@openssl.org> | 2024-01-19 16:06:39 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2024-01-23 15:20:07 +0100 |
commit | f231cc8576a6353baebe2c7a9cd8cefa3537e26e (patch) | |
tree | 73bec678e50c910e22e62426436f9c553aeb0da3 /CHANGES.md | |
parent | Fix docs (diff) | |
download | openssl-f231cc8576a6353baebe2c7a9cd8cefa3537e26e.tar.xz openssl-f231cc8576a6353baebe2c7a9cd8cefa3537e26e.zip |
Add CHANGES entry
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23343)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index ffef5c25c9..0546eda3ea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -76,6 +76,11 @@ OpenSSL 3.3 *Markus Minichmayr, Tapkey GmbH* + * New API `SSL_write_ex2`, which can be used to send an end-of-stream (FIN) + condition in an optimised way when using QUIC. + + *Hugo Landau* + OpenSSL 3.2 ----------- |