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: Fri, 06 Dec 2013 17:35:51 +0000

changed bug 9499

What Removed Added
Status UNCONFIRMED CONFIRMED
Ever confirmed   1

Comment # 20 on bug 9499 from
I am fine with these patches and have one unrelated question for the commiter.

The sig field (SIG_*) is unused, can this be removed? Commit message is
available at [1], the patch is basically:

    sed 's/SIG_[^,]*,/' -i epan/dissectors/packet-ssl-utils.c

and then remove the constants. I then have a patch that aligns the fields
better and convert the numbers to hex. Other patches that touch the cipher
suites:

- Rename the block field to iv_size and related IV size changes.
- add more cipher suites.

Alexis, can you perform the above SIG_ removal?

 [1]:
https://git.lekensteyn.nl/peter/wireshark-notes/tree/patches-psk-cleanup/0003-ssl-drop-unused-SIG_-field-and-constants.patch


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