Tizen RT Libs&Environment
v1.0 D5
|
http server ssl config structure. More...
#include <http_server.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 |
http server ssl config structure.
Definition at line 119 of file http_server.h.
char* dev_cert |
Definition at line 127 of file http_server.h.
unsigned int dev_cert_len |
Definition at line 130 of file http_server.h.
char* private_key |
Definition at line 128 of file http_server.h.
unsigned int private_key_len |
Definition at line 131 of file http_server.h.
char* root_ca |
Definition at line 126 of file http_server.h.
unsigned int root_ca_len |
Definition at line 129 of file http_server.h.