mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Enable ECJPAKE in test_crypto_full_no_md () & test_psa_crypto_config_accel_hash_use_psa () components
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
@ -1208,7 +1208,6 @@ component_test_crypto_full_no_md () {
|
|||||||
scripts/config.py crypto_full
|
scripts/config.py crypto_full
|
||||||
scripts/config.py unset MBEDTLS_MD_C
|
scripts/config.py unset MBEDTLS_MD_C
|
||||||
# Direct dependencies
|
# Direct dependencies
|
||||||
scripts/config.py unset MBEDTLS_ECJPAKE_C
|
|
||||||
scripts/config.py unset MBEDTLS_HKDF_C
|
scripts/config.py unset MBEDTLS_HKDF_C
|
||||||
scripts/config.py unset MBEDTLS_HMAC_DRBG_C
|
scripts/config.py unset MBEDTLS_HMAC_DRBG_C
|
||||||
scripts/config.py unset MBEDTLS_PKCS5_C
|
scripts/config.py unset MBEDTLS_PKCS5_C
|
||||||
@ -1869,7 +1868,6 @@ component_test_psa_crypto_config_accel_hash_use_psa () {
|
|||||||
# Also unset MD_C and things that depend on it;
|
# Also unset MD_C and things that depend on it;
|
||||||
# see component_test_crypto_full_no_md.
|
# see component_test_crypto_full_no_md.
|
||||||
scripts/config.py unset MBEDTLS_MD_C
|
scripts/config.py unset MBEDTLS_MD_C
|
||||||
scripts/config.py unset MBEDTLS_ECJPAKE_C
|
|
||||||
scripts/config.py unset MBEDTLS_HKDF_C
|
scripts/config.py unset MBEDTLS_HKDF_C
|
||||||
scripts/config.py unset MBEDTLS_HMAC_DRBG_C
|
scripts/config.py unset MBEDTLS_HMAC_DRBG_C
|
||||||
scripts/config.py unset MBEDTLS_PKCS5_C
|
scripts/config.py unset MBEDTLS_PKCS5_C
|
||||||
|
Reference in New Issue
Block a user