Wireshark-bugs: [Wireshark-bugs] [Bug 3303] Problem with fragmentation at the SSL record layer

Date: Mon, 23 Jun 2014 11:15:17 +0000

changed bug 3303

What Removed Added
Status UNCONFIRMED CONFIRMED
Ever confirmed   1

Comment # 23 on bug 3303 from
Confirmed with v1.99.0-rc1-526-gc089562, frame 22 should be parsed as follows:

(Record layer: Handshake message)
16      Content Type: handshake(22)
0301    TLS version 1.0
4000    Record Length: 16384
(handshake protocol message: Certificate)
0b      HandshakeType: certificate(11)
004d12  Length: 19370 bytes
004d0f  Certificates Length: 19727 bytes
...     Certificates


Frame 27 contains the remaining 0x0d16 (3350) bytes of the Certificate payload
(0x4000 - 4 (for HS type and length) + 0xd16 = 0x4d12)

The problem is not limited to overly large records, but record fragmentation in
general.


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