PolarSSL v1.1.4
|
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:
ssl_init()
).ssl_handshake()
).ssl_read()
and ssl_write()
).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.