diff options
author | tb <> | 2021-03-28 18:12:09 +0000 |
---|---|---|
committer | tb <> | 2021-03-28 18:12:09 +0000 |
commit | 2e8ea05ba51067fc5bc08b0749d727cb74a13b62 (patch) | |
tree | f39d95679516b9ab20869b8099db91d8cbedd006 | |
parent | 95147217c231df8cc68de1614244180eb644ec79 (diff) | |
download | openbsd-2e8ea05ba51067fc5bc08b0749d727cb74a13b62.tar.gz openbsd-2e8ea05ba51067fc5bc08b0749d727cb74a13b62.tar.bz2 openbsd-2e8ea05ba51067fc5bc08b0749d727cb74a13b62.zip |
The failure mode of test-tls13-version-negotiation.py has changed.
Update comment.
-rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 0a1c6f9459..0c33b9bc60 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.26 2021/03/27 18:11:53 tb Exp $ | 1 | # $OpenBSD: tlsfuzzer.py,v 1.27 2021/03/28 18:12:09 tb Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> |
4 | # | 4 | # |
@@ -256,9 +256,7 @@ tls13_failing_tests = TestGroup("failing TLSv1.3 tests", [ | |||
256 | # 3 failing rsa_pss_pss tests | 256 | # 3 failing rsa_pss_pss tests |
257 | Test("test-tls13-rsa-signatures.py"), | 257 | Test("test-tls13-rsa-signatures.py"), |
258 | 258 | ||
259 | # AssertionError: Unexpected message from peer: ChangeCipherSpec() | 259 | # The failing tests all expect an ri extension. What's up with that? |
260 | # Most failing tests expect the CCS right before finished. | ||
261 | # What's up with that? | ||
262 | Test("test-tls13-version-negotiation.py"), | 260 | Test("test-tls13-version-negotiation.py"), |
263 | ]) | 261 | ]) |
264 | 262 | ||