-# $OpenBSD: tlsfuzzer.py,v 1.45 2022/05/14 17:58:11 tb Exp $
+# $OpenBSD: tlsfuzzer.py,v 1.46 2022/07/18 08:36:47 tb Exp $
#
# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
#
Test("test-tls13-legacy-version.py"),
Test("test-tls13-nociphers.py"),
Test("test-tls13-record-padding.py"),
- Test("test-tls13-shuffled-extentions.py"),
+ Test("test-tls13-shuffled-extentions.py", [ "--exc", "57" ]),
Test("test-tls13-zero-content-type.py"),
# The skipped tests fail due to a bug in BIO_gets() which masks the retry
# uncompressed point format. Exclude this extension type from the test.
Test(
"test-tls13-large-number-of-extensions.py",
- tls13_args = ["--exc", "11"],
+ tls13_args = ["--exc", "11", "--exc", "57"],
),
])
Test("test-dhe-no-shared-secret-padding.py", tls12_exclude_legacy_protocols),
Test("test-ecdhe-padded-shared-secret.py", tls12_exclude_legacy_protocols),
Test("test-ecdhe-rsa-key-share-random.py", tls12_exclude_legacy_protocols),
- Test("test-large-hello.py"),
+ Test("test-large-hello.py", [ "-m", "58" ]),
])
tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [