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.h259 uint8_t allow_expired_crl; /**< 1 if expired crl is allowed */ member
/third_party/libcoap/src/
Dcoap_mbedtls.c376 if (setup_data->check_cert_revocation && setup_data->allow_expired_crl) { in cert_verify_callback_mbedtls()
388 if (setup_data->check_cert_revocation && setup_data->allow_expired_crl) { in cert_verify_callback_mbedtls()
1433 m_context->setup_data.allow_expired_crl = 1; in coap_dtls_context_set_pki()
Dcoap_gnutls.c263 g_context->setup_data.allow_expired_crl = 0; in coap_dtls_context_set_pki()
275 g_context->setup_data.allow_expired_crl = 1; in coap_dtls_context_set_pki()
803 if (g_context->setup_data.allow_expired_crl) { in cert_verify_gnutls()
Dcoap_openssl.c1876 if (setup_data->allow_expired_crl) in tls_verify_call_back()
2587 context->setup_data.allow_expired_crl = 1; in coap_dtls_context_set_pki()
/third_party/libcoap/man/
Dcoap_encryption.txt.in431 uint8_t allow_expired_crl; /* 1 if expired crl is allowed */
495 check_cert_revocation, allow_no_crl, allow_expired_crl, allow_bad_md_hash
528 *allow_expired_crl* Set to 1 to allow an certificate that has an expired CRL
541 allow_no_crl, allow_expired_crl, allow_bad_md_hash and
970 dtls_pki.allow_expired_crl = 1;
Dcoap_endpoint_client.txt.in257 dtls_pki.allow_expired_crl = 1;
Dcoap_endpoint_server.txt.in313 dtls_pki.allow_expired_crl = 1;
/third_party/libcoap/examples/
Dcoap-rd.c661 dtls_pki.allow_expired_crl = 1; in fill_keystore()
Dcoap-client.c1234 dtls_pki.allow_expired_crl = 1; in setup_pki()
Dcoap-server.c2039 dtls_pki.allow_expired_crl = 1; in setup_pki()