]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed auto-generated doc files.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 24 Nov 2013 08:52:01 +0000 (09:52 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 24 Nov 2013 08:52:01 +0000 (09:52 +0100)
.gitignore
doc/invoke-certtool.texi
doc/invoke-danetool.texi
doc/invoke-gnutls-cli-debug.texi
doc/invoke-gnutls-cli.texi
doc/invoke-gnutls-serv.texi
doc/invoke-ocsptool.texi
doc/invoke-p11tool.texi
doc/invoke-psktool.texi
doc/invoke-srptool.texi
doc/invoke-tpmtool.texi

index edee2b6c73ae647e43236aa24524544279f7d99a..b2d6e8340cfb70109a423429dc4f18d55a9d0962 100644 (file)
@@ -694,3 +694,13 @@ doc/invoke-p11tool.texi
 doc/invoke-psktool.texi
 doc/invoke-srptool.texi
 doc/invoke-tpmtool.texi
+doc/invoke-certtool.texi
+doc/invoke-danetool.texi
+doc/invoke-gnutls-cli-debug.texi
+doc/invoke-gnutls-cli.texi
+doc/invoke-gnutls-serv.texi
+doc/invoke-ocsptool.texi
+doc/invoke-p11tool.texi
+doc/invoke-psktool.texi
+doc/invoke-srptool.texi
+doc/invoke-tpmtool.texi
index 6848d8ae90861ba9354abaccf9457d9e6278cc00..23c629cfcd132c1792a38da7ab64d3d1c89bd3e6 100644 (file)
@@ -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
index 323700dd7f6dba57bdac134183117e120703f8b4..be2ff0851416f0ae4f2871699f55aa589ba5085a 100644 (file)
@@ -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
index 7dd7976af85cd223548eac96ef0ef892592a4c04..8c2cc0a17a3f93f73f9e04b1fa4dc7f73de2c060 100644 (file)
@@ -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
index f9cffe01baea0e566c240c2b7cd535b203ee7a21..e6606bb7883d8ea444675140cc42cd050f4a4e03 100644 (file)
@@ -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
index 2b27747152c656ed69384a7dcb556dce64071de5..17e41322a3311765e1a0300d8378d71351b7bae3 100644 (file)
@@ -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)
index ad6b8af3811e224068943decf798768ac750079b..01690aa9bda6fd3db1e8badda800d1d1ebc4e44c 100644 (file)
@@ -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
index 830f7167f5f31ca45a55f5a4595bf1f1f25abe16..b0eacad7f2a30c44c609ef42290c80b915d272bb 100644 (file)
@@ -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
index c7840b2c97451bc6afbea818a3fbc7b98d4e3fdd..7842917930d02ee0b626b41181ded7fac26bc328 100644 (file)
@@ -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
index a1ece23b519b64ea10449b553356b1ea7b21f56a..b5eb3828ae59817a6ce8e8bc6ee0e8ea67e364a5 100644 (file)
@@ -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
index c60c0e47750f2fa49a41d55821a7a70c1c07d82c..4417edae47552216c6e6f5350edcaf28e646a123 100644 (file)
@@ -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