FreeRTOS
|
Defines parameter structure for initializing the TLS interface. More...
#include <aws_tls.h>
Defines parameter structure for initializing the TLS interface.
[in] | ulSize | Size of the structure in bytes. |
[in] | pcDestination | Network name of the TLS server. |
[in] | pcServerCertificate | PEM encoded server certificate to trust. |
[in] | ulServerCertificateLength | Length in bytes of the encoded server certificate. The length must include the null terminator. |
[in] | pxNetworkRecv | Caller-defined network receive function pointer. |
[in] | pxNetworkSend | Caller-defined network send function pointer. |
[in] | pvCallerContext | Caller-defined context handle to be used with callback functions. |