summaryrefslogtreecommitdiff
path: root/doc/invoke-gnutls-cli.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-05-25 22:25:33 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-05-25 22:25:33 +0200
commitc724a415c7b33177c259ca85930690826318e80e (patch)
tree18f790cdf2bb17e29673fde68dbf09d004aec8a9 /doc/invoke-gnutls-cli.texi
parent76ef5cde8b97eb5936b232e1c67123ead6e07b29 (diff)
downloadgnutls-c724a415c7b33177c259ca85930690826318e80e.tar.gz
updated
Diffstat (limited to 'doc/invoke-gnutls-cli.texi')
-rw-r--r--doc/invoke-gnutls-cli.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/invoke-gnutls-cli.texi b/doc/invoke-gnutls-cli.texi
index e2b7511ec8..c077aece4c 100644
--- a/doc/invoke-gnutls-cli.texi
+++ b/doc/invoke-gnutls-cli.texi
@@ -7,7 +7,7 @@
#
# DO NOT EDIT THIS FILE (invoke-gnutls-cli.texi)
#
-# It has been AutoGen-ed May 9, 2012 at 08:06:11 PM by AutoGen 5.16
+# It has been AutoGen-ed May 25, 2012 at 10:22:22 PM by AutoGen 5.16
# From the definitions ../src/cli-args.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -63,6 +63,7 @@ USAGE: gnutls-cli [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [hostname]
--recordsize=num The maximum record size to advertize
- It must be in the range:
0 to 4096
+ --dh-bits=num The minimum number of bits allowed for DH
--priority=str Priorities string
--x509cafile=str Certificate file or PKCS #11 URL to use
--x509crlfile=file CRL file to use
@@ -141,6 +142,13 @@ Connect, establish a session and rehandshake immediately.
This is the ``connect, establish a plain session and start tls.'' option.
The TLS session will be initiated when EOF or a SIGALRM is received.
+@anchor{gnutls-cli dh-bits}
+@subheading dh-bits option
+@cindex gnutls-cli-dh-bits
+
+This is the ``the minimum number of bits allowed for dh'' option.
+This option takes an argument number.
+This option sets the minimum number of bits allowed for a Diffie-Hellman key exchange. You may want to lower the default value if the peer sends a weak prime and you get an connection error with unacceptable prime.
@anchor{gnutls-cli priority}
@subheading priority option
@cindex gnutls-cli-priority