summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-11-24 09:52:01 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-11-24 09:52:01 +0100
commit4dbc69b9d42607fde29b36397a72ede820dc70de (patch)
tree5502c44bce73839c9b22bf937554b90754638b44 /doc
parente295419ee0f089f0214f44df0e6d2d15a49af5db (diff)
downloadgnutls-4dbc69b9d42607fde29b36397a72ede820dc70de.tar.gz
removed auto-generated doc files.
Diffstat (limited to 'doc')
-rw-r--r--doc/invoke-certtool.texi2
-rw-r--r--doc/invoke-danetool.texi2
-rw-r--r--doc/invoke-gnutls-cli-debug.texi4
-rw-r--r--doc/invoke-gnutls-cli.texi48
-rw-r--r--doc/invoke-gnutls-serv.texi8
-rw-r--r--doc/invoke-ocsptool.texi2
-rw-r--r--doc/invoke-p11tool.texi2
-rw-r--r--doc/invoke-psktool.texi2
-rw-r--r--doc/invoke-srptool.texi2
-rw-r--r--doc/invoke-tpmtool.texi2
10 files changed, 54 insertions, 20 deletions
diff --git a/doc/invoke-certtool.texi b/doc/invoke-certtool.texi
index 6848d8ae90..23c629cfcd 100644
--- a/doc/invoke-certtool.texi
+++ b/doc/invoke-certtool.texi
@@ -6,7 +6,7 @@
#
# DO NOT EDIT THIS FILE (invoke-certtool.texi)
#
-# It has been AutoGen-ed November 24, 2013 at 09:39:52 AM by AutoGen 5.18.2
+# It has been AutoGen-ed November 24, 2013 at 09:50:55 AM by AutoGen 5.18.2
# From the definitions ../src/certtool-args.def
# and the template file agtexi-cmd.tpl
@end ignore
diff --git a/doc/invoke-danetool.texi b/doc/invoke-danetool.texi
index 323700dd7f..be2ff08514 100644
--- a/doc/invoke-danetool.texi
+++ b/doc/invoke-danetool.texi
@@ -6,7 +6,7 @@
#
# DO NOT EDIT THIS FILE (invoke-danetool.texi)
#
-# It has been AutoGen-ed November 24, 2013 at 09:39:55 AM by AutoGen 5.18.2
+# It has been AutoGen-ed November 24, 2013 at 09:50:58 AM by AutoGen 5.18.2
# From the definitions ../src/danetool-args.def
# and the template file agtexi-cmd.tpl
@end ignore
diff --git a/doc/invoke-gnutls-cli-debug.texi b/doc/invoke-gnutls-cli-debug.texi
index 7dd7976af8..8c2cc0a17a 100644
--- a/doc/invoke-gnutls-cli-debug.texi
+++ b/doc/invoke-gnutls-cli-debug.texi
@@ -6,7 +6,7 @@
#
# DO NOT EDIT THIS FILE (invoke-gnutls-cli-debug.texi)
#
-# It has been AutoGen-ed November 17, 2013 at 12:30:19 PM by AutoGen 5.18
+# It has been AutoGen-ed November 24, 2013 at 09:50:53 AM by AutoGen 5.18.2
# From the definitions ../src/cli-debug-args.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -74,7 +74,7 @@ Please send bug reports to: <bugs@@gnutls.org>
@subheading debug option (-d)
This is the ``enable debugging'' option.
-This option takes an argument number.
+This option takes a number argument.
Specifies the debug level.
@anchor{gnutls-cli-debug exit status}
@subheading gnutls-cli-debug exit status
diff --git a/doc/invoke-gnutls-cli.texi b/doc/invoke-gnutls-cli.texi
index f9cffe01ba..e6606bb788 100644
--- a/doc/invoke-gnutls-cli.texi
+++ b/doc/invoke-gnutls-cli.texi
@@ -6,7 +6,7 @@
#
# DO NOT EDIT THIS FILE (invoke-gnutls-cli.texi)
#
-# It has been AutoGen-ed November 17, 2013 at 12:30:18 PM by AutoGen 5.18
+# It has been AutoGen-ed November 24, 2013 at 09:50:52 AM by AutoGen 5.18.2
# From the definitions ../src/cli-args.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -125,17 +125,33 @@ Please send bug reports to: <bugs@@gnutls.org>
@subheading debug option (-d)
This is the ``enable debugging'' option.
-This option takes an argument number.
+This option takes a number argument.
Specifies the debug level.
@anchor{gnutls-cli tofu}
@subheading tofu option
This is the ``enable trust on first use authentication'' option.
+
+@noindent
+This option has some usage constraints. It:
+@itemize @bullet
+@item
+can be disabled with --no-tofu.
+@end itemize
+
This option will, in addition to certificate authentication, perform authentication based on previously seen public keys, a model similar to SSH authentication.
@anchor{gnutls-cli dane}
@subheading dane option
This is the ``enable dane certificate verification (dnssec)'' option.
+
+@noindent
+This option has some usage constraints. It:
+@itemize @bullet
+@item
+can be disabled with --no-dane.
+@end itemize
+
This option will, in addition to certificate authentication using
the trusted CAs, verify the server certificates using on the DANE information
available via DNSSEC.
@@ -143,6 +159,14 @@ available via DNSSEC.
@subheading local-dns option
This is the ``use the local dns server for dnssec resolving'' option.
+
+@noindent
+This option has some usage constraints. It:
+@itemize @bullet
+@item
+can be disabled with --no-local-dns.
+@end itemize
+
This option will use the local DNS server for DNSSEC.
This is disabled by default due to many servers not allowing DNSSEC.
@anchor{gnutls-cli ca-verification}
@@ -154,7 +178,9 @@ This is the ``disable ca certificate verification'' option.
This option has some usage constraints. It:
@itemize @bullet
@item
-is enabled by default.
+can be disabled with --no-ca-verification.
+@item
+It is enabled by default.
@end itemize
This option will disable CA certificate verification. It is to be used with the --dane or --tofu options.
@@ -162,6 +188,14 @@ This option will disable CA certificate verification. It is to be used with the
@subheading ocsp option
This is the ``enable ocsp certificate verification'' option.
+
+@noindent
+This option has some usage constraints. It:
+@itemize @bullet
+@item
+can be disabled with --no-ocsp.
+@end itemize
+
This option will enable verification of the peer's certificate using ocsp
@anchor{gnutls-cli resume}
@subheading resume option (-r)
@@ -182,13 +216,13 @@ The TLS session will be initiated when EOF or a SIGALRM is received.
@subheading dh-bits option
This is the ``the minimum number of bits allowed for dh'' option.
-This option takes an argument number.
+This option takes a number argument.
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
This is the ``priorities string'' option.
-This option takes an argument string.
+This option takes a string argument.
TLS algorithms and protocols to enable. You can
use predefined sets of ciphersuites such as PERFORMANCE,
NORMAL, SECURE128, SECURE256.
@@ -209,7 +243,7 @@ Print a list of the supported algorithms and modes. If a priority string is give
@subheading alpn option
This is the ``application layer protocol'' option.
-This option takes an argument string.
+This option takes a string argument.
@noindent
This option has some usage constraints. It:
@@ -234,7 +268,7 @@ Enable inline commands of the form ^<cmd>^. The inline commands are expected to
This is the ``change the default (^) used as a delimiter for inline commands.
the value is a single us-ascii character (octets 0 - 127).'' option.
-This option takes an argument string.
+This option takes a string argument.
Change the default (^) delimiter used for inline commands. The delimiter is expected to be a single US-ASCII character (octets 0 - 127). This option is only relevant if inline commands are enabled via the inline-commands option
@anchor{gnutls-cli exit status}
@subheading gnutls-cli exit status
diff --git a/doc/invoke-gnutls-serv.texi b/doc/invoke-gnutls-serv.texi
index 2b27747152..17e41322a3 100644
--- a/doc/invoke-gnutls-serv.texi
+++ b/doc/invoke-gnutls-serv.texi
@@ -6,7 +6,7 @@
#
# DO NOT EDIT THIS FILE (invoke-gnutls-serv.texi)
#
-# It has been AutoGen-ed November 17, 2013 at 12:30:21 PM by AutoGen 5.18
+# It has been AutoGen-ed November 24, 2013 at 09:50:54 AM by AutoGen 5.18.2
# From the definitions ../src/serv-args.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -103,7 +103,7 @@ Please send bug reports to: <bugs@@gnutls.org>
@subheading debug option (-d)
This is the ``enable debugging'' option.
-This option takes an argument number.
+This option takes a number argument.
Specifies the debug level.
@anchor{gnutls-serv heartbeat}
@subheading heartbeat option (-b)
@@ -114,7 +114,7 @@ Regularly ping client via heartbeat extension messages
@subheading priority option
This is the ``priorities string'' option.
-This option takes an argument string.
+This option takes a string argument.
TLS algorithms and protocols to enable. You can
use predefined sets of ciphersuites such as PERFORMANCE,
NORMAL, SECURE128, SECURE256.
@@ -125,7 +125,7 @@ information on allowed keywords
@subheading ocsp-response option
This is the ``the ocsp response to send to client'' option.
-This option takes an argument file.
+This option takes a file argument.
If the client requested an OCSP response, return data from this file to the client.
@anchor{gnutls-serv list}
@subheading list option (-l)
diff --git a/doc/invoke-ocsptool.texi b/doc/invoke-ocsptool.texi
index ad6b8af381..01690aa9bd 100644
--- a/doc/invoke-ocsptool.texi
+++ b/doc/invoke-ocsptool.texi
@@ -6,7 +6,7 @@
#
# DO NOT EDIT THIS FILE (invoke-ocsptool.texi)
#
-# It has been AutoGen-ed November 24, 2013 at 09:39:54 AM by AutoGen 5.18.2
+# It has been AutoGen-ed November 24, 2013 at 09:50:56 AM by AutoGen 5.18.2
# From the definitions ../src/ocsptool-args.def
# and the template file agtexi-cmd.tpl
@end ignore
diff --git a/doc/invoke-p11tool.texi b/doc/invoke-p11tool.texi
index 830f7167f5..b0eacad7f2 100644
--- a/doc/invoke-p11tool.texi
+++ b/doc/invoke-p11tool.texi
@@ -6,7 +6,7 @@
#
# DO NOT EDIT THIS FILE (invoke-p11tool.texi)
#
-# It has been AutoGen-ed November 24, 2013 at 09:40:01 AM by AutoGen 5.18.2
+# It has been AutoGen-ed November 24, 2013 at 09:51:01 AM by AutoGen 5.18.2
# From the definitions ../src/p11tool-args.def
# and the template file agtexi-cmd.tpl
@end ignore
diff --git a/doc/invoke-psktool.texi b/doc/invoke-psktool.texi
index c7840b2c97..7842917930 100644
--- a/doc/invoke-psktool.texi
+++ b/doc/invoke-psktool.texi
@@ -6,7 +6,7 @@
#
# DO NOT EDIT THIS FILE (invoke-psktool.texi)
#
-# It has been AutoGen-ed November 24, 2013 at 09:39:59 AM by AutoGen 5.18.2
+# It has been AutoGen-ed November 24, 2013 at 09:51:00 AM by AutoGen 5.18.2
# From the definitions ../src/psk-args.def
# and the template file agtexi-cmd.tpl
@end ignore
diff --git a/doc/invoke-srptool.texi b/doc/invoke-srptool.texi
index a1ece23b51..b5eb3828ae 100644
--- a/doc/invoke-srptool.texi
+++ b/doc/invoke-srptool.texi
@@ -6,7 +6,7 @@
#
# DO NOT EDIT THIS FILE (invoke-srptool.texi)
#
-# It has been AutoGen-ed November 24, 2013 at 09:39:57 AM by AutoGen 5.18.2
+# It has been AutoGen-ed November 24, 2013 at 09:50:59 AM by AutoGen 5.18.2
# From the definitions ../src/srptool-args.def
# and the template file agtexi-cmd.tpl
@end ignore
diff --git a/doc/invoke-tpmtool.texi b/doc/invoke-tpmtool.texi
index c60c0e4775..4417edae47 100644
--- a/doc/invoke-tpmtool.texi
+++ b/doc/invoke-tpmtool.texi
@@ -6,7 +6,7 @@
#
# DO NOT EDIT THIS FILE (invoke-tpmtool.texi)
#
-# It has been AutoGen-ed November 24, 2013 at 09:40:02 AM by AutoGen 5.18.2
+# It has been AutoGen-ed November 24, 2013 at 09:51:02 AM by AutoGen 5.18.2
# From the definitions ../src/tpmtool-args.def
# and the template file agtexi-cmd.tpl
@end ignore