Implement config.py for TF-PSA-Crypto #9157
Labels
component-crypto
Crypto primitives and low-level interfaces
enhancement
size-m
Estimated task size: medium (~1w)
For the repo split, we plan to move all configuration options but the TLS and x509 ones from mbedtls_config.h to crypto_config.h that will become the TF-PSA-Crypto configuration file and probably be renamed tf_psa_crypto_config.h.
To handle tf_psa_crypto_config.h, we need a config.py script similar to what is config.py for mbedtls_config.h currently.
Options: same as config.py but no
crypto
,crypto_baremetal
andcrypto_full
adapters.Pre-requisite: Define the sections and possible macro prefixes.
The text was updated successfully, but these errors were encountered: