Skip to content

Commit cc8badd

Browse files
Add a comment to elaborate using split_send_frag in handshake defragmentation tests
Signed-off-by: Waleed Elmelegy <[email protected]>
1 parent 453aa38 commit cc8badd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ssl-opt.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13892,6 +13892,9 @@ run_test "Client Handshake defragmentation (513)" \
1389213892
-c "<= handshake" \
1389313893
-c "handshake fragment: "
1389413894

13895+
# OpenSSL does not allow max_send_frag to be less than 512
13896+
# so we use split_send_frag instead for tests lower than 512 below.
13897+
1389513898
requires_openssl_tls1_3
1389613899
run_test "Client Handshake defragmentation (256)" \
1389713900
"$O_NEXT_SRV -split_send_frag 256 " \

0 commit comments

Comments
 (0)