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

HTTP client TLS structure. More...

#include <webclient.h>

Data Fields

int client_fd
 
mbedtls_ssl_context tls_ssl
 
mbedtls_net_context tls_client_fd
 
int tls_init
 
mbedtls_ssl_config tls_conf
 
mbedtls_entropy_context tls_entropy
 
mbedtls_ctr_drbg_context tls_ctr_drbg
 
mbedtls_x509_crt tls_clicert
 
mbedtls_pk_context tls_pkey
 
mbedtls_ssl_session tls_session
 

Detailed Description

HTTP client TLS structure.

Definition at line 86 of file webclient.h.

Field Documentation

int client_fd

Definition at line 87 of file webclient.h.

mbedtls_x509_crt tls_clicert

Definition at line 95 of file webclient.h.

mbedtls_net_context tls_client_fd

Definition at line 89 of file webclient.h.

mbedtls_ssl_config tls_conf

Definition at line 92 of file webclient.h.

mbedtls_ctr_drbg_context tls_ctr_drbg

Definition at line 94 of file webclient.h.

mbedtls_entropy_context tls_entropy

Definition at line 93 of file webclient.h.

int tls_init

Definition at line 91 of file webclient.h.

mbedtls_pk_context tls_pkey

Definition at line 96 of file webclient.h.

mbedtls_ssl_session tls_session

Definition at line 97 of file webclient.h.

mbedtls_ssl_context tls_ssl

Definition at line 88 of file webclient.h.


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