Home
last modified time | relevance | path

Searched refs:allow_no_crl (Results 1 – 10 of 10) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_dtls.h258 uint8_t allow_no_crl; /**< 1 ignore if CRL not there */ member
/third_party/libcoap/man/
Dcoap_encryption.txt.in430 uint8_t allow_no_crl; /* 1 ignore if CRL not there */
495 check_cert_revocation, allow_no_crl, allow_expired_crl, allow_bad_md_hash
525 *allow_no_crl* Set to 1 to not check any certificate that does not have a CRL,
541 allow_no_crl, allow_expired_crl, allow_bad_md_hash and
969 dtls_pki.allow_no_crl = 1;
Dcoap_endpoint_client.txt.in256 dtls_pki.allow_no_crl = 1;
Dcoap_endpoint_server.txt.in312 dtls_pki.allow_no_crl = 1;
/third_party/libcoap/examples/
Dcoap-rd.c660 dtls_pki.allow_no_crl = 1; in fill_keystore()
Dcoap-client.c1233 dtls_pki.allow_no_crl = 1; in setup_pki()
Dcoap-server.c2038 dtls_pki.allow_no_crl = 1; in setup_pki()
/third_party/libcoap/src/
Dcoap_gnutls.c262 g_context->setup_data.allow_no_crl = 0; in coap_dtls_context_set_pki()
274 g_context->setup_data.allow_no_crl = 1; in coap_dtls_context_set_pki()
Dcoap_openssl.c1871 if (setup_data->allow_no_crl) in tls_verify_call_back()
2586 context->setup_data.allow_no_crl = 1; in coap_dtls_context_set_pki()
Dcoap_mbedtls.c1432 m_context->setup_data.allow_no_crl = 1; in coap_dtls_context_set_pki()