commit | 40510a3a79ddda2acb740ee4d7567049db308935 | [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 15:22:41 2016 +0100 |
tree | 8708224e45f0b23205c00d821c0069140fadfbe0 | |
parent | 2db440d2f170c737b93b97e77bd6345d8b0d05ad [diff] [blame] |
Update ChangeLog for latest PR merged fixes #309
diff --git a/ChangeLog b/ChangeLog index 3a04e71..9712b15 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,5 +1,12 @@ mbed TLS ChangeLog (Sorted per branch, date) += mbed TLS 1.3.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 1.3.16 released 2016-01-05 Security