Mbed-TLS / TF-PSA-Crypto

Reference implementation of the PSA Cryptography API
Apache License 2.0
8 stars 7 forks source link

Add PSA_CRYPTO_DEPRECATED_REMOVED/WARNING config options #54

Open ronald-cron-arm opened 11 months ago

ronald-cron-arm commented 11 months ago

Similar to the MBEDTLS_DEPRECATED_REMOVED/WARNING mbedtls config options, add PSA_CRYPTO_DEPRECATED_REMOVED/WARNING config options.

Note: no all.sh component with PSA_CRYPTO_DEPRECATED_WARNING for the time being. We need to define first what is the psa-crypto full configuration is to add all.sh components involving PSA_CRYPTO_DEPRECATED_WARNING similar to the one involving MBEDTLS_DEPRECATED_WARNING in mbedtls.