summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-09 14:22:51 +0000
committerTomas Mraz <tomas@openssl.org>2024-02-19 10:15:46 +0100
commit4a2e39dc1ce52bbee6571f48548a47f04bd857b4 (patch)
tree1dc2b3cd6d1bbf0422f37815d4362efc8faf390d /CHANGES.md
parent9d90b65888740b8f8fea6fb359d2314c607a86d7 (diff)
Add entry to CHANGES.md
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23535)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 8137e304fb..ee06c06c2e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -111,6 +111,12 @@ OpenSSL 3.3
*Hugo Landau*
+ * Added APIs to allow disabling implicit QUIC event processing for
+ QUIC SSL objects, allowing applications to control when event handling
+ occurs. Refer to the SSL_get_value_uint(3) manpage for details.
+
+ *Hugo Landau*
+
OpenSSL 3.2
-----------