mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-11 12:49:54 +00:00
Merge pull request #10539 from valeriosetti/issue10518
Remove temporary fix for secp192 curves in `test_psa_crypto_without_heap`
This commit is contained in:
+1
-1
Submodule framework updated: f58263d00f...5ef7e74c53
@@ -92,13 +92,6 @@ component_test_psa_crypto_without_heap() {
|
|||||||
scripts/config.py unset-all "^PSA_WANT_ALG_RSA_"
|
scripts/config.py unset-all "^PSA_WANT_ALG_RSA_"
|
||||||
# EC-JPAKE use calloc/free in PSA core
|
# EC-JPAKE use calloc/free in PSA core
|
||||||
scripts/config.py unset PSA_WANT_ALG_JPAKE
|
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
|
scripts/config.py set TF_PSA_CRYPTO_ALLOW_REMOVED_MECHANISMS || true
|
||||||
|
|
||||||
# Accelerate all PSA features (which are still enabled in CRYPTO_CONFIG_H).
|
# Accelerate all PSA features (which are still enabled in CRYPTO_CONFIG_H).
|
||||||
|
|||||||
+1
-1
Submodule tf-psa-crypto updated: cb9d0ed648...85af1a8fdc
Reference in New Issue
Block a user