library|tests: ssl: remove secp256k1 from default groups

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti
2026-01-22 17:13:44 +01:00
parent 6c5a9f04df
commit 2aecd2cd5f
2 changed files with 0 additions and 11 deletions

View File

@@ -2373,9 +2373,6 @@ static const uint16_t ssl_preset_default_groups[] = {
#if defined(PSA_WANT_ECC_SECP_R1_256)
MBEDTLS_SSL_IANA_TLS_GROUP_SECP256R1,
#endif
#if defined(PSA_WANT_ECC_SECP_K1_256)
MBEDTLS_SSL_IANA_TLS_GROUP_SECP256K1,
#endif
#if defined(PSA_WANT_ECC_SECP_R1_384)
MBEDTLS_SSL_IANA_TLS_GROUP_SECP384R1,
#endif

View File

@@ -3047,14 +3047,6 @@ Get supported group list: secp256r1, negative
depends_on:!PSA_WANT_ECC_SECP_R1_256
test_mbedtls_ssl_get_supported_group_list:MBEDTLS_SSL_IANA_TLS_GROUP_SECP256R1:0
Get supported group list: secp256k1, positive
depends_on:PSA_WANT_ECC_SECP_K1_256
test_mbedtls_ssl_get_supported_group_list:MBEDTLS_SSL_IANA_TLS_GROUP_SECP256K1:1
Get supported group list: secp256k1, negative
depends_on:!PSA_WANT_ECC_SECP_K1_256
test_mbedtls_ssl_get_supported_group_list:MBEDTLS_SSL_IANA_TLS_GROUP_SECP256K1:0
Get supported group list: secp384r1, positive
depends_on:PSA_WANT_ECC_SECP_R1_384
test_mbedtls_ssl_get_supported_group_list:MBEDTLS_SSL_IANA_TLS_GROUP_SECP384R1:1