Bug ID |
10222
|
Summary |
DTLS: OpenSSL pre-0.9.8f produces incompatible handshake messages
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.99.x (Experimental)
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Capture file support (libwiretap)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 12846 [details]
pre-master key for following capture
Build Information:
v1.99.0-rc1-547-ga125d4e (likely exists since the introduction of DTLS)
--
The ClientKeyExchange in OpenSSL pre-0.9.8f (0.9.8e) is incompatible with DTLS
1.0, it either misses a 16-bit fragment length or a 16-bit vector length.
Noticed after refactoring {Client,Server}KeyExchange dissection in
https://code.wireshark.org/review/2542/.
You are receiving this mail because:
- You are watching all bug changes.