1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Merge pull request #9792 from gabor-mezei-arm/9157_minimal_tf_psa_crypto_config.py

Minimal `config.py` for TF-PSA-Crypto
This commit is contained in:
Ronald Cron
2024-12-09 11:47:12 +00:00
committed by GitHub
3 changed files with 211 additions and 2 deletions

View File

@ -398,7 +398,7 @@ class CombinedConfig(config_common.Config):
for configfile in [self.mbedtls_configfile, self.crypto_configfile]
for (active, name, value, section) in configfile.parse_file()})
_crypto_regexp = re.compile(r'$PSA_.*')
_crypto_regexp = re.compile(r'^PSA_.*')
def _get_configfile(self, name=None):
"""Find a config type for a setting name"""