diff options
author | Hugo Landau <hlandau@openssl.org> | 2024-01-22 14:31:41 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2024-02-08 17:50:00 +0100 |
commit | a1446ff2060c6bad71ef79f16e7894e83fd5fb82 (patch) | |
tree | 48d3fa363a9159a19afcdfb429a3ab787a4a6d75 /CHANGES.md | |
parent | QUIC APL: Add feature query implementation (diff) | |
download | openssl-a1446ff2060c6bad71ef79f16e7894e83fd5fb82.tar.xz openssl-a1446ff2060c6bad71ef79f16e7894e83fd5fb82.zip |
Add CHANGES entry
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index b61a00aaf8..9441501a4d 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 ----------- |