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.h252 uint8_t allow_self_signed; /**< 1 if self-signed certs are allowed. member
/third_party/libcoap/man/
Dcoap_encryption.txt.in423 uint8_t allow_self_signed; /* 1 if self-signed certs are allowed */
424 uint8_t allow_self_signed; /* 1 if self-signed certs are allowed.
493 provided, else 0. If not set, check_common_ca, allow_self_signed,
504 *allow_self_signed* Set to 1 to allow the peer (or any certificate in the
539 check_common_ca, allow_self_signed, allow_expired_certs,
964 dtls_pki.allow_self_signed = 1;
Dcoap_endpoint_client.txt.in251 dtls_pki.allow_self_signed = 1;
Dcoap_endpoint_server.txt.in307 dtls_pki.allow_self_signed = 1;
/third_party/libcoap/src/
Dcoap_gnutls.c257 g_context->setup_data.allow_self_signed = 0; in coap_dtls_context_set_pki()
269 g_context->setup_data.allow_self_signed = 1; in coap_dtls_context_set_pki()
822 if (g_context->setup_data.allow_self_signed && in cert_verify_gnutls()
Dcoap_mbedtls.c355 if (setup_data->allow_self_signed && in cert_verify_callback_mbedtls()
1427 m_context->setup_data.allow_self_signed = 1; in coap_dtls_context_set_pki()
Dcoap_openssl.c1863 if (setup_data->allow_self_signed && !setup_data->check_common_ca) in tls_verify_call_back()
2581 context->setup_data.allow_self_signed = 1; in coap_dtls_context_set_pki()
/third_party/libcoap/examples/
Dcoap-rd.c655 dtls_pki.allow_self_signed = 1; in fill_keystore()
Dcoap-client.c1228 dtls_pki.allow_self_signed = 1; in setup_pki()
Dcoap-server.c2033 dtls_pki.allow_self_signed = 1; in setup_pki()