dspace-group / dsV2Gshark

Free Wireshark plugin to analyze ISO15118 V2G communication between electric vehicles (EV) and charging stations (EVSE).
https://www.dspace.com/en/pub/home/news/wireshark-charging-plug-in.cfm
Other
32 stars 8 forks source link

enable TLS1.3 decryption #2

Closed Mike-M0 closed 2 months ago

Mike-M0 commented 2 months ago

The PR adds a filter for TLS 1.3 disclosure message, which has to contain "CLIENT_HANDSHAKE_TRAFFIC_SECRET, SERVER_HANDSHAKE_TRAFFIC_SECRET, CLIENT_TRAFFIC_SECRET, SERVER_TRAFFIC_SECRET" (in this order).

This allows the plugin to decrypt TLS1.3 traffic.

adoebber commented 2 months ago

Thanks very much for your PR. We will have a look.