From 17a3125091066589678e993d88c540e859ab046a Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Wed, 3 Nov 2021 16:58:34 +0100 Subject: [PATCH] pkg/tinydtls: allow PSK and ECC at the same time --- pkg/tinydtls/Kconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkg/tinydtls/Kconfig b/pkg/tinydtls/Kconfig index 70a506d0bde9..29480ad7d782 100644 --- a/pkg/tinydtls/Kconfig +++ b/pkg/tinydtls/Kconfig @@ -7,19 +7,12 @@ menu "tinydtls" depends on USEPKG_TINYDTLS -# TODO change to multiple choice after DTLS application support enabling more than one types of cypher suites -choice - bool "Cipher suite to enable" - default DTLS_PSK - config DTLS_PSK bool "TLS_PSK_WITH_AES_128_CCM_8" config DTLS_ECC bool "TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8" -endchoice - config DTLS_DEBUG bool "Enable debug log" help