mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-25 12:55:34 +00:00
SECP224K1 is not yet supported via the PSA API
Filed as https://github.com/ARMmbed/mbedtls/issues/3541. In the meantime, disable the ssl-opt.sh test case that uses it. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
a1684f42d3
commit
defdc3bc53
|
@ -1306,8 +1306,13 @@ requires_config_enabled MBEDTLS_ECP_DP_BP256R1_ENABLED
|
||||||
run_test_psa_force_curve "brainpoolP256r1"
|
run_test_psa_force_curve "brainpoolP256r1"
|
||||||
requires_config_enabled MBEDTLS_ECP_DP_SECP224R1_ENABLED
|
requires_config_enabled MBEDTLS_ECP_DP_SECP224R1_ENABLED
|
||||||
run_test_psa_force_curve "secp224r1"
|
run_test_psa_force_curve "secp224r1"
|
||||||
requires_config_enabled MBEDTLS_ECP_DP_SECP224K1_ENABLED
|
## SECP224K1 is buggy via the PSA API
|
||||||
run_test_psa_force_curve "secp224k1"
|
## (https://github.com/ARMmbed/mbedtls/issues/3541),
|
||||||
|
## so it is disabled in PSA even when it's enabled in Mbed TLS.
|
||||||
|
## The proper dependency would be on PSA_WANT_ECC_SECP_K1_224 but
|
||||||
|
## dependencies on PSA symbols in ssl-opt.sh are not implemented yet.
|
||||||
|
#requires_config_enabled MBEDTLS_ECP_DP_SECP224K1_ENABLED
|
||||||
|
#run_test_psa_force_curve "secp224k1"
|
||||||
requires_config_enabled MBEDTLS_ECP_DP_SECP192R1_ENABLED
|
requires_config_enabled MBEDTLS_ECP_DP_SECP192R1_ENABLED
|
||||||
run_test_psa_force_curve "secp192r1"
|
run_test_psa_force_curve "secp192r1"
|
||||||
requires_config_enabled MBEDTLS_ECP_DP_SECP192K1_ENABLED
|
requires_config_enabled MBEDTLS_ECP_DP_SECP192K1_ENABLED
|
||||||
|
|
Loading…
Reference in a new issue