mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
test_suite_psa_crypto: test also MBEDTLS_ECP_DP_MAX in ecc_conversion_functions_fail()
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
eca07140f3
commit
db6e02902d
1 changed files with 3 additions and 1 deletions
|
|
@ -9500,7 +9500,9 @@ void ecc_conversion_functions_fail()
|
|||
{
|
||||
size_t bits;
|
||||
|
||||
/* Invalid legacy curve identifier. */
|
||||
/* Invalid legacy curve identifiers. */
|
||||
TEST_EQUAL(0, mbedtls_ecc_group_to_psa(MBEDTLS_ECP_DP_MAX, &bits));
|
||||
TEST_EQUAL(0, bits);
|
||||
TEST_EQUAL(0, mbedtls_ecc_group_to_psa(MBEDTLS_ECP_DP_NONE, &bits));
|
||||
TEST_EQUAL(0, bits);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue