diff options
author | 2020-09-25 06:34:59 +0000 | |
---|---|---|
committer | 2020-09-25 06:34:59 +0000 | |
commit | 0d2e4081cb804825f40c5dfa56db6a62da710944 (patch) | |
tree | 7963332a38796e1fa6434a15492767c686dd1ab7 /regress/lib/libssl/tlsfuzzer | |
parent | take us out of -beta (diff) | |
download | wireguard-openbsd-0d2e4081cb804825f40c5dfa56db6a62da710944.tar.xz wireguard-openbsd-0d2e4081cb804825f40c5dfa56db6a62da710944.zip |
delete a stale comment
Diffstat (limited to 'regress/lib/libssl/tlsfuzzer')
-rw-r--r-- | regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 53629598ad3..c4733826217 100644 --- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py +++ b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py @@ -1,4 +1,4 @@ -# $OpenBSD: tlsfuzzer.py,v 1.17 2020/09/10 08:24:31 tb Exp $ +# $OpenBSD: tlsfuzzer.py,v 1.18 2020/09/25 06:34:59 tb Exp $ # # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> # @@ -166,10 +166,6 @@ tls13_slow_failing_tests = TestGroup("slow, failing TLSv1.3 tests", [ # tls13_server_finished_recv() (which is correct). Test("test-tls13-finished.py"), # decrypt_error -> decode_error? - # The following two tests fail Test (skip empty extensions for the first one): - # 'empty unassigned extensions, ids in range from 2 to 4118' - # 'unassigned extensions with random payload, ids in range from 2 to 1046' - # 6 tests fail: 'rsa_pkcs1_{md5,sha{1,224,256,384,512}} signature' # We send server hello, but the test expects handshake_failure Test("test-tls13-pkcs-signature.py"), |