summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-19 15:06:39 +0000
committerHugo Landau <hlandau@openssl.org>2024-01-23 14:20:07 +0000
commitf231cc8576a6353baebe2c7a9cd8cefa3537e26e (patch)
tree73bec678e50c910e22e62426436f9c553aeb0da3 /CHANGES.md
parentd6c3c1d8dde64ac20b8440bd210cf16bd225dec5 (diff)
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.md5
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
-----------