summaryrefslogtreecommitdiffstats
path: root/doc/reference/gnutls-docs.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/gnutls-docs.sgml')
-rw-r--r--doc/reference/gnutls-docs.sgml78
1 files changed, 78 insertions, 0 deletions
diff --git a/doc/reference/gnutls-docs.sgml b/doc/reference/gnutls-docs.sgml
new file mode 100644
index 0000000..775f352
--- /dev/null
+++ b/doc/reference/gnutls-docs.sgml
@@ -0,0 +1,78 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "https://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+ <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
+ <!ENTITY version SYSTEM "version.xml">
+]>
+<book id="index">
+ <bookinfo>
+ <title>GnuTLS API Reference Manual</title>
+ <releaseinfo>
+ for GnuTLS &version;.
+ The latest version of this documentation can be found on-line at
+ <ulink role="online-location" url="https://www.gnutls.org/reference/">https://www.gnutls.org/reference/</ulink>.
+ </releaseinfo>
+ </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="https://www.gnutls.org/">
+ https://www.gnutls.org/</ulink>.
+ </para>
+
+ <xi:include href="xml/gnutls.xml"/>
+ <xi:include href="xml/abstract.xml"/>
+ <xi:include href="xml/x509.xml"/>
+ <xi:include href="xml/openpgp.xml"/>
+ <xi:include href="xml/crypto.xml"/>
+ <xi:include href="xml/pkcs11.xml"/>
+ <xi:include href="xml/pkcs12.xml"/>
+ <xi:include href="xml/ocsp.xml"/>
+ <xi:include href="xml/dtls.xml"/>
+ <xi:include href="xml/tpm.xml"/>
+<!-- <xi:include href="xml/dane.xml"/>-->
+
+ </chapter>
+ <index id="api-index-full">
+ <title>API Index</title>
+ <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+ </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.x</title>
+ </index>
+ <index role="2.6.0" id="api-index-2-6-0">
+ <title>Index of new symbols in 2.6.x</title>
+ </index>
+ <index role="2.8.0" id="api-index-2-8-0">
+ <title>Index of new symbols in 2.8.x</title>
+ </index>
+ <index role="2.10.0" id="api-index-2-10-0">
+ <title>Index of new symbols in 2.10.x</title>
+ </index>
+ <index role="2.12.0" id="api-index-2-12-0">
+ <title>Index of new symbols in 2.12.x</title>
+ </index>
+ <index role="3.0" id="api-index-3-0">
+ <title>Index of new symbols in 3.0.x</title>
+ </index>
+ <index role="3.1" id="api-index-3-1">
+ <title>Index of new symbols in 3.1.x</title>
+ </index>
+ <index role="3.2" id="api-index-3-2">
+ <title>Index of new symbols in 3.2.x</title>
+ </index>
+-->
+</book>