Skip to content

Commit 0dd57a9

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/ssl-opt.sh

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

1412014120
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
14121-
requires_certificate_authentication
1412214121
run_test "Handshake defragmentation on client: len=3, TLS 1.3" \
1412314122
"$O_NEXT_SRV -tls1_3 -split_send_frag 3 " \
1412414123
"$P_CLI debug_level=4 " \
@@ -14128,8 +14127,6 @@ run_test "Handshake defragmentation on client: len=3, TLS 1.3" \
1412814127
-c "SSL - An invalid SSL record was received"
1412914128

1413014129
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
14131-
requires_certificate_authentication
14132-
requires_config_enabled MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
1413314130
run_test "Handshake defragmentation on client: len=3, TLS 1.2" \
1413414131
"$O_NEXT_SRV -tls1_2 -split_send_frag 3 " \
1413514132
"$P_CLI debug_level=4 " \
@@ -14397,7 +14394,6 @@ run_test "Handshake defragmentation on server: len=3, TLS 1.3 ClientHello ->
1439714394
-s "SSL - An invalid SSL record was received"
1439814395

1439914396
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
14400-
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
1440114397
requires_certificate_authentication
1440214398
run_test "Handshake defragmentation on server: len=32, TLS 1.2 ClientHello" \
1440314399
"$P_SRV debug_level=4 force_version=tls12 auth_mode=required" \

0 commit comments

Comments
 (0)