TLS store configuration structure.
Public Attributes#
Pointer to certificate authority's certificate buffer.
Size of certificate authority certificate pointed by cacert.
Pointer to client certificate buffer.
Size of client certificate pointed to by clientcert.
Pointer to client key buffer.
Size of client key pointed to by clientkey.
Identifier for certificate store.
Enable this option to use secure element or atecc608a chip.
Public Attribute Documentation#
cacert#
uint8_t* sl_tls_store_configuration_t::cacert
Pointer to certificate authority's certificate buffer.
cacert_length#
unsigned int sl_tls_store_configuration_t::cacert_length
Size of certificate authority certificate pointed by cacert.
clientcert#
unsigned char* sl_tls_store_configuration_t::clientcert
Pointer to client certificate buffer.
clientcert_length#
unsigned int sl_tls_store_configuration_t::clientcert_length
Size of client certificate pointed to by clientcert.
clientkey_length#
unsigned int sl_tls_store_configuration_t::clientkey_length
Size of client key pointed to by clientkey.
cert_identifier#
sl_cert_identifier_t sl_tls_store_configuration_t::cert_identifier
Identifier for certificate store.
use_secure_element#
bool sl_tls_store_configuration_t::use_secure_element
Enable this option to use secure element or atecc608a chip.