mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 20:18:12 +00:00
Add default/basic test for DTLS
This commit is contained in:
parent
3a173f497b
commit
3bb0801a95
1 changed files with 7 additions and 0 deletions
|
@ -537,6 +537,13 @@ run_test "Default" \
|
||||||
-S "error" \
|
-S "error" \
|
||||||
-C "error"
|
-C "error"
|
||||||
|
|
||||||
|
run_test "Default, DTLS" \
|
||||||
|
"$P_SRV dtls=1" \
|
||||||
|
"$P_CLI dtls=1" \
|
||||||
|
0 \
|
||||||
|
-s "Protocol is DTLSv1.2" \
|
||||||
|
-s "Ciphersuite is TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384"
|
||||||
|
|
||||||
# Tests for rc4 option
|
# Tests for rc4 option
|
||||||
|
|
||||||
run_test "RC4: server disabled, client enabled" \
|
run_test "RC4: server disabled, client enabled" \
|
||||||
|
|
Loading…
Reference in a new issue