]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add documentation for SSLKEYLOGFILE
authorNeil Horman <nhorman@openssl.org>
Mon, 26 Aug 2024 22:33:14 +0000 (18:33 -0400)
committerMatt Caswell <matt@openssl.org>
Mon, 21 Oct 2024 10:34:35 +0000 (11:34 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Hugo Landau <hlandau@devever.net>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25297)

doc/man7/openssl-env.pod

index 2d80ae6e1b6aca8606a247ad2ca1e30b84435086..b10ced0876a3a02bb0f110696ce39daa2646d8f7 100644 (file)
@@ -188,6 +188,14 @@ Specifies a QUIC qlog output directory. See L<openssl-qlog(7)>.
 
 Used to set a QUIC qlog filter specification. See L<openssl-qlog(7)>.
 
+=item B<SSLKEYLOGFILE>
+
+Used to produce the standard format output file for SSL key logging.  Optionally
+set this variable to a filename to log all secrets produced by SSL connections.
+Note, use of the environment variable is predicated on configuring OpenSSL at
+build time with the enable-sslkeylog feature.  The file format standard can be
+found at L<https://datatracker.ietf.org/doc/draft-ietf-tls-keylogfile/>
+
 =back
 
 =head1 COPYRIGHT