Embedded TCP/IP stack
4.1.0
|
fnet_tls_params Struct Reference
Input parameters structure for fnet_tls_init() More...
Data Fields | |
const fnet_uint8_t * | certificate_buffer |
Buffer holding the Client or Server 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
Input parameters structure for fnet_tls_init()
Definition at line 77 of file fnet_tls.h.
The documentation for this struct was generated from the following file:
© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net