5bd7f26539
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>
16 lines
453 B
Makefile
16 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# tinydtls
|
|
#
|
|
################################################################################
|
|
|
|
TINYDTLS_REL = r5
|
|
TINYDTLS_VERSION = 0.8.2
|
|
TINYDTLS_SITE = http://downloads.sourceforge.net/project/tinydtls/$(TINYDTLS_REL)
|
|
TINYDTLS_LICENSE = MIT
|
|
TINYDTLS_LICENSE_FILES = tinydtls.h
|
|
TINYDTLS_INSTALL_STAGING = YES
|
|
TINYDTLS_STRIP_COMPONENTS = 2
|
|
|
|
$(eval $(autotools-package))
|