commit | e003f50e6e367514a0d808c50628e45961241ad9 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Wed Feb 10 16:14:10 2016 +0000 |
committer | Simon Butcher <simon.butcher@arm.com> | Tue Mar 01 22:28:13 2016 +0000 |
tree | 908790de835a2abb02c6a8b1c4d0cc18a4b22feb | |
parent | 4ed7376a5dec59995e1294780ecdc2b29f0815a1 [diff] |
Add Changelog entry for current branch
diff --git a/ChangeLog b/ChangeLog index c153a7b..f6be098 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -2,6 +2,10 @@ = mbed TLS 1.3.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