Adapt ChangeLog

This commit is contained in:
Hanno Becker 2017-09-04 13:07:52 +01:00
parent 37c6b6b339
commit f28dc2f900

View File

@ -18,6 +18,9 @@ API Changes
Found by James Cowgill.
Bugfix
* Fix out-of-memory problem when parsing 4096-bit PKCS8-encrypted RSA keys.
Found independently by Florian in the mbed TLS forum and by Mishamax.
#878, #1019.
* Add a check if iv_len is zero, and return an error if it is zero. reported
by roberto. #716
* Replace preproccessor condition from #if defined(MBEDTLS_THREADING_PTHREAD)