mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +01:00
7 lines
307 B
Plaintext
7 lines
307 B
Plaintext
Security
|
|
* Fix a vulnerability in the TLS 1.2 handshake. If memory allocation failed
|
|
or there was a cryptographic hardware failure when calculating the
|
|
Finished message, it could be calculated incorrectly. This would break
|
|
the security guarantees of the TLS handshake.
|
|
CVE-2025-27810
|