summaryrefslogtreecommitdiff
path: root/doc/gnutls.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2005-11-01 21:50:22 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2005-11-01 21:50:22 +0000
commitb609d5c4f2c7381186e9522ccb6057288b0c71c2 (patch)
treeff5fedc0ef1ee8407212e2af4eb5640086ed550a /doc/gnutls.texi
parenta0c918dfb106496f93166af8282c3e87bfab9395 (diff)
downloadgnutls-b609d5c4f2c7381186e9522ccb6057288b0c71c2.tar.gz
better output for non-tex formats.
Diffstat (limited to 'doc/gnutls.texi')
-rw-r--r--doc/gnutls.texi13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index 40dd7be15b..a1e65347c4 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -1187,6 +1187,7 @@ int main()
@menu
* The X.509 trust model::
* The OpenPGP trust model::
+* Digital signatures::
@end menu
@node The X.509 trust model
@@ -1210,7 +1211,6 @@ handling @acronym{X.509} certificates is described at section
@menu
* X.509 certificates::
* Verifying X.509 certificate paths::
-* Digital signatures::
* PKCS #10 certificate requests::
* PKCS #12 structures::
@end menu
@@ -1381,11 +1381,6 @@ about the peer's identity. It is required to verify if the
certificate's owner is the one you expect. For more information consult @mybibcite{RFC2818}
and section @ref{ex:verify} for an example.
-@node Digital signatures
-@subsection Digital signatures
-@cindex Digital signatures
-@include signatures.texi
-
@node PKCS #10 certificate requests
@subsection @acronym{PKCS} #10 certificate requests
@cindex Certificate requests
@@ -1498,6 +1493,12 @@ These algorithms have been broken and should not be trusted.
@end table
+@node Digital signatures
+@section Digital signatures
+@cindex Digital signatures
+@include signatures.texi
+
+
@node How to use TLS in application protocols
@chapter How to use @acronym{TLS} in application protocols