]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added text for gnutls_dh_set_prime_bits and gnutls_srp_set_prime_bits
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 19 May 2012 10:03:42 +0000 (12:03 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 22 May 2012 07:17:56 +0000 (09:17 +0200)
doc/cha-gtls-app.texi

index 062e1b55fe47b381a5b0b458611f7e4e9e11983a..605c3ca3563e5ea779fc227defa4d4114b3c61d8 100644 (file)
@@ -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}