mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-16 23:29:56 +00:00
Remove test case involving SECP224K1 in PSA
Our PSA crypto implementation does not and will not support SECP224K1. Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -7820,9 +7820,7 @@ ECP group ID <-> PSA family - SECP192K1
|
|||||||
depends_on:PSA_WANT_ECC_SECP_K1_192
|
depends_on:PSA_WANT_ECC_SECP_K1_192
|
||||||
ecc_conversion_functions:MBEDTLS_ECP_DP_SECP192K1:PSA_ECC_FAMILY_SECP_K1:192
|
ecc_conversion_functions:MBEDTLS_ECP_DP_SECP192K1:PSA_ECC_FAMILY_SECP_K1:192
|
||||||
|
|
||||||
ECP group ID <-> PSA family - SECP224K1
|
# No test case for SECP224K1, which is not implemented in the PSA API.
|
||||||
depends_on:PSA_WANT_ECC_SECP_K1_224
|
|
||||||
ecc_conversion_functions:MBEDTLS_ECP_DP_SECP224K1:PSA_ECC_FAMILY_SECP_K1:224
|
|
||||||
|
|
||||||
ECP group ID <-> PSA family - SECP256K1
|
ECP group ID <-> PSA family - SECP256K1
|
||||||
depends_on:PSA_WANT_ECC_SECP_K1_256
|
depends_on:PSA_WANT_ECC_SECP_K1_256
|
||||||
|
|||||||
Reference in New Issue
Block a user