Add documentation for SSLKEYLOGFILE

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)
This commit is contained in:
Neil Horman 2024-08-26 18:33:14 -04:00 committed by Matt Caswell
parent 4a69a6d171
commit 97d4b67cca

View 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