diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-24 17:54:11 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-24 17:54:11 +0100 |
commit | 911d9fd67d3031036324187f9f8ed02f7bdca99d (patch) | |
tree | b31e59291562f738f476de7bf3ce43f5e754a337 /doc/cha-library.texi | |
parent | 4ff806fa9c69754d72ce5a64048c211c09de0da0 (diff) | |
download | gnutls-911d9fd67d3031036324187f9f8ed02f7bdca99d.tar.gz |
updates in texi and tex documentation.
Diffstat (limited to 'doc/cha-library.texi')
-rw-r--r-- | doc/cha-library.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/cha-library.texi b/doc/cha-library.texi index 2f751b3e9b..1ee6c5139f 100644 --- a/doc/cha-library.texi +++ b/doc/cha-library.texi @@ -1,6 +1,13 @@ @node Introduction to GnuTLS @chapter Introduction to GnuTLS +@menu +* GnuTLS introduction:: +* Downloading and installing:: +* Document overview:: +@end menu + +@node GnuTLS introduction @section Introduction In brief @acronym{GnuTLS} can be described as a library which offers an API @@ -42,6 +49,7 @@ libtasn1@footnote{@url{http://www.gnu.org/software/libtasn1/}} library. The ``Cryptographic back-end'' is provided by the nettle@footnote{@url{http://www.lysator.liu.se/~nisse/nettle/}} library. +@node Downloading and installing @section Downloading and installing @cindex installation @cindex download @@ -93,6 +101,7 @@ to create a smaller library with only the required features. For the complete list, refer to the output from @code{configure --help}. +@node Document overview @section Overview In this document we present an overview of the supported security protocols in @ref{Introduction to TLS}, and continue by providing more information on the certificate authentication in @ref{Certificate authentication}, |