1 config BR2_PACKAGE_TINYDTLS
3 depends on BR2_TOOLCHAIN_HAS_THREADS
5 tinydtls is a library for Datagram Transport Layer Security
6 (DTLS) covering both the client and the server state
7 machine. It is implemented in C and provides support for
8 the mandatory cipher suites specified in CoAP.
10 https://sourceforge.net/projects/tinydtls
12 comment "tinydtls needs a toolchain w/ threads"
13 depends on !BR2_TOOLCHAIN_HAS_THREADS