Filter results by

Older Versions

Older API versions are available as a download. To view, extract the file and open the index.html file in a web browser.

artik_ssl_config Struct Reference

SSL configuration structure. More...

#include <base/artik_ssl.h>

Data Fields

artik_ssl_se_config se_config
 Secure Element configuration.
 
artik_ssl_certificate ca_cert
 If certificate's data is non-null, use it as trusted root CA for verifying the server's certificate.
 
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 handshake.
 
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 handshake.
 
artik_ssl_verify_t verify_cert
 Select the level of verification of the server certificate authenticity via trusted root CA.
 

Detailed Description


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