From: Hugo Landau Date: Thu, 18 Jan 2024 10:39:12 +0000 (+0000) Subject: QLOG: Add CHANGES entry X-Git-Tag: openssl-3.3.0-alpha1~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8fdc73e5be4d595e745a2c4f525c53558d00bf3;p=thirdparty%2Fopenssl.git QLOG: Add CHANGES entry Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/22037) --- diff --git a/CHANGES.md b/CHANGES.md index e8ac02d12fc..8b32306b576 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -94,6 +94,15 @@ OpenSSL 3.3 *Randall S. Becker* + * Support for QLOG for tracing QUIC connections has been added. + The QLOG format used is a pre-standard draft version and may change + incompatibly in future OpenSSL releases, therefore this functionality must + currently be enabled with a build-time option `enable-unstable-qlog`. See + [doc/designs/quic-design/debugging.md](./doc/designs/quic-design/debugging.md) + for information on how to use QLOG. + + *Hugo Landau* + OpenSSL 3.2 -----------