adding entry file to ChangeLog.d for PR4094

Signed-off-by: Daniel Otte <[email protected]>
This commit is contained in:
Daniel Otte
2021-02-01 18:47:22 +01:00
parent 79fb5da632
commit 21cbe4a494
+6
View File
@@ -0,0 +1,6 @@
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.