From f3987b3b2465c48aee00424a802b71fd8b44a144 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Tue, 12 Jun 2018 17:07:43 +0100 Subject: [PATCH] Add ChangeLog entry for CCM* CCM* in PR #1667 is a feature and a functional enhancement and was missing a ChangeLog entry. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index b8a3879d9..23e04669c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ Features cipher abstraction module. * Implement the HMAC-based extract-and-expand key derivation function (HKDF) per RFC 5869. Contributed by Thomas Fossati. + * Add support for the CCM* block cipher mode as defined in IEEE Std. 802.15.4. Bugfix * Fix the cert_write example to handle certificates signed with elliptic