mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-12 15:11:35 +02: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.
|