MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
|
The SSL/TLS communication module provides the means to create an SSL/TLS communication channel.
The basic provisions are:
mbedtls_ssl_init()
).mbedtls_ssl_handshake()
).mbedtls_ssl_read()
and mbedtls_ssl_write()
).mbedtls_ssl_close_notify()
).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.