Mbed-TLS / TF-PSA-Crypto

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

Add test components similar to test_depends_py_*_psa #72

Open ronald-cron-arm opened 9 months ago

ronald-cron-arm commented 9 months ago

test_dependspy*_psa test components in mbedtls:

This issue is about to add the same relevant tests in psa-crypto. Do we change depends.py to support the psa-crypto configuration and generate the equivalent configurations based on PSAWANT macros? For psa-crypto all.sh purposes we need only cipher_id, cipher_chaining, curves, hashes and pkalgs options. What about the others in the psa-crypto context?

STILL OPEN QUESTIONS IN THIS ISSUE