Skip to content

Update README with TLS session secrets logging#23

Open
wilco375 wants to merge 1 commit intoaapooksman:mainfrom
wilco375:update-readme-keylogfile
Open

Update README with TLS session secrets logging#23
wilco375 wants to merge 1 commit intoaapooksman:mainfrom
wilco375:update-readme-keylogfile

Conversation

@wilco375
Copy link

I wanted to add support for SSLKEYLOGFILE so that I could create a pcap capture of the traffic, and decrypt this in Wireshark. But as it turns out, since Python 3.8, ssl.create_default_context, which this application uses, already supports this:

When keylog_filename is supported and the environment variable SSLKEYLOGFILE is set, create_default_context() enables key logging.

I added some documentation to the README explaining the usage of the key log file.

P.S. sorry for the double PR, apparently renaming a branch after creating a PR closes it automatically.

Added instructions for logging TLS session secrets using SSLKEYLOGFILE.
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

Successfully merging this pull request may close these issues.

1 participant