Improve wording in Changelog

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath 2020-12-09 16:39:36 +00:00
parent f3493024f6
commit 7bbd7ea7ad

View file

@ -53,10 +53,10 @@ Bugfix
the buffer back, which was the case for mbedtls_x509write_{crt,csr}_pem the buffer back, which was the case for mbedtls_x509write_{crt,csr}_pem
until this property was inadvertently broken in Mbed TLS 2.19.0. until this property was inadvertently broken in Mbed TLS 2.19.0.
Fixes #3682. Fixes #3682.
* Fix an issue that occurred when building with MBEDTLS_AES_SETKEY_DEC_ALT. * Fix a build failure that occurred with the MBEDTLS_AES_SETKEY_DEC_ALT
Key management methods that are required for MBEDTLS_CIPHER_MODE_XTS were option on. In this configuration key management methods that are required
excluded from the build and led to failure. Fixes #3818. Reported by for MBEDTLS_CIPHER_MODE_XTS were excluded from the build and made it fail.
John Stroebel. Fixes #3818. Reported by John Stroebel.
Changes Changes
* Reduce stack usage significantly during sliding window exponentiation. * Reduce stack usage significantly during sliding window exponentiation.