1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Add a comment to elaborate using split_send_frag in handshake defragmentation tests

Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
Waleed Elmelegy
2025-01-30 17:53:02 +00:00
committed by Minos Galanakis
parent 57f61f82fd
commit 99f4691bd6

View File

@@ -14475,6 +14475,9 @@ run_test "Client Handshake defragmentation (513)" \
-c "<= handshake" \
-c "handshake fragment: "
# OpenSSL does not allow max_send_frag to be less than 512
# so we use split_send_frag instead for tests lower than 512 below.
requires_openssl_tls1_3
run_test "Client Handshake defragmentation (256)" \
"$O_NEXT_SRV -split_send_frag 256 " \