mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-09 15:40:19 +00:00
6 lines
295 B
Plaintext
6 lines
295 B
Plaintext
|
Bugfix
|
||
|
* 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 in #4093 and fixed in #4094.
|