summaryrefslogtreecommitdiffstats
path: root/regress
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2021-03-28 18:12:09 +0000
committertb <tb@openbsd.org>2021-03-28 18:12:09 +0000
commite7667ed597d60c77b74cc15531e62f81e2c693b5 (patch)
tree6b1c6a18f94d1d6ea4844cb2d5ac375341794d35 /regress
parentSince ipw(4) doesn't call into net80211_newstate() the interface link state (diff)
downloadwireguard-openbsd-e7667ed597d60c77b74cc15531e62f81e2c693b5.tar.xz
wireguard-openbsd-e7667ed597d60c77b74cc15531e62f81e2c693b5.zip
The failure mode of test-tls13-version-negotiation.py has changed.
Update comment.
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libssl/tlsfuzzer/tlsfuzzer.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index 0a1c6f9459e..0c33b9bc609 100644
--- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
+++ b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
@@ -1,4 +1,4 @@
-# $OpenBSD: tlsfuzzer.py,v 1.26 2021/03/27 18:11:53 tb Exp $
+# $OpenBSD: tlsfuzzer.py,v 1.27 2021/03/28 18:12:09 tb Exp $
#
# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
#
@@ -256,9 +256,7 @@ tls13_failing_tests = TestGroup("failing TLSv1.3 tests", [
# 3 failing rsa_pss_pss tests
Test("test-tls13-rsa-signatures.py"),
- # AssertionError: Unexpected message from peer: ChangeCipherSpec()
- # Most failing tests expect the CCS right before finished.
- # What's up with that?
+ # The failing tests all expect an ri extension. What's up with that?
Test("test-tls13-version-negotiation.py"),
])