From f4474e79efd29258d4b0f8991f284c9d574c240c Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Wed, 23 May 2018 14:21:02 +0100 Subject: [PATCH] ChangeLog: Add an entry for AES-XTS --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8061792ae..a8a255c40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ Features * 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. + * Add support for the XTS block cipher mode with AES (AES-XTS). + Contributed by Aorimn in pull request #414. Bugfix * Fix the cert_write example to handle certificates signed with elliptic