Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always enable MBEDTLS_PK_USE_PSA_EC_DATA #9676

Open
gilles-peskine-arm opened this issue Oct 9, 2024 · 0 comments
Open

Always enable MBEDTLS_PK_USE_PSA_EC_DATA #9676

gilles-peskine-arm opened this issue Oct 9, 2024 · 0 comments
Labels
component-crypto Crypto primitives and low-level interfaces size-s Estimated task size: small (~2d)

Comments

@gilles-peskine-arm
Copy link
Contributor

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 gilles-peskine-arm added component-crypto Crypto primitives and low-level interfaces size-s Estimated task size: small (~2d) labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-crypto Crypto primitives and low-level interfaces size-s Estimated task size: small (~2d)
Projects
Status: Implementation needed
Development

No branches or pull requests

1 participant