commit | eae41bf340bdb280ad2c72db367811c664bf9ac6 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Wed Feb 10 16:40:16 2016 +0000 |
committer | Janos Follath <janos.follath@arm.com> | Wed Feb 10 16:40:16 2016 +0000 |
tree | b8f8f8c54e0ed56593ca9be3ac66f07750263830 | |
parent | b8afe1bb2c8fdd3d85d9c5c669bd0b4f45eb65e9 [diff] [blame] |
Add Changelog entry for current branch
diff --git a/ChangeLog b/ChangeLog index 71aa605..f37bd9b 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -2,6 +2,10 @@ = mbed TLS 2.x branch +Security + * Fix a potential integer underflow to buffer overread in + mbedtls_rsa_rsaes_oaep_decrypt + 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