Adapt ChangeLog

This commit is contained in:
Hanno Becker 2018-11-05 16:56:02 +00:00
parent dc631fb87e
commit 0e32e5ed0e

View file

@ -21,6 +21,9 @@ Bugfix
* Zeroize memory used for reassembling handshake messages after use.
* Use `mbedtls_zeroize()` instead of `memset()` for zeroization of
sensitive data in the example programs aescrypt2 and crypt_and_hash.
* Add explicit integer to enumeration type casts to example program
programs/pkey/gen_key which previously led to compilation failure
on some toolchains. Reported by phoenixmcallister. Fixes #2170.
Changes
* Add tests for session resumption in DTLS.