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

Add support for TLS 1.3 decryption #3

Closed adoebber closed 2 months ago

adoebber commented 2 months ago

Add support for TLS 1.3 disclosure messages. A UDP secret disclosure message can contain one secret or multiple secrets separated by a line break.

Fixes #2

adoebber commented 2 months ago

@Mike-M0 I have implemented the TLS 1.3 decryption in a more general way. Can you check if this works for you?

Mike-M0 commented 2 months ago

@Mike-M0 I have implemented the TLS 1.3 decryption in a more general way. Can you check if this works for you?

works for us. Thanks!