commit | ea6cbb957cca2df606175ae101c60ee18e1acb08 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Wed Feb 10 16:14:10 2016 +0000 |
committer | Simon Butcher <simon.butcher@arm.com> | Wed May 18 19:30:09 2016 +0100 |
tree | 33037043bcbf01ac8ec6b67d1418fb801b6f26f1 | |
parent | a95834340a92740f2d4620b079853674515eb0e5 [diff] |
Add Changelog entry for current branch
diff --git a/ChangeLog b/ChangeLog index 01563a4..5afcc41 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -2,6 +2,10 @@ = mbed TLS 2.1.x branch +Security + * Fix missing padding length check in mbedtls_rsa_rsaes_pkcs1_v15_decrypt + required by PKCS1 v2.2 + Bugfix * Fix bug in mbedtls_mpi_add_mpi() that caused wrong results when the three arguments where the same (in-place doubling). Found and fixed by Janos