mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-03-09 15:04:07 +01:00
7 lines
307 B
Plaintext
7 lines
307 B
Plaintext
Security
|
|
* Fix an errorneous estimation for an internal buffer in
|
|
mbedtls_pk_write_key_pem(). If MBEDTLS_MPI_MAX_SIZE is set to an odd
|
|
value the function might fail to write a private RSA keys of the largest
|
|
supported size.
|
|
Found by Daniel Otte, reported in #4093 and fixed in #4094.
|