summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2021-04-13 15:35:20 +0000
committertb <>2021-04-13 15:35:20 +0000
commit90679197a57c4291df56aea88bc62e226f593acd (patch)
tree2c26dd53c4a6a74e6109b5cd1fc7b233d9ddfae2 /src/regress/lib
parent8564ef2d6277f85127c41d9c8de5d13c2b191eb8 (diff)
downloadopenbsd-90679197a57c4291df56aea88bc62e226f593acd.tar.gz
openbsd-90679197a57c4291df56aea88bc62e226f593acd.tar.bz2
openbsd-90679197a57c4291df56aea88bc62e226f593acd.zip
annotate test-ecdhe-rsa-key-exchange-with-bad-messages.py with expected
alerts and where to add them.
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index a1487b1431..2764a5b114 100644
--- a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
+++ b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
@@ -1,4 +1,4 @@
1# $OpenBSD: tlsfuzzer.py,v 1.28 2021/04/08 17:11:43 tb Exp $ 1# $OpenBSD: tlsfuzzer.py,v 1.29 2021/04/13 15:35:20 tb Exp $
2# 2#
3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org> 3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4# 4#
@@ -418,7 +418,8 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [
418 # unknown signature algorithms 418 # unknown signature algorithms
419 Test("test-clienthello-md5.py"), 419 Test("test-clienthello-md5.py"),
420 420
421 # Tests expect an illegal_parameter alert 421 # Tests expect an illegal_parameter or a decode_error alert. Should be
422 * added to ssl3_get_client_key_exchange on kex function failure.
422 Test("test-ecdhe-rsa-key-exchange-with-bad-messages.py"), 423 Test("test-ecdhe-rsa-key-exchange-with-bad-messages.py"),
423 424
424 # We send a handshake_failure while the test expects to succeed 425 # We send a handshake_failure while the test expects to succeed