gnutls_certificate_set_dh_params (3) Linux Manual Page
NAME gnutls_certificate_set_dh_params – API function SYNOPSIS #include <gnutls/gnutls.h> void gnutls_certificate_set_dh_params(gnutls_certificate_credentials_t res, gnutls_dh_params_t dh_params); ARGUMENTS gnutls_certificate_credentials_t res is a gnutls_certificate_credentials_t structure gnutls_dh_params_t dh_params is a structure that holds Diffie-Hellman parameters. DESCRIPTION This function will set the Diffie-Hellman parameters for a certificate server to use. These parameters will be used in Ephemeral Diffie-Hellman cipher suites. Note that…
