mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

Always enable MBEDTLS_PK_USE_PSA_EC_DATA

Open gilles-peskine-arm opened this issue 4 months ago • 0 comments

Always enable the internal option MBEDTLS_PK_USE_PSA_EC_DATA, and remove the code that was gated by !defined(MBEDTLS_PK_USE_PSA_EC_DATA).

We want this because we want less adherence to legacy crypto APIs. It'll make the removal of !MBEDTLS_USE_PSA_CRYPTO easier.

gilles-peskine-arm avatar Oct 09 '24 16:10 gilles-peskine-arm