Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_dtls.h292 uint8_t allow_self_signed; /**< 1 if self-signed certs are allowed. member
/third_party/libcoap/man/
Dcoap_encryption.txt.in425 uint8_t allow_self_signed; /* 1 if self-signed certs are allowed */
426 uint8_t allow_self_signed; /* 1 if self-signed certs are allowed.
495 provided, else 0. If not set, check_common_ca, allow_self_signed,
506 *allow_self_signed* Set to 1 to allow the peer (or any certificate in the
541 check_common_ca, allow_self_signed, allow_expired_certs,
966 dtls_pki.allow_self_signed = 1;
Dcoap_endpoint_client.txt.in363 dtls_pki.allow_self_signed = 1;
Dcoap_endpoint_server.txt.in396 dtls_pki.allow_self_signed = 1;
/third_party/libcoap/examples/
Dcoap-rd.c645 dtls_pki.allow_self_signed = 1; in fill_keystore()
Dcoap-client.c1354 dtls_pki.allow_self_signed = 1; in setup_pki()
Dcoap-server.c2038 dtls_pki.allow_self_signed = 1; in setup_pki()
/third_party/libcoap/src/
Dcoap_gnutls.c310 g_context->setup_data.allow_self_signed = 0; in coap_dtls_context_set_pki()
321 g_context->setup_data.allow_self_signed = 1; in coap_dtls_context_set_pki()
841 if (g_context->setup_data.allow_self_signed && in cert_verify_gnutls()
Dcoap_mbedtls.c410 if (setup_data->allow_self_signed && in cert_verify_callback_mbedtls()
1730 m_context->setup_data.allow_self_signed = 1;
Dcoap_openssl.c1935 if (setup_data->allow_self_signed && !setup_data->check_common_ca) in tls_verify_call_back()
2646 context->setup_data.allow_self_signed = 1; in coap_dtls_context_set_pki()