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

TLS key logging #781

Merged
merged 1 commit into from
Mar 14, 2025
Merged

TLS key logging #781

merged 1 commit into from
Mar 14, 2025

Conversation

g-eye42
Copy link
Contributor

@g-eye42 g-eye42 commented Mar 11, 2025

TLS key logging records the TLS Session Keys to a key log file when the SSLKEYLOGFILE environment variable is set. It allows to decrypt SIPS traffic generated or received by SIPp using Wireshark. For more details see: https://wiki.wireshark.org/TLS
The TLS key log file format is described here: https://datatracker.ietf.org/doc/draft-ietf-tls-keylogfile/

@orgads
Copy link
Contributor

orgads commented Mar 12, 2025

Looks good, thank you.

Can you please squash all the commits except the cmake one, and use a descriptive commit message (you can take it from the PR description I guess)?

@g-eye42
Copy link
Contributor Author

g-eye42 commented Mar 14, 2025

I hope I got you right, please check.

TLS key logging records the TLS Session Keys to a key log file when the
SSLKEYLOGFILE environment variable is set.

It allows to decrypt SIPS traffic generated or received by SIPp using
Wireshark.

For more details see: https://wiki.wireshark.org/TLS/.

A description of the TLS key log format can be found here:
https://datatracker.ietf.org/doc/draft-ietf-tls-keylogfile/
@orgads
Copy link
Contributor

orgads commented Mar 14, 2025

I now noticed that the cmake change relates to the first commit, so I just squashed everything. I also wrapped the commit message.

LGTM. Thanks!

@orgads orgads merged commit 54eb3e4 into SIPp:master Mar 14, 2025
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.

2 participants