mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

Remove code that is only used when MBEDTLS_USE_PSA_CRYPTO is disabled

Open gilles-peskine-arm opened this issue 5 months ago • 1 comments

Remove all the code that is only used when MBEDTLS_USE_PSA_CRYPTO is disabled.

Remove #define MBEDTLS_USE_PSA_CRYPTO.

Follow-up to https://github.com/Mbed-TLS/mbedtls/issues/9630. We should also do https://github.com/Mbed-TLS/mbedtls/issues/9676 first (not strictly required, but I think it's easier to do it in this order).

Definition of done: MBEDTLS_USE_PSA_CRYPTO no longer appears in any code. It may still appear in documentation (covered by https://github.com/Mbed-TLS/mbedtls/issues/9632).

gilles-peskine-arm avatar Sep 24 '24 17:09 gilles-peskine-arm