mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 04:16:46 +00:00
Rename test_psa_want_ecdsa_disabled_softare
Changed the test name from test_ to build_ to better reflect what the test is currently performing. Signed-off-by: John Durkop <john.durkop@fermatsoftware.com>
This commit is contained in:
parent
4377bf7479
commit
8ac0b80e9b
|
@ -1318,7 +1318,8 @@ component_test_psa_crypto_config_no_driver() {
|
||||||
make test
|
make test
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_psa_want_ecdsa_disabled_software() {
|
# This should be renamed to test and updated once the accelerator ECDSA code is in place and ready to test.
|
||||||
|
component_build_psa_want_ecdsa_disabled_software() {
|
||||||
# full plus MBEDTLS_PSA_CRYPTO_CONFIG with PSA_WANT_ALG_ECDSA
|
# full plus MBEDTLS_PSA_CRYPTO_CONFIG with PSA_WANT_ALG_ECDSA
|
||||||
# without MBEDTLS_ECDSA_C
|
# without MBEDTLS_ECDSA_C
|
||||||
# PSA_WANT_ALG_ECDSA and PSA_WANT_ALG_DETERMINISTIC_ECDSA are already
|
# PSA_WANT_ALG_ECDSA and PSA_WANT_ALG_DETERMINISTIC_ECDSA are already
|
||||||
|
@ -1333,10 +1334,6 @@ component_test_psa_want_ecdsa_disabled_software() {
|
||||||
scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
|
scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
|
||||||
# Need to define the correct symbol and include the test driver header path in order to build with the test driver
|
# Need to define the correct symbol and include the test driver header path in order to build with the test driver
|
||||||
make CC=gcc CFLAGS="$ASAN_CFLAGS -DPSA_CRYPTO_DRIVER_TEST -DMBEDTLS_PSA_ACCEL_ALG_ECDSA -DMBEDTLS_PSA_ACCEL_ALG_DETERMINISTIC_ECDSA -I../tests/include -O2" LDFLAGS="$ASAN_CFLAGS"
|
make CC=gcc CFLAGS="$ASAN_CFLAGS -DPSA_CRYPTO_DRIVER_TEST -DMBEDTLS_PSA_ACCEL_ALG_ECDSA -DMBEDTLS_PSA_ACCEL_ALG_DETERMINISTIC_ECDSA -I../tests/include -O2" LDFLAGS="$ASAN_CFLAGS"
|
||||||
|
|
||||||
# This should be added back in once the accelerator ECDSA code is in place and ready to test.
|
|
||||||
#msg "test: full + MBEDTLS_PSA_CRYPTO_CONFIG + PSA_WANT_ALG_ECDSA without MBEDTLS_ECDSA_C"
|
|
||||||
#make test
|
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_check_params_functionality () {
|
component_test_check_params_functionality () {
|
||||||
|
|
Loading…
Reference in a new issue