Home
last modified time | relevance | path

Searched defs:coap_dtls_pki_t (Results 1 – 1 of 1) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_dtls.h25 typedef struct coap_dtls_pki_t coap_dtls_pki_t; typedef
244 struct coap_dtls_pki_t { struct
245 uint8_t version; /** Set to COAP_DTLS_PKI_SETUP_VERSION
249 uint8_t verify_peer_cert; /**< 1 if peer cert is to be verified */
250 uint8_t check_common_ca; /**< 1 if peer cert is to be signed by
252 uint8_t allow_self_signed; /**< 1 if self-signed certs are allowed.
254 uint8_t allow_expired_certs; /**< 1 if expired certs are allowed */
255 uint8_t cert_chain_validation; /**< 1 if to check cert_chain_verify_depth */
256 uint8_t cert_chain_verify_depth; /**< recommended depth is 3 */
257 uint8_t check_cert_revocation; /**< 1 if revocation checks wanted */
[all …]