artik_ssl.h
Go to the documentation of this file.
Security module definition.
bool use_se
If true, use certificate and key stored in the Secure Element for SSL handshake.
Definition: artik_ssl.h:92
artik_security_certificate_id certificate_id
The selected certificate for the SSL handshake.
Definition: artik_ssl.h:97
artik_ssl_certificate client_cert
If certificate's data is non-null, use it as the client certificate to send to the server during SSL ...
Definition: artik_ssl.h:121
artik_ssl_certificate ca_cert
If certificate's data is non-null, use it as trusted root CA for verifying the server's certificate...
Definition: artik_ssl.h:115
artik_ssl_verify_t verify_cert
Select the level of verification of the server certificate authenticity via trusted root CA...
Definition: artik_ssl.h:132
artik_ssl_key client_key
If key's data is non-null, use it as the client private key to send to the server during SSL handshak...
Definition: artik_ssl.h:127
Last updated on: