diff options
author | Hugo Landau <hlandau@openssl.org> | 2024-01-23 14:02:56 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2024-02-02 12:50:03 +0100 |
commit | 000e72ecda60867c920e3c3f06747395d903bd99 (patch) | |
tree | c50fe5afd34bb58ea88c3143645b6643bbdd352f | |
parent | Configure: Add warning when enabling QLOG (diff) | |
download | openssl-000e72ecda60867c920e3c3f06747395d903bd99.tar.xz openssl-000e72ecda60867c920e3c3f06747395d903bd99.zip |
Mention QLOG in INSTALL.md
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22037)
-rw-r--r-- | INSTALL.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 18bfe59c57..52add7c15b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1084,6 +1084,14 @@ when needed. This is only supported on systems where loading of shared libraries is supported. +### enable-unstable-qlog + +Enables QLOG output support for the QUIC protocol. This functionality is +unstable and implements a draft version of the QLOG specification. The QLOG +output from OpenSSL will change in incompatible ways in future, and is not +subject to any format stability or compatibility guarantees at this time. See +the manpage openssl-qlog(7) for details. + ### 386 In 32-bit x86 builds, use the 80386 instruction set only in assembly modules |