Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_dtls.h299 uint8_t allow_expired_crl; /**< 1 if expired crl is allowed */ member
/third_party/libcoap/man/
Dcoap_encryption.txt.in433 uint8_t allow_expired_crl; /* 1 if expired crl is allowed */
497 check_cert_revocation, allow_no_crl, allow_expired_crl, allow_bad_md_hash
530 *allow_expired_crl* Set to 1 to allow an certificate that has an expired CRL
543 allow_no_crl, allow_expired_crl, allow_bad_md_hash and
972 dtls_pki.allow_expired_crl = 1;
Dcoap_endpoint_client.txt.in369 dtls_pki.allow_expired_crl = 1;
Dcoap_endpoint_server.txt.in402 dtls_pki.allow_expired_crl = 1;
/third_party/libcoap/src/
Dcoap_mbedtls.c428 if (setup_data->check_cert_revocation && setup_data->allow_expired_crl) { in cert_verify_callback_mbedtls()
438 if (setup_data->check_cert_revocation && setup_data->allow_expired_crl) { in cert_verify_callback_mbedtls()
1736 m_context->setup_data.allow_expired_crl = 1;
Dcoap_gnutls.c316 g_context->setup_data.allow_expired_crl = 0; in coap_dtls_context_set_pki()
327 g_context->setup_data.allow_expired_crl = 1; in coap_dtls_context_set_pki()
825 if (g_context->setup_data.allow_expired_crl) { in cert_verify_gnutls()
Dcoap_openssl.c1948 if (setup_data->allow_expired_crl) in tls_verify_call_back()
2652 context->setup_data.allow_expired_crl = 1; in coap_dtls_context_set_pki()
/third_party/libcoap/examples/
Dcoap-rd.c651 dtls_pki.allow_expired_crl = 1; in fill_keystore()
Dcoap-client.c1360 dtls_pki.allow_expired_crl = 1; in setup_pki()
Dcoap-server.c2044 dtls_pki.allow_expired_crl = 1; in setup_pki()