mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 05:21:08 +00:00
Add test for small server packet
To allow testing with ECDHE-ECDSA with DTLS
This commit is contained in:
parent
0ed68089ee
commit
c40184b44a
|
@ -5945,6 +5945,13 @@ run_test "Small server packet DTLS 1.2, without EtM, truncated MAC" \
|
|||
0 \
|
||||
-c "Read from server: 1 bytes read"
|
||||
|
||||
run_test "Small server packet DTLS, ECDHE-ECDSA" \
|
||||
"$P_SRV dtls=1 response_size=1" \
|
||||
"$P_CLI dtls=1 \
|
||||
force_ciphersuite=TLS-ECDHE-ECDSA-WITH-AES-128-CCM-8" \
|
||||
0 \
|
||||
-c "Read from server: 1 bytes read"
|
||||
|
||||
# A test for extensions in SSLv3
|
||||
|
||||
requires_config_enabled MBEDTLS_SSL_PROTO_SSL3
|
||||
|
|
Loading…
Reference in a new issue