From 9114d4ae0cadf6a6b0794f99fea80965b23d7755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 29 Sep 2025 11:49:40 +0200 Subject: [PATCH] all.sh: prepare component for hiding small curves MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- tests/scripts/components-configuration-crypto.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/components-configuration-crypto.sh b/tests/scripts/components-configuration-crypto.sh index c9c6a13e43..0551e6a404 100644 --- a/tests/scripts/components-configuration-crypto.sh +++ b/tests/scripts/components-configuration-crypto.sh @@ -100,6 +100,7 @@ component_test_psa_crypto_without_heap() { # tests in 'test_suite_psa_crypto_op_fail' that would never be executed. scripts/config.py set PSA_WANT_ECC_SECP_K1_192 scripts/config.py set PSA_WANT_ECC_SECP_R1_192 + scripts/config.py set TF_PSA_CRYPTO_ALLOW_REMOVED_MECHANISMS || true # Accelerate all PSA features (which are still enabled in CRYPTO_CONFIG_H). PSA_SYM_LIST=$(./scripts/config.py get-all-enabled PSA_WANT)