~ubuntu-branches/ubuntu/quantal/gnutls26/quantal

« back to all changes in this revision

Viewing changes to doc/reference/gnutls-docs.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4
4
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
5
5
  <bookinfo>
6
 
    <title>GNU TLS API Reference Manual</title>
 
6
    <title>GnuTLS API Reference Manual</title>
7
7
  </bookinfo>
8
8
 
9
 
  <chapter>
10
 
    <title>GNU TLS API Reference Manual</title>
 
9
  <chapter id="intro">
 
10
    <title>GnuTLS API Reference Manual</title>
11
11
 
12
12
    <para>
13
 
      This is the GNU TLS library, a implementation of the TLS
14
 
      (Transport Layer Security) and SSL (Secure Sockets Layer) for
15
 
      the GNU project.
 
13
      GnuTLS is a implementation of the TLS (Transport Layer Security)
 
14
      and SSL (Secure Sockets Layer) protocols for the GNU project.
16
15
    </para>
17
16
 
18
17
    <para>
28
27
    <xi:include href="xml/openpgp.xml"/>
29
28
    <xi:include href="xml/crypto.xml"/>
30
29
    <xi:include href="xml/openssl.xml"/>
31
 
    <xi:include href="xml/libtasn1.xml"/>
32
30
  </chapter>
33
31
 
34
 
  <index>
35
 
    <title>Index</title>
 
32
  <index id="api-index-full">
 
33
    <title>Index of all symbols</title>
36
34
  </index>
37
 
  <index role="deprecated">
 
35
  <index role="deprecated" id="api-index-deprecated">
38
36
    <title>Index of deprecated symbols</title>
39
37
  </index>
40
 
  <index role="2.4.0">
 
38
  <index role="2.4.0" id="api-index-2-4-0">
41
39
    <title>Index of new symbols in 2.4.0</title>
42
40
  </index>
43
 
  <index role="2.6.0">
 
41
  <index role="2.6.0" id="api-index-2-6-0">
44
42
    <title>Index of new symbols in 2.6.0</title>
45
43
  </index>
46
 
  <index role="2.8.0">
 
44
  <index role="2.8.0" id="api-index-2-8-0">
47
45
    <title>Index of new symbols in 2.8.0</title>
48
46
  </index>
 
47
  <index role="2.10.0" id="api-index-2-10-0">
 
48
    <title>Index of new symbols in 2.10.0</title>
 
49
  </index>
49
50
</book>