diff options
author | Hugo Landau <hlandau@openssl.org> | 2024-01-23 14:03:08 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2024-02-02 12:50:03 +0100 |
commit | d8b405a27c49a375da2962e4dd2387b42a9feed0 (patch) | |
tree | 89e244a4b1b3eddd442d0b87a5df470cd1e1719a /CHANGES.md | |
parent | Mention QLOG in INSTALL.md (diff) | |
download | openssl-d8b405a27c49a375da2962e4dd2387b42a9feed0.tar.xz openssl-d8b405a27c49a375da2962e4dd2387b42a9feed0.zip |
QLOG: Adjust CHANGES.md for editorial consistency
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.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/CHANGES.md b/CHANGES.md index 8b32306b57..13c859c9f3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -95,11 +95,13 @@ 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. + + The QLOG output from OpenSSL currently uses a pre-standard draft version of + QLOG. The output from OpenSSL will change in incompatible ways in future + releases, and is not subject to any format stability or compatibility + guarantees at this time; therefore this functionality must currently be + enabled with the build-time option `enable-unstable-qlog`. See the + openssl-qlog(7) manpage for details. *Hugo Landau* |