mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-08 22:55:33 +00:00
adding changelog entry for issue #4093
Signed-off-by: Daniel Otte <d.otte@wut.de>
This commit is contained in:
parent
9c6cb217f1
commit
80fa1b4d8f
7
ChangeLog.d/issue4093.txt
Normal file
7
ChangeLog.d/issue4093.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
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,
|
||||
backported in #4100.
|
Loading…
Reference in a new issue