mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Remove trace of secp224k1
The curve secp224k1 was supported in the legacy API in Mbed TLS <=3.6, but removed after 3.6, and was never implemented in PSA. Remove this old trace of it. This is a partial cherry-pick of 32c82f0c369117b22d8a40e51723c364156d1aff Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@ -578,12 +578,6 @@ static const oid_ecp_grp_t oid_ecp_grp[] =
|
|||||||
MBEDTLS_ECP_DP_SECP192K1,
|
MBEDTLS_ECP_DP_SECP192K1,
|
||||||
},
|
},
|
||||||
#endif /* PSA_WANT_ECC_SECP_K1_192 */
|
#endif /* PSA_WANT_ECC_SECP_K1_192 */
|
||||||
#if defined(PSA_WANT_ECC_SECP_K1_224)
|
|
||||||
{
|
|
||||||
OID_DESCRIPTOR(MBEDTLS_OID_EC_GRP_SECP224K1, "secp224k1", "secp224k1"),
|
|
||||||
MBEDTLS_ECP_DP_SECP224K1,
|
|
||||||
},
|
|
||||||
#endif /* PSA_WANT_ECC_SECP_K1_224 */
|
|
||||||
#if defined(PSA_WANT_ECC_SECP_K1_256)
|
#if defined(PSA_WANT_ECC_SECP_K1_256)
|
||||||
{
|
{
|
||||||
OID_DESCRIPTOR(MBEDTLS_OID_EC_GRP_SECP256K1, "secp256k1", "secp256k1"),
|
OID_DESCRIPTOR(MBEDTLS_OID_EC_GRP_SECP256K1, "secp256k1", "secp256k1"),
|
||||||
|
Reference in New Issue
Block a user