1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +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 61b8e2d225
commit f162249e87

View File

@ -13890,6 +13890,9 @@ run_test "Client Handshake defragmentation (513)" \
-c "<= handshake" \ -c "<= handshake" \
-c "handshake fragment: " -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 requires_openssl_tls1_3
run_test "Client Handshake defragmentation (256)" \ run_test "Client Handshake defragmentation (256)" \
"$O_NEXT_SRV -split_send_frag 256 " \ "$O_NEXT_SRV -split_send_frag 256 " \