Files
wolfssl/src
Andrew Hutchings 060a2b3395 Fix DTLS 1.3 unified header fixed bits mask
DTLS13_FIXED_BITS_MASK used 0x111 (hex 273) instead of 0x7 (decimal 7,
binary 111). Per RFC 9147 Section 4, the top 3 bits of the unified
header flags byte must be 001. The incorrect hex value caused the mask
to only check bit 5 instead of bits 5, 6, and 7, allowing bytes with
bits 6 or 7 set to be misidentified as unified DTLS 1.3 headers.
2026-02-17 10:39:41 +00:00
..
2025-07-10 16:11:36 -06:00
2026-01-29 18:49:56 +10:00
2025-11-18 13:28:51 -07:00
2026-02-13 12:07:19 -08:00
2026-01-29 18:49:56 +10:00
2026-02-13 10:54:47 -08:00
2026-02-17 10:36:47 +00:00
2026-02-13 10:54:47 -08:00
2026-02-13 10:28:12 -05:00
2026-01-08 08:46:22 +09:00