Wireshark-commits: [Wireshark-commits] master 0484f95: TLS13: TLS-Exporter interface for QUIC decry
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0484f95963f01b84fe31ab409f37860c912174f8
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0484f95 by Peter Wu (peter@xxxxxxxxxxxxx):
TLS13: TLS-Exporter interface for QUIC decryption
Add support for "EXPORTER_SECRET" (NSS 3.34, boringssl 1c58471cc9f4) and
"EARLY_EXPORTER_SECRET" (NSS 3.35) key log lines. These secrets can be
used with the TLS-Exporter interface to derive QUIC 0-RTT/1-RTT keys.
Ping-Bug: 13881
Change-Id: I7ff3e51ce0bd868353aacb2e3a52b28f144af341
Reviewed-on: https://code.wireshark.org/review/24981
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 7c0c818 Qt: fix "Follow stream" in Conversations dialog
adds 0484f95 TLS13: TLS-Exporter interface for QUIC decryption
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 30 ++++++++++--
epan/dissectors/packet-ssl-utils.h | 8 ++++
epan/dissectors/packet-ssl.c | 94 ++++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-ssl.h | 9 ++++
4 files changed, 137 insertions(+), 4 deletions(-)