summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-23 13:02:56 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:50:03 +0000
commit000e72ecda60867c920e3c3f06747395d903bd99 (patch)
treec50fe5afd34bb58ea88c3143645b6643bbdd352f
parentc3f95327c6558fd1c7181b6f7c7f3fbcd1fb75aa (diff)
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.md8
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