summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-05 13:53:57 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-05 13:53:57 +0000
commitf83939aa7ba98433b123ae030b7f778d86e1c8f1 (patch)
treeba156d1cf11b360867e6a2c315153bad3bc83b88
parent73f7e8a21eb44908eb06f32b212bded1db549fed (diff)
downloadgnutls-f83939aa7ba98433b123ae030b7f778d86e1c8f1.tar.gz
*** empty log message ***
-rw-r--r--doc/tex/Makefile.am2
-rw-r--r--doc/tex/examples.tex2
-rw-r--r--doc/tex/funcs.tex2
-rw-r--r--doc/tex/openssl.tex10
4 files changed, 15 insertions, 1 deletions
diff --git a/doc/tex/Makefile.am b/doc/tex/Makefile.am
index 3861b999cd..985c9a62dc 100644
--- a/doc/tex/Makefile.am
+++ b/doc/tex/Makefile.am
@@ -6,7 +6,7 @@ TEX_OBJECTS = gnutls.tex ../../lib/gnutls-api.tex serv1.tex ex1.tex ex2.tex ex3.
macros.tex cover.tex ciphersuites.tex handshake.tex translayer.tex \
auth.tex ciphers.tex errors.tex layers.tex alert.tex record.tex \
funcs.tex examples.tex ex4.tex ../../libextra/gnutls-extra-api.tex \
- memory.tex intro.tex openpgp.tex x509.tex howto.tex
+ memory.tex intro.tex openpgp.tex x509.tex howto.tex openssl.tex
gnutls.html: $(TEX_OBJECTS)
-latex2html gnutls.tex -no_navigation -split 0 \
diff --git a/doc/tex/examples.tex b/doc/tex/examples.tex
index 03f03ce69c..0033d96e4a 100644
--- a/doc/tex/examples.tex
+++ b/doc/tex/examples.tex
@@ -49,3 +49,5 @@ This section contains examples of \tls{} and \ssl{} servers, using \gnutls{}.
The following example is a server which supports both {\bf SRP} and {\bf X.509} authentication.
This server also supports {\it session resuming}.
\input{serv1}
+
+\input{openssl}
diff --git a/doc/tex/funcs.tex b/doc/tex/funcs.tex
index 5648a1f206..57688c5e5f 100644
--- a/doc/tex/funcs.tex
+++ b/doc/tex/funcs.tex
@@ -1,6 +1,8 @@
\chapter{Function\index{Function reference} reference}
\section{\gnutls{} library}
+The prototypes for the following functions lie
+in ``gnutls/gnutls.h''.
\input{gnutls-api}
\newpage
diff --git a/doc/tex/openssl.tex b/doc/tex/openssl.tex
new file mode 100644
index 0000000000..23bb72bc94
--- /dev/null
+++ b/doc/tex/openssl.tex
@@ -0,0 +1,10 @@
+\section{Compatibility with the OpenSSL\index{OpenSSL} library}
+
+To ease \gnutls{}' integration with existing applications, a compatibility
+layer with the widely used OpenSSL library is included in the \emph{gnutls-extra}
+library. This compatibility layer is not complete and it is not
+intended to completely reimplement the OpenSSL API with \gnutls{}.
+
+Prototypes for the compatibility functions are found in the
+``gnutls/openssl.h'' header file.
+