mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 03:45:39 +01:00
Add test for small client packet
Enable testing with ECDHE-ECDSA with DTLS
This commit is contained in:
parent
c5118b7664
commit
0ed68089ee
@ -5657,6 +5657,13 @@ run_test "Small client packet DTLS 1.2, without EtM, truncated MAC" \
|
||||
0 \
|
||||
-s "Read from client: 1 bytes read"
|
||||
|
||||
run_test "Small client packet DTLS, ECDHE-ECDSA" \
|
||||
"$P_SRV dtls=1" \
|
||||
"$P_CLI dtls=1 request_size=1 \
|
||||
force_ciphersuite=TLS-ECDHE-ECDSA-WITH-AES-128-CCM-8" \
|
||||
0 \
|
||||
-s "Read from client: 1 bytes read"
|
||||
|
||||
# Tests for small server packets
|
||||
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_SSL3
|
||||
|
Loading…
Reference in New Issue
Block a user