Disable AES SCA countermeasures from full config

Disable AES SCA countermeasures from full config. Otherwise
check_config will break the builds due inproper configuration.
This commit is contained in:
Arto Kinnunen 2019-10-14 15:18:27 +03:00
parent 45a475f293
commit 2231138c18

View file

@ -53,6 +53,7 @@
# MBEDTLS_NO_64BIT_MULTIPLICATION
# MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH
# MBEDTLS_AES_ONLY_ENCRYPT
# MBEDTLS_AES_SCA_COUNTERMEASURES
# and any symbol beginning _ALT
#
@ -130,6 +131,7 @@ MBEDTLS_NO_64BIT_MULTIPLICATION
MBEDTLS_USE_TINYCRYPT
MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH
MBEDTLS_AES_ONLY_ENCRYPT
MBEDTLS_AES_SCA_COUNTERMEASURES
_ALT\s*$
);