-# $OpenBSD: tlsfuzzer.py,v 1.38 2021/04/14 14:54:30 tb Exp $
+# $OpenBSD: tlsfuzzer.py,v 1.39 2021/04/23 21:01:45 tb Exp $
#
# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
#
"-X", substitute_alert("illegal_parameter", "decode_error"),
]),
+ # Skip extended_master_secret test. Since we don't support this
+ # extension, we don't notice that it was dropped.
+ Test("test-renegotiation-changed-clienthello.py", [
+ "-e", "drop extended_master_secret in renegotiation",
+ ]),
+
# 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"]),