mbed TLS v2.2.0
SSL/TLS communication module

The SSL/TLS communication module provides the means to create an SSL/TLS communication channel.

The basic provisions are:

Many aspects of such a channel are set through parameters and callback functions:

This module can be used to create an SSL/TLS server and client and to provide a basic framework to setup and communicate through an SSL/TLS communication channel.
Note that you need to provide for several aspects yourself as mentioned above.