Signed-off-by: Yi Wu <yi.wu2@arm.com>
This commit is contained in:
Yi Wu 2026-06-08 14:14:20 +01:00
parent 75aa62742c
commit efcf4973d6
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ component_check_test_dependencies () {
# mbedtls test on crypto internal feature macros.
#
# Most of the time, use of crypto internal feature macros are mistakes,
# which this component is maeant to catch. However a few of them are
# which this component is meant to catch. However a few of them are
# justified, or known issues yet to be resolved, so this component includes
# a list of expected exceptions.

View File

@ -9301,7 +9301,7 @@ run_test "EC restart: TLS, max_ops=1000" \
-C "mbedtls_ecdh_make_public.*\(4b00\|-248\)" \
-c "mbedtls_pk_sign.*\(4b00\|-248\)"
# Note: wen never get to ECDH: abort as soon as we determined the cert is bad.
# Note: we never get to ECDH: abort as soon as we determined the cert is bad.
requires_config_enabled MBEDTLS_ECP_RESTARTABLE
requires_config_enabled PSA_WANT_ECC_SECP_R1_256
run_test "EC restart: TLS, max_ops=1000, badsign" \