mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
6 lines
298 B
Plaintext
6 lines
298 B
Plaintext
Security
|
|
* Fix an integer underflow that could occur when parsing malformed PEM
|
|
keys, which could be used by an attacker capable of feeding encrypted
|
|
PEM keys to a user. This could cause a crash or information disclosure.
|
|
Found and reported by Linh Le and Ngan Nguyen from Calif.
|