Add test for small server packet

To allow testing with ECDHE-ECDSA with DTLS
This commit is contained in:
Jarno Lamsa 2019-10-28 14:16:12 +02:00
parent 0ed68089ee
commit c40184b44a

View file

@ -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