From 0e1f05d34bf8c0bf2729188a32efa8743d0a9a03 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 25 May 2021 09:28:54 +0200 Subject: [PATCH] Changelog entry for the ARIA_ALT and CAMELLIA_ALT fixes Fix ARMmbed/mbed-os#14694 Signed-off-by: Gilles Peskine --- ChangeLog.d/aria-alt.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/aria-alt.txt diff --git a/ChangeLog.d/aria-alt.txt b/ChangeLog.d/aria-alt.txt new file mode 100644 index 0000000000..20aaa2b71d --- /dev/null +++ b/ChangeLog.d/aria-alt.txt @@ -0,0 +1,5 @@ +Bugfix + * Fix some issues affecting MBEDTLS_ARIA_ALT implementations: a misplaced + directive in a header and a missing initialization in the self-test. + * Fix a missing initialization in the Camellia self-test, affecting + MBEDTLS_CAMELLIA_ALT implementations.