From: Hugo Landau Date: Fri, 9 Feb 2024 14:22:51 +0000 (+0000) Subject: Add entry to CHANGES.md X-Git-Tag: openssl-3.3.0-alpha1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a2e39dc1ce52bbee6571f48548a47f04bd857b4;p=thirdparty%2Fopenssl.git Add entry to CHANGES.md Reviewed-by: Matt Caswell Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23535) --- diff --git a/CHANGES.md b/CHANGES.md index 8137e304fb5..ee06c06c2e5 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 -----------