summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-14 10:26:37 +0100
committerHugo Landau <hlandau@openssl.org>2024-03-09 09:56:59 +0100
commitbf7ae259a405a642dee93b18ffe5b875a056045a (patch)
tree61b48a06a69527444a1cb35114ed2ef25c765db4 /CHANGES.md
parentQUIC MULTISTREAM TEST: Test write buffer statistics queries (diff)
downloadopenssl-bf7ae259a405a642dee93b18ffe5b875a056045a.tar.xz
openssl-bf7ae259a405a642dee93b18ffe5b875a056045a.zip
Add CHANGES
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23584)
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 d857bf846a..322fd52177 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
-----------