summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2021-04-14 14:19:51 +0000
committertb <>2021-04-14 14:19:51 +0000
commitd0baaa159b7bed5021aff013fe020b72891f35a5 (patch)
tree48e91b4150240f9cbad47fa0ac282dfa1df75b49 /src
parent056169d63a8a9c48253e0340c9e852af2eb87cd0 (diff)
downloadopenbsd-d0baaa159b7bed5021aff013fe020b72891f35a5.tar.gz
openbsd-d0baaa159b7bed5021aff013fe020b72891f35a5.tar.bz2
openbsd-d0baaa159b7bed5021aff013fe020b72891f35a5.zip
move test-record-size-limit.py to unsupported
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index 9048779777..4f0b508982 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.35 2021/04/14 13:37:59 tb Exp $ 1# $OpenBSD: tlsfuzzer.py,v 1.36 2021/04/14 14:19:51 tb Exp $
2# 2#
3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org> 3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4# 4#
@@ -496,9 +496,6 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [
496 # unexpected closure 496 # unexpected closure
497 Test("test-openssl-3712.py"), 497 Test("test-openssl-3712.py"),
498 498
499 # wants --reply-AD-size
500 Test("test-record-size-limit.py"),
501
502 # failed: 3 (expect an alert, we send AD) 499 # failed: 3 (expect an alert, we send AD)
503 # 'try insecure (legacy) renegotiation with incomplete GET' 500 # 'try insecure (legacy) renegotiation with incomplete GET'
504 # 'try secure renegotiation with GET after 2nd CH' 501 # 'try secure renegotiation with GET after 2nd CH'
@@ -550,6 +547,8 @@ tls12_unsupported_tests = TestGroup("TLSv1.2 for unsupported features", [
550 # no ffdhe 547 # no ffdhe
551 Test("test-ffdhe-expected-params.py"), 548 Test("test-ffdhe-expected-params.py"),
552 Test("test-ffdhe-negotiation.py"), 549 Test("test-ffdhe-negotiation.py"),
550 # record_size_limit/max_fragment_length extension (RFC 8449)
551 Test("test-record-size-limit.py"),
553 # expects the server to send the heartbeat extension 552 # expects the server to send the heartbeat extension
554 Test("test-heartbeat.py"), 553 Test("test-heartbeat.py"),
555]) 554])