tinydtls: new package
commit5bd7f265396efa9ccd5dd28bb85b6ffc011ad2f7
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 28 Jul 2016 07:14:07 +0000 (28 09:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 30 Jul 2016 13:34:57 +0000 (30 15:34 +0200)
tree6c922dca2970e1528554d5e05f026f523af73e68
parentd0af5cd663f65c57e0a9fc1a7e5d2afdc597b34d
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>
package/Config.in
package/tinydtls/0001-Update-Makefile.in-to-allow-cross-compilation.patch [new file with mode: 0644]
package/tinydtls/0002-Fix-compilation-of-tests-directory.patch [new file with mode: 0644]
package/tinydtls/Config.in [new file with mode: 0644]
package/tinydtls/tinydtls.hash [new file with mode: 0644]
package/tinydtls/tinydtls.mk [new file with mode: 0644]