mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 08:16:38 +08:00
6 lines
290 B
Plaintext
6 lines
290 B
Plaintext
Security
|
|
* Fix a bug where mbedtls_ssl_read() and mbedtls_ssl_write() could return
|
|
1 instead of an error code if the random generator failed when a server
|
|
called these functions before the end of a TLS 1.3 handshake.
|
|
Reported by Mohammad Seet (mhdsait101). CVE-2026-40294
|