mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-05 09:33:01 +02:00
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:
@@ -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*$
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user