summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-18 10:39:12 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:50:02 +0000
commitf8fdc73e5be4d595e745a2c4f525c53558d00bf3 (patch)
tree6b11d611778459e056e2b03181bc41456d73b546 /CHANGES.md
parent5b8f7ae3542b6de0edde958de66544cdf45af2f4 (diff)
QLOG: Add CHANGES entry
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22037)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e8ac02d12f..8b32306b57 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
-----------