mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Drop unexpected ApplicationData
This is likely to happen on resumption if client speaks first at the application level.
This commit is contained in:
parent
f1e0df3ccd
commit
df9a0a8460
2 changed files with 24 additions and 15 deletions
|
|
@ -959,7 +959,8 @@ run_test "Renegotiation: DTLS, client-initiated" \
|
|||
|
||||
run_test "Renegotiation: DTLS, server-initiated" \
|
||||
"$P_SRV debug_level=3 dtls=1 exchanges=2 renegotiation=1 renegotiate=1" \
|
||||
"$P_CLI debug_level=3 dtls=1 exchanges=2 renegotiation=1" \
|
||||
"$P_CLI debug_level=3 dtls=1 exchanges=2 renegotiation=1 \
|
||||
read_timeout=1000 max_resend=2" \
|
||||
0 \
|
||||
-c "client hello, adding renegotiation extension" \
|
||||
-s "received TLS_EMPTY_RENEGOTIATION_INFO" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue