commit | e3dbdd8d908218c7b7c3c3a62babb658c5c8a2a4 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Feb 25 11:04:06 2019 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Mar 15 11:15:21 2019 +0100 |
tree | 1874901ca65dcc27f9c9d5d5c69efb522952ccf8 | |
parent | 6bf4baef953eac07516a5dc44f96846561e26438 [diff] [blame] |
Gate entropy injection through a dedicated configuration option Entropy injection has specific testing requirements. Therefore it should depend on a specific option.
diff --git a/scripts/config.pl b/scripts/config.pl index fc71f65..6927c4b 100755 --- a/scripts/config.pl +++ b/scripts/config.pl
@@ -102,6 +102,7 @@ MBEDTLS_NO_64BIT_MULTIPLICATION MBEDTLS_PSA_CRYPTO_SPM MBEDTLS_PSA_CRYPTO_KEY_FILE_ID_ENCODES_OWNER +MBEDTLS_PSA_INJECT_ENTROPY MBEDTLS_USE_PSA_CRYPTO _ALT\s*$ );