python-cryptography: bump to version 1.7.2
[buildroot-gz.git] / package / tinydtls / Config.in
blob2f90eb2436ce045c62bae295d0f10b23c957dcce
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.
10           https://sourceforge.net/projects/tinydtls
12 comment "tinydtls needs a toolchain w/ threads"
13         depends on !BR2_TOOLCHAIN_HAS_THREADS