From 872462dfa9276bb85a1ddce9a0887f819f952990 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 17 Aug 2023 11:35:52 +0200 Subject: [PATCH] test: fix test accelerating all curves keeping only 1 builtin Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 9361c6725..c06f31c78 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -3049,6 +3049,7 @@ psa_crypto_config_accel_all_curves_except_one () { scripts/config.py unset MBEDTLS_ECDSA_C scripts/config.py unset MBEDTLS_ECDH_C scripts/config.py unset MBEDTLS_ECJPAKE_C + scripts/config.py unset MBEDTLS_ECP_C # Ensure also RSA and asssociated algs are disabled so that the size of # the public/private keys cannot be taken from there @@ -3080,7 +3081,7 @@ psa_crypto_config_accel_all_curves_except_one () { # ----- # These hashes are needed for some ECDSA signature tests. - loc_extra_list="ALG_SHA_224 ALG_SHA_256 ALG_SHA_384 ALG_SHA_512 \ + loc_extra_list="ALG_SHA_1 ALG_SHA_224 ALG_SHA_256 ALG_SHA_384 ALG_SHA_512 \ ALG_SHA3_224 ALG_SHA3_256 ALG_SHA3_384 ALG_SHA3_512" helper_libtestdriver1_make_drivers "$loc_accel_list" "$loc_extra_list"