mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-07-28 06:47:46 +00:00
Assert log for both initial and subsequent handshake fragments
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -113,7 +113,8 @@ def write_tls_handshake_defragmentation_test(
|
||||
forbidden_patterns = []
|
||||
wanted_patterns = [
|
||||
'reassembled record',
|
||||
fr'handshake fragment: {length}, 0\.\.{length} of [0-9]\+',
|
||||
fr'initial handshake fragment: {length}, 0\.\.{length} of [0-9]\+',
|
||||
fr'subsequent handshake fragment: [0-9]\+, {length}\.\.',
|
||||
fr'Prepare: waiting for more handshake fragments {length}/',
|
||||
fr'Consume: waiting for more handshake fragments {length}/',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user