TI-RTOS Network Services  2.14.04.31
Functions
sswolfssl.h File Reference

Detailed Description

Configure SimpleLink Stack for HTTP TLS communication.

Configure WolfSSL for HTTP TLS communication.

#include <ti/net/http/ssock.h>
#include <wolfssl/ssl.h>
Include dependency graph for sswolfssl.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...
 

Function Documentation

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.

Parameters
[in]ctxPointer to wolfSSL context containing secure parameters
Remarks
The context should be persistant for the lifetime of HTTP instance.
Copyright 2015, Texas Instruments Incorporated