mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Remove MBEDTLS_X509_REMOVE_INFO from scripts/config.pl full
Signed-off-by: Chris Jones <christopher.jones@arm.com>
This commit is contained in:
committed by
Chris Jones
parent
5d4c4b1f95
commit
e111356194
@ -196,6 +196,7 @@ EXCLUDE_FROM_FULL = frozenset([
|
|||||||
'MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND', # build dependency (valgrind headers)
|
'MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND', # build dependency (valgrind headers)
|
||||||
'MBEDTLS_TEST_NULL_ENTROPY', # removes a feature
|
'MBEDTLS_TEST_NULL_ENTROPY', # removes a feature
|
||||||
'MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION', # influences the use of X.509 in TLS
|
'MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION', # influences the use of X.509 in TLS
|
||||||
|
'MBEDTLS_X509_REMOVE_INFO', # removes a feature
|
||||||
])
|
])
|
||||||
|
|
||||||
def is_seamless_alt(name):
|
def is_seamless_alt(name):
|
||||||
|
Reference in New Issue
Block a user