blob: 03d3aa3c6cfc1b9f1205e1feec763c034d4745ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>GnuTLS API Reference Manual</title>
</bookinfo>
<chapter id="intro">
<title>GnuTLS API Reference Manual</title>
<para>
GnuTLS implements the Transport Layer Security (TLS) and Secure
Sockets Layer (SSL) protocols for the GNU project.
</para>
<para>
More up to date information can be found at
<ulink url="http://www.gnu.org/software/gnutls/">
http://www.gnu.org/software/gnutls/</ulink>.
</para>
<xi:include href="xml/gnutls.xml"/>
<xi:include href="xml/extra.xml"/>
<xi:include href="xml/x509.xml"/>
<xi:include href="xml/pkcs11.xml"/>
<xi:include href="xml/pkcs12.xml"/>
<xi:include href="xml/openpgp.xml"/>
<xi:include href="xml/crypto.xml"/>
<xi:include href="xml/openssl.xml"/>
</chapter>
<index id="api-index-full">
<title>Index of all symbols</title>
</index>
<index role="deprecated" id="api-index-deprecated">
<title>Index of deprecated symbols</title>
</index>
<index role="2.4.0" id="api-index-2-4-0">
<title>Index of new symbols in 2.4.0</title>
</index>
<index role="2.6.0" id="api-index-2-6-0">
<title>Index of new symbols in 2.6.0</title>
</index>
<index role="2.8.0" id="api-index-2-8-0">
<title>Index of new symbols in 2.8.0</title>
</index>
<index role="2.10.0" id="api-index-2-10-0">
<title>Index of new symbols in 2.10.0</title>
</index>
<index role="2.12.0" id="api-index-2-12-0">
<title>Index of new symbols in 2.12.0</title>
</index>
</book>
|