mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 15:18:06 +00:00
Add test for reordering of handshake messages
This commit is contained in:
parent
37f9532081
commit
e38422107e
1 changed files with 8 additions and 0 deletions
|
@ -5743,6 +5743,14 @@ run_test "DTLS proxy: delay ChangeCipherSpec" \
|
|||
|
||||
# Tests for reordering support with DTLS
|
||||
|
||||
run_test "DTLS reordering: Buffer out-of-order handshake message" \
|
||||
-p "$P_PXY delay=2 seed=1" \
|
||||
"$P_SRV cookies=0 dtls=1 debug_level=2" \
|
||||
"$P_CLI dtls=1 debug_level=2" \
|
||||
0 \
|
||||
-c "Buffering HS message" \
|
||||
-c "Next handshake message has been buffered - load"
|
||||
|
||||
run_test "DTLS reordering: Buffer out-of-order CCS message"\
|
||||
-p "$P_PXY delay=3 seed=1" \
|
||||
"$P_SRV cookies=0 dtls=1 debug_level=2" \
|
||||
|
|
Loading…
Reference in a new issue