mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 05:45:27 +00: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:
parent
45a475f293
commit
2231138c18
|
@ -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*$
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue