From a7337251f79268b760b686d488ce7ed9f2ffe025 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 11 Dec 2025 17:37:06 +0100 Subject: [PATCH 1/3] tests: remove temporary fix for secp192 curves in test_psa_crypto_without_heap secp192 curves are no more supported in tf-psa-crypto and also all the temporary fixes has been removed. This one can be removed as well. Signed-off-by: Valerio Setti --- tests/scripts/components-configuration-crypto.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/scripts/components-configuration-crypto.sh b/tests/scripts/components-configuration-crypto.sh index cff24a34ce..a03dce152c 100644 --- a/tests/scripts/components-configuration-crypto.sh +++ b/tests/scripts/components-configuration-crypto.sh @@ -92,13 +92,6 @@ component_test_psa_crypto_without_heap() { scripts/config.py unset-all "^PSA_WANT_ALG_RSA_" # EC-JPAKE use calloc/free in PSA core scripts/config.py unset PSA_WANT_ALG_JPAKE - # Curves p192[k|r]1 were disabled by default in TF-PSA-Crypto 1.0 so they - # were enabled here in order to get full test coverage. Support for these - # curves has completely been removed, but due to interdependency between - # CIs (mbedtls vs tf-psa-crypto) we still need to keep these lines here for - # a while. They will be removed in #10518 - scripts/config.py set PSA_WANT_ECC_SECP_K1_192 || true - scripts/config.py set PSA_WANT_ECC_SECP_R1_192 || true scripts/config.py set TF_PSA_CRYPTO_ALLOW_REMOVED_MECHANISMS || true # Accelerate all PSA features (which are still enabled in CRYPTO_CONFIG_H). From 3b74e0ee60443adb9d12ecafb104e96689bce17a Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 11 Dec 2025 21:17:35 +0100 Subject: [PATCH 2/3] tf-psa-crypto: update reference Signed-off-by: Valerio Setti --- tf-psa-crypto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-psa-crypto b/tf-psa-crypto index cb9d0ed648..85af1a8fdc 160000 --- a/tf-psa-crypto +++ b/tf-psa-crypto @@ -1 +1 @@ -Subproject commit cb9d0ed64831da3e7b85ea8741a57fdc27c010e6 +Subproject commit 85af1a8fdc7b1caa85d99380c1607c3ec11bf87d From a7fd88ae74cebd4b318bd47ca62d0cfcf9f09c5f Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 11 Dec 2025 22:54:39 +0100 Subject: [PATCH 3/3] framework: update reference Signed-off-by: Valerio Setti --- framework | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework b/framework index f58263d00f..5ef7e74c53 160000 --- a/framework +++ b/framework @@ -1 +1 @@ -Subproject commit f58263d00f287993d7ba4aeaef825385459fd02d +Subproject commit 5ef7e74c537193912a31e1e03b56261116578896