mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Drop unexpected ApplicationData
This is likely to happen on resumption if client speaks first at the application level.
This commit is contained in:
committed by
Paul Bakker
parent
f1e0df3ccd
commit
df9a0a8460
@ -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" \
|
||||
|
Reference in New Issue
Block a user