mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 13:50:59 +00:00
TinyCrypt Test: Disable all legacy ECCs in TinyCrypt all.sh test
This commit is contained in:
parent
054deecb8a
commit
325eb337bd
|
@ -1413,6 +1413,17 @@ component_test_default_tinycrypt_without_legacy_ecc () {
|
|||
scripts/config.pl unset MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED
|
||||
scripts/config.pl unset MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED
|
||||
scripts/config.pl unset MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED
|
||||
scripts/config.pl unset MBEDTLS_ECP_DP_SECP192R1_ENABLED
|
||||
scripts/config.pl unset MBEDTLS_ECP_DP_SECP224R1_ENABLED
|
||||
scripts/config.pl unset MBEDTLS_ECP_DP_SECP256R1_ENABLED
|
||||
scripts/config.pl unset MBEDTLS_ECP_DP_SECP384R1_ENABLED
|
||||
scripts/config.pl unset MBEDTLS_ECP_DP_SECP521R1_ENABLED
|
||||
scripts/config.pl unset MBEDTLS_ECP_DP_BP256R1_ENABLED
|
||||
scripts/config.pl unset MBEDTLS_ECP_DP_BP384R1_ENABLED
|
||||
scripts/config.pl unset MBEDTLS_ECP_DP_BP512R1_ENABLED
|
||||
scripts/config.pl unset MBEDTLS_ECP_DP_SECP192K1_ENABLED
|
||||
scripts/config.pl unset MBEDTLS_ECP_DP_SECP224K1_ENABLED
|
||||
scripts/config.pl unset MBEDTLS_ECP_DP_SECP256K1_ENABLED
|
||||
make CC=gcc CFLAGS='-Werror -Wall -Wextra'
|
||||
|
||||
msg "test: default config with tinycrypt enabled and legacy ECC disabled"
|
||||
|
|
Loading…
Reference in a new issue