TI-RTOS Network Services
2.14.04.31
|
Configure SimpleLink Stack for HTTP TLS communication.
Configure WolfSSL for HTTP TLS communication.
#include <ti/net/http/ssock.h>
#include <wolfssl/ssl.h>
Go to the source code of this file.
Functions | |
void | SSWolfssl_setContext (WOLFSSL_CTX *ctx) |
Set wolfSSL context to be used in TLS communication. More... | |
void SSWolfssl_setContext | ( | WOLFSSL_CTX * | ctx | ) |
Set wolfSSL context to be used in TLS communication.
See wolfSSL Documentation for more details about the wolfSSL context.
[in] | ctx | Pointer to wolfSSL context containing secure parameters |