-# $OpenBSD: tlsfuzzer.py,v 1.25 2021/03/26 22:35:17 tb Exp $
+# $OpenBSD: tlsfuzzer.py,v 1.26 2021/03/27 18:11:53 tb Exp $
#
# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
#
tls13_args = ["--server-max-protocol", "TLSv1.3"],
),
Test("test-fallback-scsv.py", tls13_args = ["--tls-1.3"] ),
+
+ # Without --sig-algs-drop-ok, two tests fail since we do not currently
+ # implement the signature_algorithms_cert extension (although we MUST).
+ Test("test-sig-algs-renegotiation-resumption.py", ["--sig-algs-drop-ok"]),
+
Test("test-serverhello-random.py", args = tls12_exclude_legacy_protocols),
])
# 'rsa_pss_pss_sha512 only'
Test("test-sig-algs.py"),
- # Without --sig-algs-drop-ok, two tests fail since we do not currently
- # implement the signature_algorithms_cert extension (although we MUST).
- Test("test-sig-algs-renegotiation-resumption.py", ["--sig-algs-drop-ok"]),
-
# 13 failures:
# 'duplicated n non-rsa schemes' for n in 202 2342 8119 23741 32744
# 'empty list of signature methods'