Skip to content

Commit aee03e9

Browse files
ssl-opt: Replaced max_send_frag with split_send_frag
Signed-off-by: Minos Galanakis <[email protected]>
1 parent c35fa9f commit aee03e9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/ssl-opt.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13892,7 +13892,7 @@ requires_openssl_3_x
1389213892
requires_protocol_version tls13
1389313893
requires_certificate_authentication
1389413894
run_test "Handshake defragmentation on client: len=512, TLS 1.3" \
13895-
"$O_NEXT_SRV -tls1_3 -max_send_frag 512 " \
13895+
"$O_NEXT_SRV -tls1_3 -split_send_frag 512 " \
1389613896
"$P_CLI debug_level=4 " \
1389713897
0 \
1389813898
-c "reassembled record" \
@@ -13907,7 +13907,7 @@ requires_protocol_version tls12
1390713907
requires_certificate_authentication
1390813908
requires_config_enabled MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
1390913909
run_test "Handshake defragmentation on client: len=512, TLS 1.2" \
13910-
"$O_NEXT_SRV -tls1_2 -max_send_frag 512 " \
13910+
"$O_NEXT_SRV -tls1_2 -split_send_frag 512 " \
1391113911
"$P_CLI debug_level=4 " \
1391213912
0 \
1391313913
-c "reassembled record" \
@@ -13918,7 +13918,7 @@ requires_openssl_3_x
1391813918
requires_protocol_version tls13
1391913919
requires_certificate_authentication
1392013920
run_test "Handshake defragmentation on client: len=513, TLS 1.3" \
13921-
"$O_NEXT_SRV -tls1_3 -max_send_frag 513 " \
13921+
"$O_NEXT_SRV -tls1_3 -split_send_frag 513 " \
1392213922
"$P_CLI debug_level=4 " \
1392313923
0 \
1392413924
-c "reassembled record" \
@@ -13930,7 +13930,7 @@ requires_protocol_version tls12
1393013930
requires_certificate_authentication
1393113931
requires_config_enabled MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
1393213932
run_test "Handshake defragmentation on client: len=513, TLS 1.2" \
13933-
"$O_NEXT_SRV -tls1_2 -max_send_frag 513 " \
13933+
"$O_NEXT_SRV -tls1_2 -split_send_frag 513 " \
1393413934
"$P_CLI debug_level=4 " \
1393513935
0 \
1393613936
-c "reassembled record" \
@@ -14177,7 +14177,7 @@ requires_protocol_version tls13
1417714177
requires_certificate_authentication
1417814178
run_test "Handshake defragmentation on server: len=512, TLS 1.3" \
1417914179
"$P_SRV debug_level=4 auth_mode=required" \
14180-
"$O_NEXT_CLI -tls1_3 -max_send_frag 512 -cert $DATA_FILES_PATH/server5.crt -key $DATA_FILES_PATH/server5.key" \
14180+
"$O_NEXT_CLI -tls1_3 -split_send_frag 512 -cert $DATA_FILES_PATH/server5.crt -key $DATA_FILES_PATH/server5.key" \
1418114181
0 \
1418214182
-s "reassembled record" \
1418314183
-s "handshake fragment: 0 \\.\\. 512 of [0-9]\\+ msglen 512" \
@@ -14188,7 +14188,7 @@ requires_protocol_version tls12
1418814188
requires_certificate_authentication
1418914189
run_test "Handshake defragmentation on server: len=512, TLS 1.2" \
1419014190
"$P_SRV debug_level=4 auth_mode=required" \
14191-
"$O_NEXT_CLI -tls1_2 -max_send_frag 512 -cert $DATA_FILES_PATH/server5.crt -key $DATA_FILES_PATH/server5.key" \
14191+
"$O_NEXT_CLI -tls1_2 -split_send_frag 512 -cert $DATA_FILES_PATH/server5.crt -key $DATA_FILES_PATH/server5.key" \
1419214192
0 \
1419314193
-s "reassembled record" \
1419414194
-s "handshake fragment: 0 \\.\\. 512 of [0-9]\\+ msglen 512" \
@@ -14199,7 +14199,7 @@ requires_protocol_version tls13
1419914199
requires_certificate_authentication
1420014200
run_test "Handshake defragmentation on server: len=513, TLS 1.3" \
1420114201
"$P_SRV debug_level=4 auth_mode=required" \
14202-
"$O_NEXT_CLI -tls1_3 -max_send_frag 513 -cert $DATA_FILES_PATH/server5.crt -key $DATA_FILES_PATH/server5.key" \
14202+
"$O_NEXT_CLI -tls1_3 -split_send_frag 513 -cert $DATA_FILES_PATH/server5.crt -key $DATA_FILES_PATH/server5.key" \
1420314203
0 \
1420414204
-s "reassembled record" \
1420514205
-s "handshake fragment: 0 \\.\\. 513 of [0-9]\\+ msglen 513" \
@@ -14210,7 +14210,7 @@ requires_protocol_version tls12
1421014210
requires_certificate_authentication
1421114211
run_test "Handshake defragmentation on server: len=513, TLS 1.2" \
1421214212
"$P_SRV debug_level=4 auth_mode=required" \
14213-
"$O_NEXT_CLI -tls1_2 -max_send_frag 513 -cert $DATA_FILES_PATH/server5.crt -key $DATA_FILES_PATH/server5.key" \
14213+
"$O_NEXT_CLI -tls1_2 -split_send_frag 513 -cert $DATA_FILES_PATH/server5.crt -key $DATA_FILES_PATH/server5.key" \
1421414214
0 \
1421514215
-s "reassembled record" \
1421614216
-s "handshake fragment: 0 \\.\\. 513 of [0-9]\\+ msglen 513" \

0 commit comments

Comments
 (0)