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.h290 uint8_t check_common_ca; /**< 1 if peer cert is to be signed by member
/third_party/libcoap/man/
Dcoap_encryption.txt.in423 uint8_t check_common_ca; /* 1 if peer cert is to be signed by
427 * Ignored if check_common_ca set */
495 provided, else 0. If not set, check_common_ca, allow_self_signed,
500 *check_common_ca* Set to 1 to check that the CA that signed the peer's
508 *check_common_ca* is set, then a self-signed certificate will not be allowed.
541 check_common_ca, allow_self_signed, allow_expired_certs,
965 dtls_pki.check_common_ca = 1;
Dcoap_endpoint_client.txt.in362 dtls_pki.check_common_ca = 1;
Dcoap_endpoint_server.txt.in395 dtls_pki.check_common_ca = 1;
/third_party/libcoap/src/
Dcoap_mbedtls.c411 !setup_data->check_common_ca) { in cert_verify_callback_mbedtls()
774 setup_data->check_common_ca ? in setup_pki_credentials()
1728 m_context->setup_data.check_common_ca = 0;
Dcoap_gnutls.c307 g_context->setup_data.check_common_ca = 0; in coap_dtls_context_set_pki()
842 !g_context->setup_data.check_common_ca) { in cert_verify_gnutls()
1387 setup_data->check_common_ca ? 0 : 1); in setup_pki_credentials()
Dcoap_openssl.c1158 if (setup_data->check_common_ca && setup_data->pki_key.key.pem.ca_file && in setup_pki_server()
1518 if (setup_data->check_common_ca && setup_data->pki_key.key.pem.ca_file && in setup_pki_ssl()
1935 if (setup_data->allow_self_signed && !setup_data->check_common_ca) in tls_verify_call_back()
2644 context->setup_data.check_common_ca = 0; in coap_dtls_context_set_pki()
/third_party/libcoap/examples/
Dcoap-rd.c644 dtls_pki.check_common_ca = !root_ca_file; in fill_keystore()
Dcoap-client.c1353 dtls_pki.check_common_ca = !root_ca_file; in setup_pki()
Dcoap-server.c2037 dtls_pki.check_common_ca = !root_ca_file; in setup_pki()