TI-RTOS Network Services
2.14.04.31
|
#include "common.h"
#include <ti/net/http/ssock.h>
#include <simplelink.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... | |
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.
[in] | method | Pointer to the secure method containing TLS type |
[in] | mask | Pointer to the secure mask containing Cipher type |
[in] | cafile | CA file name |
[in] | privkey | Private Key name |
[in] | cert | Client Certificate file name |
[in] | dhkey | DH key file name |