2021-02-02 12:38:26 +01:00
|
|
|
Security
|
|
|
|
* Fix an errorneous estimation for an internal buffer in
|
2021-02-01 18:44:24 +01:00
|
|
|
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.
|
2021-02-02 12:38:26 +01:00
|
|
|
Found by Daniel Otte, reported in #4093 and fixed in #4094.
|