commit | 16a77626de49d98b671cb7b58803c57ed694423d | [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:55:34 2018 +0100 |
tree | 8277ae0350e17a56f5458655f453addc6cd96265 | |
parent | 294e584e5e448d2b08c1b14332b82dc5848b3f2d [diff] |
Adapt ChangeLog
diff --git a/ChangeLog b/ChangeLog index 0a9dc4f..eaa1d41 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -7,6 +7,8 @@ MBEDTLS_THREADING_C is defined. Found by TrinityTonic, #1095 * Fix a bug in the update function for SSL ticket keys which previously invalidated keys of a lifetime of less than a 1s. Fixes #1968. + * 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.