Mbed-TLS / TF-PSA-Crypto

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

Re-organize all.sh to make it PSA-Crypto friendly #31

Open ronald-cron-arm opened 1 year ago

ronald-cron-arm commented 1 year ago

Split all.sh into two files: everything but the components (all.sh framework) and the test components. Mbed-TLS and PSA-Crypto share the all.sh framework and both have their own test components file. With this we should be able to get rid of replace_all_sh_components in scripts/psa_crypto.py.

mpg commented 4 weeks ago

Re-opening as https://github.com/Mbed-TLS/mbedtls/pull/8226: