From 9d9934814ec01ea78752723e09cd05bdb292769d Mon Sep 17 00:00:00 2001 From: TRodziewicz Date: Thu, 25 Feb 2021 11:03:25 +0100 Subject: [PATCH] Adding description to the Changelog file Signed-off-by: TRodziewicz --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 184bd09135..d2e0e8f053 100644 --- a/ChangeLog +++ b/ChangeLog @@ -152,6 +152,9 @@ Bugfix option on. In this configuration key management methods that are required for MBEDTLS_CIPHER_MODE_XTS were excluded from the build and made it fail. Fixes #3818. Reported by John Stroebel. + * Fix a bug in EC J-PAKE that would cause it fail when the payload is all- + bits-zero. + Fixes #1792 Changes * Reduce stack usage significantly during sliding window exponentiation.