mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-12 08:21:54 +03:00
Add parsing for Record Size Limit extension in TLS 1.3
Fixes #7007 Signed-off-by: Jan Bruckner <jan@janbruckner.de>
This commit is contained in:
@ -215,6 +215,7 @@ EXCLUDE_FROM_FULL = frozenset([
|
||||
'MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN', # build dependency (clang+memsan)
|
||||
'MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND', # build dependency (valgrind headers)
|
||||
'MBEDTLS_X509_REMOVE_INFO', # removes a feature
|
||||
'MBEDTLS_SSL_RECORD_SIZE_LIMIT', # in development, currently breaks other tests
|
||||
])
|
||||
|
||||
def is_seamless_alt(name):
|
||||
|
Reference in New Issue
Block a user