Golioth Firmware SDK
|
#include <golioth_client.h>
Data Fields | |
const uint8_t * | ca_cert |
size_t | ca_cert_len |
const uint8_t * | public_cert |
PEM Public client cert. More... | |
size_t | public_cert_len |
const uint8_t * | private_key |
PEM Private client key. More... | |
size_t | private_key_len |
Public Key Infrastructure (PKI) credentials (aka "certificates").
All memory is owned by user and must persist for the lifetime of the golioth client.
Definition at line 81 of file golioth_client.h.
const uint8_t* golioth_pki_credentials_t::ca_cert |
Definition at line 83 of file golioth_client.h.
size_t golioth_pki_credentials_t::ca_cert_len |
Definition at line 84 of file golioth_client.h.
const uint8_t* golioth_pki_credentials_t::private_key |
PEM Private client key.
Definition at line 91 of file golioth_client.h.
size_t golioth_pki_credentials_t::private_key_len |
Definition at line 92 of file golioth_client.h.
const uint8_t* golioth_pki_credentials_t::public_cert |
PEM Public client cert.
Definition at line 87 of file golioth_client.h.
size_t golioth_pki_credentials_t::public_cert_len |
Definition at line 88 of file golioth_client.h.