Skip to content

Commit 9d54be5

Browse files
Generate handshake defragmentation test cases: update analyze_outcomes
Signed-off-by: Gilles Peskine <[email protected]>
1 parent 2e7f2a2 commit 9d54be5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

tests/scripts/analyze_outcomes.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ def _has_word_re(words: typing.Iterable[str],
3434
re.DOTALL)
3535

3636
IGNORED_TESTS = {
37+
'handshake-generated': [
38+
# Temporary disable Handshake defragmentation tests until mbedtls
39+
# pr #10011 has been merged.
40+
'Handshake defragmentation on client: len=4, TLS 1.2',
41+
'Handshake defragmentation on client: len=5, TLS 1.2',
42+
'Handshake defragmentation on client: len=13, TLS 1.2'
43+
],
3744
'ssl-opt': [
3845
# We don't run ssl-opt.sh with Valgrind on the CI because
3946
# it's extremely slow. We don't intend to change this.
@@ -53,11 +60,6 @@ def _has_word_re(words: typing.Iterable[str],
5360
# https://github.com/Mbed-TLS/mbedtls/issues/9581
5461
'Opaque key for server authentication: invalid key: decrypt with ECC key, no async',
5562
'Opaque key for server authentication: invalid key: ecdh with RSA key, no async',
56-
# Temporary disable Handshake defragmentation tests until mbedtls
57-
# pr #10011 has been merged.
58-
'Handshake defragmentation on client: len=4, TLS 1.2',
59-
'Handshake defragmentation on client: len=5, TLS 1.2',
60-
'Handshake defragmentation on client: len=13, TLS 1.2'
6163
],
6264
'test_suite_config.mbedtls_boolean': [
6365
# We never test with CBC/PKCS5/PKCS12 enabled but

0 commit comments

Comments
 (0)