Embedded TCP/IP stack  4.4.0
fnet_http_tls_params Struct Reference

HTTP over TLS (HTTPS) input parameters for fnet_http_init(). More...

Data Fields

const fnet_uint8_t * certificate_buffer
 Buffer holding the certificate data in PEM or DER format. More...
 
fnet_size_t certificate_buffer_size
 Size of the certificate buffer (including the terminating null byte for PEM data). More...
 
const fnet_uint8_t * private_key_buffer
 Buffer holding the private key in PEM or DER format. More...
 
fnet_size_t private_key_buffer_size
 Size of the private key buffer (including the terminating null byte for PEM data). More...
 

Detailed Description

HTTP over TLS (HTTPS) input parameters for fnet_http_init().

Definition at line 167 of file fnet_http.h.


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

© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net