aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.d/check-return.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.d/check-return.txt')
-rw-r--r--ChangeLog.d/check-return.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.d/check-return.txt b/ChangeLog.d/check-return.txt
new file mode 100644
index 0000000..6eb1629
--- /dev/null
+++ b/ChangeLog.d/check-return.txt
@@ -0,0 +1,10 @@
+Bugfix
+ * Failures of alternative implementations of AES or DES single-block
+ functions enabled with MBEDTLS_AES_ENCRYPT_ALT, MBEDTLS_AES_DECRYPT_ALT,
+ MBEDTLS_DES_CRYPT_ECB_ALT or MBEDTLS_DES3_CRYPT_ECB_ALT were ignored.
+ This does not concern the implementation provided with Mbed TLS,
+ where this function cannot fail, or full-module replacements with
+ MBEDTLS_AES_ALT or MBEDTLS_DES_ALT. Reported by Armelle Duboc in #1092.
+ * Some failures of HMAC operations were ignored. These failures could only
+ happen with an alternative implementation of the underlying hash module.
+