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 9546] New: PSK stream does not get decrypted with other TL

Date: Tue, 10 Dec 2013 22:44:07 +0000
Bug ID 9546
Summary PSK stream does not get decrypted with other TLS streams
Classification Unclassified
Product Wireshark
Version 1.11.x (Experimental)
Hardware All
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
trunk
--
When a capture contains multiple TLS streams, then all streams using a PSK
cipher suite will fail to get decrypted because the wrong pre-master key is
restored.

The cause is that TLS sessions without SessionIDs get stored with an empty key.
The following patch prevents this.


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