mirror of
https://github.com/openssl/openssl.git
synced 2024-11-30 13:34:44 +08:00
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:
parent
4a69a6d171
commit
97d4b67cca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user