Skip to content

Commit

Permalink
pkg/tinydtls: allow PSK and ECC at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri committed May 7, 2024
1 parent dca33c9 commit 17a3125
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/tinydtls/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17a3125

Please sign in to comment.