Skip to content

Conversation

crepererum
Copy link
Contributor

⚠️ Requires hyperium/tonic#1539 !

Which issue does this PR close?

-

Rationale for this change

Allows analysis of TLS traffic with an external tool like Wireshark.

See https://wiki.wireshark.org/TLS#using-the-pre-master-secret

What changes are included in this PR?

New flag that opts into into the standard SSLKEYLOGFILE handling that other libraries and browsers support.

Are there any user-facing changes?

Mostly none for normal users, but might be helpful for developers.

Allows analysis of TLS traffic with an external tool like Wireshark.

See https://wiki.wireshark.org/TLS#using-the-pre-master-secret
@github-actions github-actions bot added arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate labels Sep 28, 2023
@tustvold
Copy link
Contributor

There doesn't seem to be any progress on hyperium/tonic#1539 so I am going to close this for now, we can reopen should there be movement upstream

@tustvold tustvold closed this May 20, 2024
alamb pushed a commit that referenced this pull request Sep 6, 2025
# Which issue does this PR close?
\-

# Rationale for this change
This is #4875 now that the upstream changes are available.

Allows analysis of TLS traffic with an external tool like Wireshark.

See https://wiki.wireshark.org/TLS#using-the-pre-master-secret

# What changes are included in this PR?
New flag that opts into into the standard `SSLKEYLOGFILE` handling that
other libraries and browsers support.

# Are these changes tested?
Not automatic test, but I did validate that setting the flag AND the env
variable emits a log file that is successfully used by Wireshark to
decrypt the traffic.

# Are there any user-facing changes?
Mostly none for normal users, but might be helpful for developers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants