Gilles Peskine | 621333f | 2021-07-07 21:08:28 +0200 | [diff] [blame] | 1 | Bugfix |
2 | * Failures of alternative implementations of AES or DES single-block | ||||
3 | functions enabled with MBEDTLS_AES_ENCRYPT_ALT, MBEDTLS_AES_DECRYPT_ALT, | ||||
4 | MBEDTLS_DES_CRYPT_ECB_ALT or MBEDTLS_DES3_CRYPT_ECB_ALT were ignored. | ||||
5 | This does not concern the implementation provided with Mbed TLS, | ||||
6 | where this function cannot fail, or full-module replacements with | ||||
7 | MBEDTLS_AES_ALT or MBEDTLS_DES_ALT. Reported by Armelle Duboc in #1092. |