Closed
Bug 1452961
Opened 8 years ago
Closed 3 years ago
Fix DTLS 1.3 ACK format
Categories
(NSS :: Libraries, enhancement)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ekr, Unassigned)
References
(Blocks 1 open bug)
Details
The format is:
struct {
uint64 record_numbers<0..2^16-1>;
} ACK;
But the original code in but 1316231 forgot the 2 length bytes. Discovered by interop with Mint.
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
Blocks: dtls1.3-support
Comment 1•3 years ago
|
||
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•