summaryrefslogtreecommitdiffstats
path: root/package/tinydtls/Config.in
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2016-07-28 09:14:07 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-30 15:34:57 +0200
commit5bd7f265396efa9ccd5dd28bb85b6ffc011ad2f7 (patch)
tree6c922dca2970e1528554d5e05f026f523af73e68 /package/tinydtls/Config.in
parentd0af5cd663f65c57e0a9fc1a7e5d2afdc597b34d (diff)
downloadbuildroot-5bd7f265396efa9ccd5dd28bb85b6ffc011ad2f7.tar.gz
buildroot-5bd7f265396efa9ccd5dd28bb85b6ffc011ad2f7.zip
tinydtls: new package
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://sourceforge.net/projects/tinydtls Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tinydtls/Config.in')
-rw-r--r--package/tinydtls/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/tinydtls/Config.in b/package/tinydtls/Config.in
new file mode 100644
index 0000000000..33b08feb5d
--- /dev/null
+++ b/package/tinydtls/Config.in
@@ -0,0 +1,13 @@
+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://sourceforge.net/projects/tinydtls
+
+comment "tinydtls needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud