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

Add TLS/SSL key logging for SSL debuggability support #2482

Closed
kkriegkxs opened this issue Apr 6, 2022 · 2 comments
Closed

Add TLS/SSL key logging for SSL debuggability support #2482

kkriegkxs opened this issue Apr 6, 2022 · 2 comments

Comments

@kkriegkxs
Copy link

Feature Description

Add SSL decryption support for CAP e.g. Wireshark in the same fashion as Chrome & Firefox do:

  • if env SSLKEYLOGFILE is set, output keys to it

Suggested Solution (optional)

  1. Extend tlsConfig to add KeyLogWriter (https://pkg.go.dev/crypto/tls#Config.KeyLogWriter) if a corresponding debug flag is set
  2. Add required flags

Already existing or connected issues / PRs (optional)

#2481

@mstoykov
Copy link
Contributor

mstoykov commented Apr 7, 2022

There already is an issue with all of this info #1043

@kkriegkxs
Copy link
Author

👍 dint find it on a quick scan

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

No branches or pull requests

2 participants