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:
parent
5a3629b613
commit
151f64283f
11 changed files with 158 additions and 25 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue