From ede30855634c627327e1435817b074f3ad8c2691 Mon Sep 17 00:00:00 2001 From: TRodziewicz Date: Mon, 26 Apr 2021 15:44:25 +0200 Subject: [PATCH] Add ChangeLog file and fix comment in config.h Signed-off-by: TRodziewicz --- ChangeLog.d/issue4036.txt | 5 +++++ include/mbedtls/config.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 ChangeLog.d/issue4036.txt diff --git a/ChangeLog.d/issue4036.txt b/ChangeLog.d/issue4036.txt new file mode 100644 index 000000000..9b348d330 --- /dev/null +++ b/ChangeLog.d/issue4036.txt @@ -0,0 +1,5 @@ +Default behavior changes + * Enable by default the functionalities which have no reason to be disabled. + They are: ARIA block cipher, CMAC mode, elliptic curve J-PAKE library and + Key Wrapping mode as defined in NIST SP 800-38F. Fixes #4036. + diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index c34b6ba47..623b59385 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -2718,7 +2718,7 @@ * * \warning This is currently experimental. EC J-PAKE support is based on the * Thread v1.0.0 specification; incompatible changes to the specification - * might still happen. For this reason, this is disabled by default. + * might still happen. * * Module: library/ecjpake.c * Caller: