Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_dtls.h250 uint8_t check_common_ca; /**< 1 if peer cert is to be signed by member
/third_party/libcoap/man/
Dcoap_encryption.txt.in421 uint8_t check_common_ca; /* 1 if peer cert is to be signed by
425 * Ignored if check_common_ca set */
493 provided, else 0. If not set, check_common_ca, allow_self_signed,
498 *check_common_ca* Set to 1 to check that the CA that signed the peer's
506 *check_common_ca* is set, then a self-signed certificate will not be allowed.
539 check_common_ca, allow_self_signed, allow_expired_certs,
963 dtls_pki.check_common_ca = 1;
Dcoap_endpoint_client.txt.in250 dtls_pki.check_common_ca = 1;
Dcoap_endpoint_server.txt.in306 dtls_pki.check_common_ca = 1;
/third_party/libcoap/src/
Dcoap_mbedtls.c356 !setup_data->check_common_ca) { in cert_verify_callback_mbedtls()
714 setup_data->check_common_ca ? in setup_pki_credentials()
1425 m_context->setup_data.check_common_ca = 0; in coap_dtls_context_set_pki()
Dcoap_gnutls.c254 g_context->setup_data.check_common_ca = 0; in coap_dtls_context_set_pki()
823 !g_context->setup_data.check_common_ca) { in cert_verify_gnutls()
1399 setup_data->check_common_ca ? 0 : 1); in setup_pki_credentials()
Dcoap_openssl.c1030 if (setup_data->check_common_ca && setup_data->pki_key.key.pem.ca_file && in setup_pki_server()
1420 if (setup_data->check_common_ca && setup_data->pki_key.key.pem.ca_file && in setup_pki_ssl()
1863 if (setup_data->allow_self_signed && !setup_data->check_common_ca) in tls_verify_call_back()
2579 context->setup_data.check_common_ca = 0; in coap_dtls_context_set_pki()
/third_party/libcoap/examples/
Dcoap-rd.c654 dtls_pki.check_common_ca = !root_ca_file; in fill_keystore()
Dcoap-client.c1227 dtls_pki.check_common_ca = !root_ca_file; in setup_pki()
Dcoap-server.c2032 dtls_pki.check_common_ca = !root_ca_file; in setup_pki()