From: Nikos Mavrogiannopoulos Date: Tue, 27 Nov 2012 17:15:56 +0000 (+0100) Subject: mention gnutls_sec_param_get_name X-Git-Tag: gnutls_3_1_6~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0dcb9c01b03e6691bf47e79bc8d9ba3b80d9a5a;p=thirdparty%2Fgnutls.git mention gnutls_sec_param_get_name --- diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index fc8b61bc40..c1fc6334f0 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -1174,6 +1174,8 @@ 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. +@showfuncA{gnutls_sec_param_get_name} + 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}