mirror of
https://github.com/espressif/mbedtls.git
synced 2025-05-09 19:31:18 +08:00
ssl-opt: Disabled the renegotiation delay for fragmented HS renegotiation.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
875cce945a
commit
bde759b792
@ -14592,11 +14592,12 @@ run_test "Handshake defragmentation on client: len=512, server-initiated rene
|
||||
# number of records received before renegotiation is completed.
|
||||
# By fragmenting records and thereby increasing their quantity,
|
||||
# the default threshold can be reached more quickly.
|
||||
# Setting it to -1 disables that policy's enforment.
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
|
||||
requires_config_enabled MBEDTLS_SSL_RENEGOTIATION
|
||||
run_test "Handshake defragmentation on client: len=256, server-initiated renegotation" \
|
||||
"$O_NEXT_SRV -tls1_2 -split_send_frag 256 -cert $DATA_FILES_PATH/server5.crt -key $DATA_FILES_PATH/server5.key" \
|
||||
"$P_CLI debug_level=3 renegotiation=1 renego_delay=32 request_page=/reneg" \
|
||||
"$P_CLI debug_level=3 renegotiation=1 renego_delay=-1 request_page=/reneg" \
|
||||
0 \
|
||||
-c "initial handshake fragment: 256, 0\\.\\.256 of [0-9]\\+" \
|
||||
-c "Prepare: waiting for more handshake fragments 256/" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user