aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanos Follath <janos.follath@arm.com>2020-12-08 21:21:19 +0000
committerJanos Follath <janos.follath@arm.com>2020-12-08 23:45:45 +0000
commit22a854ab96507d8246ca6d065c8654cd7f597288 (patch)
treed572c53771417ef089c65d709a30ecd8b5c15f27
parent15e860c63926f6ae2befa0b52a02f9f5fab6767e (diff)
downloadmbedtls-22a854ab96507d8246ca6d065c8654cd7f597288.zip
mbedtls-22a854ab96507d8246ca6d065c8654cd7f597288.tar.gz
mbedtls-22a854ab96507d8246ca6d065c8654cd7f597288.tar.bz2
Add missing ChangeLog entry
Signed-off-by: Janos Follath <janos.follath@arm.com>
-rw-r--r--ChangeLog.d/AES_SETKEY_ALT-fix.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.d/AES_SETKEY_ALT-fix.txt b/ChangeLog.d/AES_SETKEY_ALT-fix.txt
new file mode 100644
index 0000000..2a23fbc
--- /dev/null
+++ b/ChangeLog.d/AES_SETKEY_ALT-fix.txt
@@ -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.