Skip to content

Commit 97a24eb

Browse files
ssl-opt: Removed dependencies for HS defrag negative tests.
Signed-off-by: Minos Galanakis <[email protected]>
1 parent 4834826 commit 97a24eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/ssl-opt.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14694,7 +14694,6 @@ run_test "Handshake defragmentation on client: len=4, TLS 1.2" \
1469414694
-c "waiting for more fragments (4"
1469514695

1469614696
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
14697-
requires_certificate_authentication
1469814697
run_test "Handshake defragmentation on client: len=3, TLS 1.3" \
1469914698
"$O_NEXT_SRV -tls1_3 -split_send_frag 3 " \
1470014699
"$P_CLI debug_level=4 " \
@@ -14704,7 +14703,6 @@ run_test "Handshake defragmentation on client: len=3, TLS 1.3" \
1470414703
-c "SSL - An invalid SSL record was received"
1470514704

1470614705
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
14707-
requires_certificate_authentication
1470814706
run_test "Handshake defragmentation on client: len=3, TLS 1.2" \
1470914707
"$O_NEXT_SRV -tls1_2 -split_send_frag 3 " \
1471014708
"$P_CLI debug_level=4 " \
@@ -14972,7 +14970,6 @@ run_test "Handshake defragmentation on server: len=3, TLS 1.3 ClientHello ->
1497214970
-s "SSL - An invalid SSL record was received"
1497314971

1497414972
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
14975-
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
1497614973
requires_certificate_authentication
1497714974
run_test "Handshake defragmentation on server: len=32, TLS 1.2 ClientHello" \
1497814975
"$P_SRV debug_level=4 force_version=tls12 auth_mode=required" \

0 commit comments

Comments
 (0)