mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/tinydtls: allow PSK and ECC at the same time
This commit is contained in:
parent
dca33c92bd
commit
17a3125091
@ -7,19 +7,12 @@
|
|||||||
menu "tinydtls"
|
menu "tinydtls"
|
||||||
depends on USEPKG_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
|
config DTLS_PSK
|
||||||
bool "TLS_PSK_WITH_AES_128_CCM_8"
|
bool "TLS_PSK_WITH_AES_128_CCM_8"
|
||||||
|
|
||||||
config DTLS_ECC
|
config DTLS_ECC
|
||||||
bool "TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8"
|
bool "TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8"
|
||||||
|
|
||||||
endchoice
|
|
||||||
|
|
||||||
config DTLS_DEBUG
|
config DTLS_DEBUG
|
||||||
bool "Enable debug log"
|
bool "Enable debug log"
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user