From 761ab6b17a3fc87942b4360794a52cb39cf02075 Mon Sep 17 00:00:00 2001 From: Marco Oliverio Date: Mon, 9 May 2022 13:50:13 +0200 Subject: [PATCH] tests: add bidirectional shutdown UDP tests --- tests/test-dtls-resume.conf | 14 ++++++++++++++ tests/test-dtls.conf | 8 ++++++++ 2 files changed, 22 insertions(+) diff --git a/tests/test-dtls-resume.conf b/tests/test-dtls-resume.conf index 9eaba681f..3b8e79dbf 100644 --- a/tests/test-dtls-resume.conf +++ b/tests/test-dtls-resume.conf @@ -1061,3 +1061,17 @@ -a -v 2 -l ADH-AES128-SHA + +# server DTLSv1.2 DHE-RSA-CHACHA20-POLY1305 bidirectional shutdown +-u +-r +-v 3 +-l DHE-RSA-CHACHA20-POLY1305 +-w + +# client DTLSv1.2 DHE-RSA-CHACHA20-POLY1305 bidirectional shutdown +-u +-r +-v 3 +-l DHE-RSA-CHACHA20-POLY1305 +-w diff --git a/tests/test-dtls.conf b/tests/test-dtls.conf index 0d0fad8e5..42f0f63c8 100644 --- a/tests/test-dtls.conf +++ b/tests/test-dtls.conf @@ -907,3 +907,11 @@ -a -v 2 -l ADH-AES128-SHA + +# server with bidirectional shutdown +-l ECDHE-RSA-AES128-SHA256 +-w + +# client with bidirectional shutdown +-l ECDHE-RSA-AES128-SHA256 +-w