commit | 01ec4af0238e62cf296b7eeade42ca5835327879 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Sep 21 13:16:52 2017 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Aug 16 10:01:10 2018 +0200 |
tree | a993201a42f6f4375f35563517a67ca25525f349 | |
parent | 2cb17e201b7a9508471bc4716f3f65951a73ed6d [diff] [blame] |
Add ChangeLog entry
diff --git a/ChangeLog b/ChangeLog index 59561fd..948e4c3 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -2,6 +2,9 @@ = mbed TLS x.x.x branch released xxxx-xx-xx +Features + * Add support for fragmentation of outoing DTLS handshake messages. + Bugfix * Fixes an issue with MBEDTLS_CHACHAPOLY_C which would not compile if MBEDTLS_ARC4_C and MBEDTLS_CIPHER_NULL_CIPHER weren't also defined. #1890