You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modern versions of SSL libraries support TLS session key logging via environment variable SSLKEYLOGFILE. This opens possibility to decipher TLS traffic in dnscap and to log DNS traffic from "inside" of the TLS channel.
Roughly:
Set SSLKEYLOGFILE in DNS server environment to a file or pipe
dnscap reads session keys from given file or pipe
TLS traffic is decrypted using given session key
DNS packets are saved into output as usual.
Wireshark already implements this so there is possibility get inspiration in its code base.
The text was updated successfully, but these errors were encountered:
Modern versions of SSL libraries support TLS session key logging via environment variable
SSLKEYLOGFILE
. This opens possibility to decipher TLS traffic in dnscap and to log DNS traffic from "inside" of the TLS channel.Roughly:
SSLKEYLOGFILE
in DNS server environment to a file or pipeWireshark already implements this so there is possibility get inspiration in its code base.
The text was updated successfully, but these errors were encountered: