diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-05-27 22:19:40 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-05-27 22:21:13 +0200 |
commit | 455d1552262e3dc2e866443413d966a75d4448b2 (patch) | |
tree | d91ad59bed37c6735fef03103aa05a549f7f8f69 /doc | |
parent | 1337a3483b1aa40760aa77fa0a592ccef22dee85 (diff) | |
download | gnutls-455d1552262e3dc2e866443413d966a75d4448b2.tar.gz |
Append keys on keylogfile
Also consider the SSLKEYLOGFILE variable, since the format is
identical and we are always appending keys.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cha-gtls-app.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 9bb5437544..aebbca8a2c 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -165,8 +165,8 @@ error. Other available environment variables are shown in @ref{tab:environment}. @item @code{GNUTLS_DEBUG_LEVEL} @tab When set to a numeric value, it sets the default debugging level for GnuTLS applications. -@item @code{GNUTLS_KEYLOGFILE} -@tab When set to a filename, GnuTLS will store to it the client session keys in the NSS Key Log +@item @code{GNUTLS_KEYLOGFILE}, @code{SSLKEYLOGFILE} +@tab When set to a filename, GnuTLS will append to it the session keys in the NSS Key Log format. That format can be read by wireshark and will allow decryption of the session for debugging. @item @code{GNUTLS_CPUID_OVERRIDE} |