Home
last modified time | relevance | path

Searched refs:allow_short_rsa_length (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_dtls.h261 uint8_t allow_short_rsa_length; /**< 1 if small RSA keysizes are allowed */ member
/third_party/libcoap/man/
Dcoap_encryption.txt.in433 uint8_t allow_short_rsa_length; /* 1 if small RSA keysizes are allowed */
496 and allow_short_rsa_length settings are all ignored.
535 *allow_short_rsa_length* Set to 1 if small RSA keysizes are allowed, else 0.
542 allow_short_rsa_length settings are all ignored.
972 dtls_pki.allow_short_rsa_length = 0;
Dcoap_endpoint_client.txt.in259 dtls_pki.allow_short_rsa_length = 0;
Dcoap_endpoint_server.txt.in315 dtls_pki.allow_short_rsa_length = 0;
/third_party/libcoap/src/
Dcoap_mbedtls.c342 if (setup_data->allow_short_rsa_length) { in cert_verify_callback_mbedtls()
1435 m_context->setup_data.allow_short_rsa_length = 1; in coap_dtls_context_set_pki()
Dcoap_gnutls.c265 g_context->setup_data.allow_short_rsa_length = 0; in coap_dtls_context_set_pki()
277 g_context->setup_data.allow_short_rsa_length = 1; in coap_dtls_context_set_pki()
Dcoap_openssl.c2589 context->setup_data.allow_short_rsa_length = 1; in coap_dtls_context_set_pki()