component_test_psa_crypto_config_accel_hash_use_psa: stop removing all X.509 modules from the build
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
278b6674bd
commit
b792cfd423
1 changed files with 0 additions and 8 deletions
|
@ -1876,14 +1876,6 @@ component_test_psa_crypto_config_accel_hash_use_psa () {
|
||||||
scripts/config.py unset MBEDTLS_PKCS12_C
|
scripts/config.py unset MBEDTLS_PKCS12_C
|
||||||
scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC
|
scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC
|
||||||
scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_DETERMINISTIC_ECDSA
|
scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_DETERMINISTIC_ECDSA
|
||||||
# X.509 currently depends on MD_C
|
|
||||||
scripts/config.py unset MBEDTLS_X509_CREATE_C
|
|
||||||
scripts/config.py unset MBEDTLS_X509_CRL_PARSE_C
|
|
||||||
scripts/config.py unset MBEDTLS_X509_CRT_PARSE_C
|
|
||||||
scripts/config.py unset MBEDTLS_X509_CRT_WRITE_C
|
|
||||||
scripts/config.py unset MBEDTLS_X509_CSR_PARSE_C
|
|
||||||
scripts/config.py unset MBEDTLS_X509_CSR_WRITE_C
|
|
||||||
scripts/config.py unset MBEDTLS_X509_USE_C
|
|
||||||
# TLS currently depends on MD_C
|
# TLS currently depends on MD_C
|
||||||
scripts/config.py unset MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED
|
scripts/config.py unset MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED
|
||||||
scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
|
scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue