From: Hugo Landau Date: Wed, 14 Feb 2024 09:26:37 +0000 (+0000) Subject: Add CHANGES X-Git-Tag: openssl-3.3.0-alpha1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf7ae259a405a642dee93b18ffe5b875a056045a;p=thirdparty%2Fopenssl.git Add CHANGES Reviewed-by: Tim Hudson Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/23584) --- diff --git a/CHANGES.md b/CHANGES.md index d857bf846a5..322fd521779 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -142,6 +142,11 @@ OpenSSL 3.3 *Hugo Landau* + * Added APIs to allow querying the size and utilisation of a QUIC stream's + write buffer. Refer to the SSL_get_value_uint(3) manpage for details. + + *Hugo Landau* + OpenSSL 3.2 -----------