From 6565ea0739b1a41fad324b70b12c16e7a206da4b Mon Sep 17 00:00:00 2001 From: gabor-mezei-arm Date: Wed, 25 Aug 2021 20:39:07 +0200 Subject: [PATCH] Add changelog entry Signed-off-by: gabor-mezei-arm --- ChangeLog.d/constant_time_module.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ChangeLog.d/constant_time_module.txt diff --git a/ChangeLog.d/constant_time_module.txt b/ChangeLog.d/constant_time_module.txt new file mode 100644 index 0000000000..5e76deaa8d --- /dev/null +++ b/ChangeLog.d/constant_time_module.txt @@ -0,0 +1,6 @@ +Changes + * The mbedcrypto library includes new a source code module constant_time.c, + containing various functions meant to resist timing side channel attacks. + This module does not have a separate configuration option, and functions + from this module will be included in the build as required. Currently + the interface of this module is private and may change at any time.