mbedtls
mbedtls copied to clipboard
Always enable MBEDTLS_PK_USE_PSA_EC_DATA
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.