commit | 249958bdb8b9599124d58f789b35b68d46104f1f | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Fri Feb 01 16:42:48 2019 +0000 |
committer | Janos Follath <janos.follath@arm.com> | Wed Mar 06 13:59:55 2019 +0000 |
tree | 018ac2a8519dd6b8e727a4629c3d7543775c0519 | |
parent | eff335d575e0949ba25b60a358f31461eab055fe [diff] |
Adapt ChangeLog
diff --git a/ChangeLog b/ChangeLog index bae12c9..4cf6a86 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -8,6 +8,8 @@ https://sweet32.info/SWEET32_CCS16.pdf. Bugfix + * Fix 1-byte buffer overflow in mbedtls_mpi_write_string() when + used with negative inputs. Found by Guido Vranken in #2404. * Run the AD too long test only if MBEDTLS_CCM_ALT is not defined. Raised as a comment in #1996. * Fix returning the value 1 when mbedtls_ecdsa_genkey failed.