Tizen RT Libs&Environment  v1.0 D5
http_client_ssl_config_t Struct Reference

SSL configure structure. More...

#include <webclient.h>

Data Fields

char * root_ca
 
char * dev_cert
 
char * private_key
 
unsigned int root_ca_len
 
unsigned int dev_cert_len
 
unsigned int private_key_len
 

Detailed Description

SSL configure structure.

Definition at line 103 of file webclient.h.

Field Documentation

char* dev_cert

Definition at line 111 of file webclient.h.

unsigned int dev_cert_len

Definition at line 114 of file webclient.h.

char* private_key

Definition at line 112 of file webclient.h.

unsigned int private_key_len

Definition at line 115 of file webclient.h.

char* root_ca

Definition at line 110 of file webclient.h.

unsigned int root_ca_len

Definition at line 113 of file webclient.h.


The documentation for this struct was generated from the following file: