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.