diff options
author | Hugo Landau <hlandau@openssl.org> | 2024-02-14 10:26:37 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2024-03-09 09:56:59 +0100 |
commit | bf7ae259a405a642dee93b18ffe5b875a056045a (patch) | |
tree | 61b48a06a69527444a1cb35114ed2ef25c765db4 /CHANGES.md | |
parent | QUIC MULTISTREAM TEST: Test write buffer statistics queries (diff) | |
download | openssl-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.md | 5 |
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 ----------- |