Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SSL Key Logging #314

Open
kaabia opened this issue Oct 25, 2023 · 0 comments
Open

Support SSL Key Logging #314

kaabia opened this issue Oct 25, 2023 · 0 comments

Comments

@kaabia
Copy link

kaabia commented Oct 25, 2023

Sometimes it is necessary to do debugging with a packet capture in Wireshark. In order to decrypt TLS traffic in wireshark, it is necessary to get the session key log.

Several TLS libraries control this behavior with the SSLKEYLOGFILE environment variable. In SwitchEV/iso15118, it appears that this must be explicitly enabled in the code (not via an env var)

More info about decrypting TLS in wireshark in some slides from a presentation by a wireshark developer: https://lekensteyn.nl/files/wireshark-tls-debugging-sharkfest19us.pdf

What problem does this solve?

This will enable deeper troubleshooting when it is necessary to inspect the actual contents of the traffic. It isn't always possible to access this information using other means.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant