buildroot/package/tinydtls/Config.in
Fabrice Fontaine 1d14a3349d package/tinydtls: security bump to version 0.9-rc1
- Switch site to github
- License is now EPL-1.0 or EDL-1.0 as specified in the new LICENSE file
- Update indentation of hash file (two spaces)
- Drop first patch (already in version) and second patch (not needed since
  f1ff324a4d)
- Fix CVE-2017-7243 as specified in
  https://github.com/eclipse/tinydtls/issues/12 as well as other
  security issues:
  68a1cdaff9
  494a40dfbb
  2d9f0a8237

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-06-17 22:04:30 +02:00

14 lines
462 B
Plaintext

config BR2_PACKAGE_TINYDTLS
bool "tinydtls"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
tinydtls is a library for Datagram Transport Layer Security
(DTLS) covering both the client and the server state
machine. It is implemented in C and provides support for
the mandatory cipher suites specified in CoAP.
https://projects.eclipse.org/projects/iot.tinydtls
comment "tinydtls needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS