TinyCrypt Test: Disable all legacy ECCs in TinyCrypt all.sh test
This commit is contained in:
parent
054deecb8a
commit
325eb337bd
1 changed files with 11 additions and 0 deletions
|
@ -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_ECDSA_ENABLED
|
||||||
scripts/config.pl unset MBEDTLS_KEY_EXCHANGE_ECDH_RSA_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_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'
|
make CC=gcc CFLAGS='-Werror -Wall -Wextra'
|
||||||
|
|
||||||
msg "test: default config with tinycrypt enabled and legacy ECC disabled"
|
msg "test: default config with tinycrypt enabled and legacy ECC disabled"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue