summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl
diff options
context:
space:
mode:
authortb <>2020-09-25 06:34:59 +0000
committertb <>2020-09-25 06:34:59 +0000
commit76e22d934eaa70b1c3299ebd0292b3ee4e5ccf9f (patch)
treebd893b3d58cd5575c1612d255b3eda5520f2fe89 /src/regress/lib/libssl
parent4f5fb940e01d25aa65b220c1eb87628eadefab76 (diff)
downloadopenbsd-76e22d934eaa70b1c3299ebd0292b3ee4e5ccf9f.tar.gz
openbsd-76e22d934eaa70b1c3299ebd0292b3ee4e5ccf9f.tar.bz2
openbsd-76e22d934eaa70b1c3299ebd0292b3ee4e5ccf9f.zip
delete a stale comment
Diffstat (limited to 'src/regress/lib/libssl')
-rw-r--r--src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index 53629598ad..c473382621 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.17 2020/09/10 08:24:31 tb Exp $ 1# $OpenBSD: tlsfuzzer.py,v 1.18 2020/09/25 06:34:59 tb Exp $
2# 2#
3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org> 3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4# 4#
@@ -166,10 +166,6 @@ tls13_slow_failing_tests = TestGroup("slow, failing TLSv1.3 tests", [
166 # tls13_server_finished_recv() (which is correct). 166 # tls13_server_finished_recv() (which is correct).
167 Test("test-tls13-finished.py"), # decrypt_error -> decode_error? 167 Test("test-tls13-finished.py"), # decrypt_error -> decode_error?
168 168
169 # The following two tests fail Test (skip empty extensions for the first one):
170 # 'empty unassigned extensions, ids in range from 2 to 4118'
171 # 'unassigned extensions with random payload, ids in range from 2 to 1046'
172
173 # 6 tests fail: 'rsa_pkcs1_{md5,sha{1,224,256,384,512}} signature' 169 # 6 tests fail: 'rsa_pkcs1_{md5,sha{1,224,256,384,512}} signature'
174 # We send server hello, but the test expects handshake_failure 170 # We send server hello, but the test expects handshake_failure
175 Test("test-tls13-pkcs-signature.py"), 171 Test("test-tls13-pkcs-signature.py"),