mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 08:16:38 +08:00
6 lines
281 B
Plaintext
6 lines
281 B
Plaintext
Bugfix
|
|
* Reject malformed TLS 1.3 serialized sessions instead of accepting
|
|
unterminated strings or extra trailing data.
|
|
* Reject serialized SSL contexts whose DTLS Connection ID length exceeds
|
|
the maximum supported size, instead of overflowing the internal buffer.
|