Skip to content

Commit a733725

Browse files
committed
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 <valerio.setti@nordicsemi.no>
1 parent e5ba96c commit a733725

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/scripts/components-configuration-crypto.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,6 @@ component_test_psa_crypto_without_heap() {
9292
scripts/config.py unset-all "^PSA_WANT_ALG_RSA_"
9393
# EC-JPAKE use calloc/free in PSA core
9494
scripts/config.py unset PSA_WANT_ALG_JPAKE
95-
# Curves p192[k|r]1 were disabled by default in TF-PSA-Crypto 1.0 so they
96-
# were enabled here in order to get full test coverage. Support for these
97-
# curves has completely been removed, but due to interdependency between
98-
# CIs (mbedtls vs tf-psa-crypto) we still need to keep these lines here for
99-
# a while. They will be removed in #10518
100-
scripts/config.py set PSA_WANT_ECC_SECP_K1_192 || true
101-
scripts/config.py set PSA_WANT_ECC_SECP_R1_192 || true
10295
scripts/config.py set TF_PSA_CRYPTO_ALLOW_REMOVED_MECHANISMS || true
10396

10497
# Accelerate all PSA features (which are still enabled in CRYPTO_CONFIG_H).

0 commit comments

Comments
 (0)