net/tls: introduction of easy_tls apis
authorJunyeon LEE <junyeon2.lee@samsung.com>
Tue, 18 Apr 2017 09:03:13 +0000 (18:03 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Sat, 6 May 2017 10:51:22 +0000 (19:51 +0900)
commit09431def2320c7ca27ee5e0863866da3bccfa2b2
treeab0b17489ef1fcb847a973b7020bb8283b7dfa15
parentb53eb28ed3923adc413f8d5ad6b833110f9b0406
net/tls: introduction of easy_tls apis

This commit is initial version of easy tls api. easy tls api
is for using and understanding ssl/tls library easily. Please
use mbedtls api directly for setting more details.

Supporting options
 . set authentication mode
 . set debug level
 . set host name
 . set server/client mode
 . select TLS/DTLS

Change-Id: I91292af7ef9b2f5b7773e098a0f8779977bf6882
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
os/include/tls/easy_tls.h [new file with mode: 0644]
os/net/tls/Make.defs
os/net/tls/easy_tls.c [new file with mode: 0644]