mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
PSA service config build: note why we aren't disabling cipher and md
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@ -1567,6 +1567,8 @@ component_test_crypto_for_psa_service () {
|
|||||||
scripts/config.py unset MBEDTLS_VERSION_FEATURES
|
scripts/config.py unset MBEDTLS_VERSION_FEATURES
|
||||||
# Crypto stuff with no PSA interface
|
# Crypto stuff with no PSA interface
|
||||||
scripts/config.py unset MBEDTLS_BASE64_C
|
scripts/config.py unset MBEDTLS_BASE64_C
|
||||||
|
# Keep MBEDTLS_CIPHER_C because psa_crypto_cipher, CCM and GCM need it.
|
||||||
|
# Keep MBEDTLS_MD_C because deterministic ECDSA needs it for HMAC_DRBG.
|
||||||
scripts/config.py unset MBEDTLS_NIST_KW_C
|
scripts/config.py unset MBEDTLS_NIST_KW_C
|
||||||
scripts/config.py unset MBEDTLS_PEM_PARSE_C
|
scripts/config.py unset MBEDTLS_PEM_PARSE_C
|
||||||
scripts/config.py unset MBEDTLS_PEM_WRITE_C
|
scripts/config.py unset MBEDTLS_PEM_WRITE_C
|
||||||
|
Reference in New Issue
Block a user