aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTRodziewicz <rodziewicz@gmail.com>2021-02-25 11:03:25 +0100
committerTRodziewicz <rodziewicz@gmail.com>2021-02-25 11:05:44 +0100
commit9d9934814ec01ea78752723e09cd05bdb292769d (patch)
treec86f9feb635aa15e57ff9af9632747780d3b5533
parent28b61074d105e1551f6980609b850a49f58266bc (diff)
downloadmbedtls-archive/new_mul_shortcut.zip
mbedtls-archive/new_mul_shortcut.tar.gz
mbedtls-archive/new_mul_shortcut.tar.bz2
Adding description to the Changelog filearchive/new_mul_shortcut
Signed-off-by: TRodziewicz <rodziewicz@gmail.com>
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 184bd09..d2e0e8f 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.