TI-RTOS Network Services  2.14.04.31
Functions
sssl.h File Reference
#include "common.h"
#include <ti/net/http/ssock.h>
#include <simplelink.h>
Include dependency graph for sssl.h:

Go to the source code of this file.

Functions

void SSSl_setContext (SlSockSecureMethod *method, SlSockSecureMask *mask, char *cafile, char *privkey, char *cert, char *dhkey)
 Set secure parameters for SimpleLink stack. More...
 

Function Documentation

void SSSl_setContext ( SlSockSecureMethod *  method,
SlSockSecureMask *  mask,
char *  cafile,
char *  privkey,
char *  cert,
char *  dhkey 
)

Set secure parameters for SimpleLink stack.

See SimpleLink documentation for more details on secure parameters.

Parameters
[in]methodPointer to the secure method containing TLS type
[in]maskPointer to the secure mask containing Cipher type
[in]cafileCA file name
[in]privkeyPrivate Key name
[in]certClient Certificate file name
[in]dhkeyDH key file name
Remarks
The parameters should be persistant for the lifetime of HTTP instance.
Copyright 2015, Texas Instruments Incorporated