mbed TLS  Version 2.6.1
SSL/TLS Library for the Embedded Space
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SSL/TLS communication module

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

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.