Adding description to the Changelog file

Signed-off-by: TRodziewicz <rodziewicz@gmail.com>
This commit is contained in:
TRodziewicz
2021-02-25 11:03:25 +01:00
parent 28b61074d1
commit 9d9934814e

View File

@@ -152,6 +152,9 @@ Bugfix
option on. In this configuration key management methods that are required 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. for MBEDTLS_CIPHER_MODE_XTS were excluded from the build and made it fail.
Fixes #3818. Reported by John Stroebel. 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 Changes
* Reduce stack usage significantly during sliding window exponentiation. * Reduce stack usage significantly during sliding window exponentiation.