![]() |
![]()
| ![]() |
![]()
NAMEgnutls_certificate_set_params_function - API function SYNOPSIS#include <gnutls/gnutls.h> void gnutls_certificate_set_params_function(gnutls_certificate_credentials_t res, gnutls_params_function * func); ARGUMENTS
DESCRIPTIONThis function will set a callback in order for the server to get the Diffie-Hellman or RSA parameters for certificate authentication. The callback should return GNUTLS_E_SUCCESS (0) on success. DEPRECATEDThis function is unnecessary and discouraged on GnuTLS 3.6.0 or later. Since 3.6.0, DH parameters are negotiated following RFC7919. REPORTING BUGSReport bugs to <bugs@gnutls.org>.
COPYRIGHTCopyright © 2001-2023 Free Software Foundation, Inc., and
others.
SEE ALSOThe full documentation for gnutls is maintained as a Texinfo manual. If the /usr/local/share/doc/gnutls/ directory does not contain the HTML form visit
|