Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9499] DTLS: add decrypt support for TLS_PSK_WITH_AES_128_C

Date: Sat, 07 Dec 2013 13:42:38 +0000

Comment # 22 on bug 9499 from
(In reply to comment #21)
> Created attachment 12252 [details]
> dtls: add support for pre master secret file
> 
> This adds support to read the pre master secrets from a log file like
> it is supported for SSL/TLS.

I am surprised that the patch is so small, apparently this stuff is already
available in ssl-utils.

The preference is just copied from the SSL dissector. Besides the description
being outdated (CLIENT_RANDOM[1] is supported too), this duplication (and the
PSK copy) does not help with reducing the size of the overly long SSL
dissector. I propose to make a new ssl_common_register_prefs() function that
takes a struct for psk and keylog_filename (and in the future maybe even
keys_list). In this way, there is less code duplication.

 [1]: https://developer.mozilla.org/en-US/docs/NSS_Key_Log_Format


You are receiving this mail because:
  • You are watching all bug changes.