From d9a4c73c996d36c0e12be203f4ae2bd9ca12031c Mon Sep 17 00:00:00 2001 From: Mateusz Starzyk Date: Wed, 19 May 2021 12:36:24 +0200 Subject: [PATCH] Add changelog entries for MBEDTLS_SHA224_C and MBEDTLS_SHA384_C. Signed-off-by: Mateusz Starzyk --- ChangeLog.d/sha224_sha384.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ChangeLog.d/sha224_sha384.txt diff --git a/ChangeLog.d/sha224_sha384.txt b/ChangeLog.d/sha224_sha384.txt new file mode 100644 index 0000000000..f60ea563e7 --- /dev/null +++ b/ChangeLog.d/sha224_sha384.txt @@ -0,0 +1,7 @@ +API changes + * Replace MBEDTLS_SHA512_NO_SHA384 config option with MBEDTLS_SHA384_C. + This separates config option enabling the SHA384 algorithm from option + enabling the SHA512 algorithm. Fixes #4034. + * Introduce MBEDTLS_SHA224_C. + This separates config option enabling the SHA224 algorithm from option + enabling SHA256.