From 213ae2c7a8e406a26da5f4cb8f1f9dafd9d84dc6 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 26 Aug 2019 15:45:33 +0100 Subject: [PATCH] Add ChangeLog entry --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0c579a8b2b..7fdd90f385 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,8 @@ Bugfix * Enable Suite B with subset of ECP curves. Make sure the code compiles even if some curves are not defined. Fixes #1591 reported by dbedev. * Fix misuse of signed arithmetic in the HAVEGE module. #2598 + * Fix incompatibility of HMAC DRBG with Mbed TLS' own entropy module that + lead to HMAC DRBG seeding failure in configurations disabling SHA-512. Changes * Make it easier to define MBEDTLS_PARAM_FAILED as assert (which config.h