diff options
author | Hugo Landau <hlandau@openssl.org> | 2024-03-04 23:49:54 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2024-03-06 21:44:48 +0100 |
commit | e98940d6f6da8347ca7a8c5cb9f7c528c6133c8d (patch) | |
tree | 4371b2c5f2c455d87551b03c034fb793eda502e0 /CHANGES.md | |
parent | Document that unknown groups and sigalgs marked with ? are ignored (diff) | |
download | openssl-e98940d6f6da8347ca7a8c5cb9f7c528c6133c8d.tar.xz openssl-e98940d6f6da8347ca7a8c5cb9f7c528c6133c8d.zip |
Enable qlog support by default
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23744)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index c67d0bd6aa..d857bf846a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -124,8 +124,8 @@ OpenSSL 3.3 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 + guarantees at this time. This functionality can be + disabled with the build-time option `no-unstable-qlog`. See the openssl-qlog(7) manpage for details. *Hugo Landau* |