summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-14 09:26:37 +0000
committerHugo Landau <hlandau@openssl.org>2024-03-09 08:56:59 +0000
commitbf7ae259a405a642dee93b18ffe5b875a056045a (patch)
tree61b48a06a69527444a1cb35114ed2ef25c765db4
parent7b4436a7cb23bd9ee2736336f40d2f2834c4965a (diff)
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)
-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
-----------