Fix CVE-2017-6891 in minitasn1 code
[platform/upstream/gnutls.git] / doc / functions / gnutls_dh_params_init
1
2
3
4
5 @deftypefun {int} {gnutls_dh_params_init} (gnutls_dh_params_t * @var{dh_params})
6 @var{dh_params}: Is a structure that will hold the prime numbers
7
8 This function will initialize the DH parameters structure.
9
10 @strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned,
11 otherwise a negative error code is returned.
12 @end deftypefun