From: Neil Horman Date: Thu, 3 Oct 2024 13:52:45 +0000 (-0400) Subject: Adding documentation to INSTALL X-Git-Tag: openssl-3.5.0-alpha1~994 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8458f873a082654ecab1bf6dea495398233f5d02;p=thirdparty%2Fopenssl.git Adding documentation to INSTALL Reviewed-by: Tim Hudson Reviewed-by: Saša Nedvědický Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/25297) --- diff --git a/INSTALL.md b/INSTALL.md index cf942ae1721..01ad69a17b6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1078,6 +1078,13 @@ Build with support for the integrated tracing api. See manual pages OSSL_trace_set_channel(3) and OSSL_trace_enabled(3) for details. +### enable-sslkeylog + +Build with support for the SSLKEYLOGFILE environment variable + +When enabled, setting SSLKEYLOGFILE to a file path records the keys exchanged +during a TLS handshake for use in analysis tools like wireshark. + ### no-ts Don't build Time Stamping (TS) Authority support.