Home
last modified time | relevance | path

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

/dports/net/libcoap/libcoap-4.3.0/include/coap3/
H A Dcoap_dtls.h261 uint8_t allow_short_rsa_length; /**< 1 if small RSA keysizes are allowed */ member
/dports/net/libcoap/libcoap-4.3.0/man/
H A 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;
H A Dcoap_endpoint_client.txt.in259 dtls_pki.allow_short_rsa_length = 0;
H A Dcoap_endpoint_server.txt.in315 dtls_pki.allow_short_rsa_length = 0;
/dports/net/libcoap/libcoap-4.3.0/src/
H A 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()
H A 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()
H A Dcoap_openssl.c2589 context->setup_data.allow_short_rsa_length = 1; in coap_dtls_context_set_pki()