Struct anj_net_trust_store_t

Struct Documentation

struct anj_net_trust_store_t

Trust store containing a set of trusted CA certificates used to verify the peer certificate during the (D)TLS handshake.

Public Members

const anj_crypto_security_info_t *ca_certs

Pointer to an array of ca_certs_count entries, each describing CA certificate (or chain).

size_t ca_certs_count

Number of entries in the ca_certs array.