Config.in 462 B

12345678910111213
  1. config BR2_PACKAGE_TINYDTLS
  2. bool "tinydtls"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. help
  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.
  9. https://projects.eclipse.org/projects/iot.tinydtls
  10. comment "tinydtls needs a toolchain w/ threads"
  11. depends on !BR2_TOOLCHAIN_HAS_THREADS