commit | 617a321ed967ef9694e118344d4bc227a44fd2fc | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Fri Oct 05 09:51:36 2018 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Fri Oct 05 09:52:59 2018 +0100 |
tree | 77cc4ee68d1c02e11756740f0119a005502062c4 | |
parent | 30a95102b182b73c16948c0592a5fc56e21d33dc [diff] [blame] |
Adapt ChangeLog
diff --git a/ChangeLog b/ChangeLog index 513f24f..7aede8a 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -7,6 +7,8 @@ invalidated keys of a lifetime of less than a 1s. Fixes #1968. * Fix failure in hmac_drbg in the benchmark sample application, when MBEDTLS_THREADING_C is defined. Found by TrinityTonic, #1095 + * Fix memory leak and freeing without initialization in the example + program programs/x509/cert_write. Fixes #1422. Changes * Add tests for session resumption in DTLS.