From 0ed68089ee9e97858b74db30920405b3202663b9 Mon Sep 17 00:00:00 2001 From: Jarno Lamsa Date: Mon, 28 Oct 2019 14:10:59 +0200 Subject: [PATCH] Add test for small client packet Enable testing with ECDHE-ECDSA with DTLS --- tests/ssl-opt.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index d0fcfeb04..4d3904195 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -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