mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
1d14a3349d
- 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 sincef1ff324a4d
) - 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>
14 lines
462 B
Plaintext
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
|