diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-02-06 14:02:27 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-02-06 14:02:27 +0000 |
commit | 3745d5b992a5f01f970b5abde35bc5e3ac80cc50 (patch) | |
tree | 524a077e92518c6652d95810b0e687eaf7505ba3 /doc/gnutls.texi | |
parent | 44a1682ca335e35f929e795ca2d07d7d0b981641 (diff) | |
download | gnutls-3745d5b992a5f01f970b5abde35bc5e3ac80cc50.tar.gz |
Markup fixes.
Diffstat (limited to 'doc/gnutls.texi')
-rw-r--r-- | doc/gnutls.texi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi index 654813cf07..b9a7e5c1ee 100644 --- a/doc/gnutls.texi +++ b/doc/gnutls.texi @@ -2362,6 +2362,15 @@ signing_key @chapter Function reference @cindex Function reference +@menu +* Core functions:: +* X.509 certificate functions:: +* GnuTLS-extra functions:: +* OpenPGP functions:: +* Error codes and descriptions:: +@end menu + +@node Core functions @section Core functions The prototypes for the following functions lie in @@ -2369,6 +2378,7 @@ The prototypes for the following functions lie in @include gnutls-api.texi +@node X.509 certificate functions @section @acronym{X.509} certificate functions @anchor{sec:x509api} @cindex @acronym{X.509} Functions @@ -2378,6 +2388,7 @@ Their prototypes lie in @file{gnutls/x509.h}. @include x509-api.texi +@node GnuTLS-extra functions @section @acronym{GnuTLS-extra} functions @cindex @acronym{GnuTLS-extra} functions @@ -2387,6 +2398,7 @@ called @code{gnutls-extra}. The prototypes for this library lie in @include gnutls-extra-api.texi +@node OpenPGP functions @section @acronym{OpenPGP} functions @cindex @acronym{OpenPGP} functions @anchor{sec:openpgpapi} @@ -2396,6 +2408,7 @@ handling. Their prototypes lie in @file{gnutls/openpgp.h}. @include pgp-api.texi +@node Error codes and descriptions @section Error codes and descriptions @anchor{Error Codes} @cindex Error codes @@ -2422,6 +2435,12 @@ functions: @end itemize +@menu +* An X.509 certificate:: +* An OpenPGP key:: +@end menu + +@node An X.509 certificate @section An @acronym{X.509} certificate @smallexample @@ -2624,6 +2643,7 @@ functions: </gnutls:x509:certificate> @end smallexample +@node An OpenPGP key @section An @acronym{OpenPGP} key @smallexample |