Add missing ChangeLog entry

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath 2020-12-08 21:21:19 +00:00
parent 15e860c639
commit 22a854ab96

View file

@ -0,0 +1,5 @@
Bugfix
* Fix an issue that occurred when building with MBEDTLS_AES_SETKEY_DEC_ALT.
Key management methods that are required for MBEDTLS_CIPHER_MODE_XTS were
excluded from the build and led to failure. Fixes #3818. Reported by
John Stroebel.