From 9cf0d53adc701dfbae80d766c10168931bbffaf9 Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Sun, 15 Jul 2018 09:34:35 +0300 Subject: [PATCH] Add ChangeLog Add entry in ChangeLog for the Key Wrapping feature. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index a7e6288ee..8e20dccee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ Features buffer, which can save some RAM. If buffer lengths are kept equal, there is no functional difference. Contributed by Angus Gratton, and also independently contributed again by Paul Sokolovsky. + * Add support for key wrapping modes based on AES as defined by + NIST SP 800-38F algorithms KW and KWP and by RFC's 3394 and 5649. Bugfix * Fix the key_app_writer example which was writing a leading zero byte which