Blame doc/functions/gnutls_certificate_set_params_function

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {void} {gnutls_certificate_set_params_function} (gnutls_certificate_credentials_t            @var{res}, gnutls_params_function * @var{func})
Packit aea12f
@var{res}: is a gnutls_certificate_credentials_t type
Packit aea12f
Packit aea12f
@var{func}: is the function to be called
Packit aea12f
Packit aea12f
This function will set a callback in order for the server to get
Packit aea12f
the Diffie-Hellman or RSA parameters for certificate
Packit aea12f
authentication.  The callback should return @code{GNUTLS_E_SUCCESS}  (0) on success.
Packit aea12f
Packit aea12f
@strong{Deprecated:} This function is unnecessary and discouraged on GnuTLS 3.6.0
Packit aea12f
or later. Since 3.6.0, DH parameters are negotiated
Packit aea12f
following RFC7919.
Packit aea12f
@end deftypefun