![]() |
Embedded TCP/IP stack
4.7.0
|
HTTP over TLS (HTTPS) input parameters for fnet_http_srv_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... | |
HTTP over TLS (HTTPS) input parameters for fnet_http_srv_init().
Definition at line 169 of file fnet_http_srv.h.