Commit 1c4d925
authored
feat:
# 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.SSLKEYLOGFILE support for flight CLI (#8239)1 parent 8c80fe1 commit 1c4d925
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
107 | 115 | | |
108 | 116 | | |
109 | 117 | | |
| |||
404 | 412 | | |
405 | 413 | | |
406 | 414 | | |
407 | | - | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
408 | 420 | | |
409 | 421 | | |
410 | 422 | | |
| |||
0 commit comments