mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-13 14:22:19 +08:00
5 lines
211 B
Plaintext
5 lines
211 B
Plaintext
Bugfix
|
|
* Reject serialized TLS 1.2 sessions whose session ID length exceeds 32,
|
|
instead of accepting an out-of-range length that is later used to read
|
|
past the end of the 32-byte session ID buffer.
|