From: Hugo Landau Date: Mon, 22 Jan 2024 13:31:41 +0000 (+0000) Subject: Add CHANGES entry X-Git-Tag: openssl-3.3.0-alpha1~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1446ff2060c6bad71ef79f16e7894e83fd5fb82;p=thirdparty%2Fopenssl.git Add CHANGES entry Reviewed-by: Neil Horman Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23360) --- diff --git a/CHANGES.md b/CHANGES.md index b61a00aaf81..9441501a4d9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -105,6 +105,12 @@ OpenSSL 3.3 *Hugo Landau* + * Added APIs to allow configuring the negotiated idle timeout for QUIC + connections, and to allow determining the number of additional streams + that can currently be created for a QUIC connection. + + *Hugo Landau* + OpenSSL 3.2 -----------