summaryrefslogtreecommitdiffstats
path: root/src/vnet/session-apps/tls.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-02session: first approximation implementation of tlsFlorin Coras1-0/+1161
It consists of two main parts. First, add an application transport type whereby applications can offer transport to other applications. For instance, a tls app can offer transport services to other applications. And second, a tls transport app that leverages the mbedtls library for tls protocol implementation. Change-Id: I616996c6e6539a9e2368fab8a1ac874d7c5d9838 Signed-off-by: Florin Coras <fcoras@cisco.com>