From: Nikos Mavrogiannopoulos Date: Sat, 19 May 2012 10:03:42 +0000 (+0200) Subject: Added text for gnutls_dh_set_prime_bits and gnutls_srp_set_prime_bits X-Git-Tag: gnutls_3_0_21~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5f15cc214793b8bdea578db02acd25361fa9ee;p=thirdparty%2Fgnutls.git Added text for gnutls_dh_set_prime_bits and gnutls_srp_set_prime_bits --- diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 062e1b55fe..605c3ca356 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -1351,4 +1351,6 @@ Those functions will convert a human understandable security parameter of @code{gnutls_sec_param_t} type, to a number of bits suitable for a public key algorithm. - +The following functions will set the minimum acceptable group size for Diffie-Hellman +and SRP authentication. +@showfuncB{gnutls_dh_set_prime_bits,gnutls_srp_set_prime_bits}