summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-05-19 12:03:42 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-05-19 12:03:42 +0200
commit01524ab20afe877304a23bd812ab66fb8acf06b7 (patch)
treefc039efe8fdf051b5fbe53e7dfc362817f1acfe2 /doc
parent38d0a60f342adb61002987fd758c31b0191efd86 (diff)
downloadgnutls-01524ab20afe877304a23bd812ab66fb8acf06b7.tar.gz
Added text for gnutls_dh_set_prime_bits and gnutls_srp_set_prime_bits
Diffstat (limited to 'doc')
-rw-r--r--doc/cha-gtls-app.texi4
1 files changed, 3 insertions, 1 deletions
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}