netutils/libcoap : introduce CoAP over DTLS support
authorJin-Seong Kim <jseong82.kim@samsung.com>
Thu, 13 Jul 2017 02:20:03 +0000 (11:20 +0900)
committerEunBong Song <eunb.song@samsung.com>
Wed, 30 Aug 2017 04:15:45 +0000 (21:15 -0700)
commit58010663c1be21542fd28d3a59943f01c783db7d
tree7d05fc9aab7db92514065acaf0db0155560f03e6
parente1cc6cf4fd2a57aaeab684284e733c824fece8e6
netutils/libcoap : introduce CoAP over DTLS support

This commit is to introduce CoAP over DTLS support
Known issues on libcoap-server example :
 - CoAP over DTLS supports NON message only
 - CoAP over DTLS supports only one transaction so, server should restart
   after a data transaction

Change-Id: Iec0fd57e3d2366a3af3bf88553b1ff6a13bb4df8
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
apps/examples/libcoap_client/Makefile
apps/examples/libcoap_client/libcoap-client.c
apps/examples/libcoap_server/Makefile
apps/examples/libcoap_server/libcoap-server.c
apps/include/netutils/libcoap/encode.h
apps/include/netutils/libcoap/net.h
apps/netutils/libcoap/Makefile
apps/netutils/libcoap/encode.c
apps/netutils/libcoap/net.c