mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-10-31 21:50:31 +03:00 
			
		
		
		
	tf-psa-crypto: config.py: Adjust EXCLUDE_FROM_FULL
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
		| @@ -58,6 +58,7 @@ EXCLUDE_FROM_FULL = frozenset([ | ||||
|     'MBEDTLS_ENTROPY_FORCE_SHA256', # interacts with CTR_DRBG_128_BIT_KEY | ||||
|     'MBEDTLS_HAVE_SSE2', # hardware dependency | ||||
|     'MBEDTLS_MEMORY_BACKTRACE', # depends on MEMORY_BUFFER_ALLOC_C | ||||
|     'MBEDTLS_MEMORY_BUFFER_ALLOC_C', # makes sanitizers (e.g. ASan) less effective | ||||
|     'MBEDTLS_MEMORY_DEBUG', # depends on MEMORY_BUFFER_ALLOC_C | ||||
|     'MBEDTLS_NO_64BIT_MULTIPLICATION', # influences anything that uses bignum | ||||
|     'MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES', # removes a feature | ||||
| @@ -77,6 +78,8 @@ EXCLUDE_FROM_FULL = frozenset([ | ||||
|     'MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT', # setting *_USE_ARMV8_A_CRYPTO is sufficient | ||||
|     'MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN', # build dependency (clang+memsan) | ||||
|     'MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND', # build dependency (valgrind headers) | ||||
|     'MBEDTLS_PSA_STATIC_KEY_SLOTS', # only relevant for embedded devices | ||||
|     'MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE', # only relevant for embedded devices | ||||
|     *PSA_UNSUPPORTED_FEATURE, | ||||
|     *PSA_DEPRECATED_FEATURE, | ||||
|     *PSA_UNSTABLE_FEATURE | ||||
|   | ||||
		Reference in New Issue
	
	Block a user