mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-02 20:42:25 +03:00
Remove MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS from full
This option removes a feature (buffer protection) so should not be in the full config. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
@ -200,6 +200,7 @@ EXCLUDE_FROM_FULL = frozenset([
|
|||||||
'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_ZLIB_SUPPORT', # build dependency (libz)
|
'MBEDTLS_ZLIB_SUPPORT', # build dependency (libz)
|
||||||
|
'MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS', # removes a feature
|
||||||
])
|
])
|
||||||
|
|
||||||
def is_seamless_alt(name):
|
def is_seamless_alt(name):
|
||||||
|
Reference in New Issue
Block a user