commit | 96ec00dd3a1d3a186b5cc9dcd87b7179b90c4206 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Jan 07 13:26:11 2016 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Fri Jan 08 14:51:51 2016 +0100 |
tree | f16f4a99f05a7b8203fe21332ca4ac29e6b12455 | |
parent | 79a1da6948ee628de35f25d3bd5541a65374db87 [diff] |
Update ChangeLog for latest PR merged fixes #309
diff --git a/ChangeLog b/ChangeLog index b6ca293..9fb51f6 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,5 +1,12 @@ mbed TLS ChangeLog (Sorted per branch, date) += mbed TLS 2.1.x branch + +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 + Follath. + = mbed TLS 2.1.4 released 2016-01-05 Security