summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-07-28 19:03:07 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-07-28 19:03:07 +0000
commitcb8bdcf24255c8e377fe26b803b2056d01f56ba8 (patch)
tree5bedf0e035a2bc1a421cf4f9b77b2940a2e7348a
parentc835aed2eeaf2283e1aea6beeb2fd141efb2654e (diff)
downloadgnutls-cb8bdcf24255c8e377fe26b803b2056d01f56ba8.tar.gz
*** empty log message ***
-rw-r--r--doc/tex/gnutls.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tex/gnutls.tex b/doc/tex/gnutls.tex
index 760c184fa6..d11989e132 100644
--- a/doc/tex/gnutls.tex
+++ b/doc/tex/gnutls.tex
@@ -50,13 +50,13 @@ the result of the peer's certificate verification function (ie. if we have
an authenticated connection. The following function does check the peer's X509
Certificate, and prints some information about the current state.
\par
-This function should be called after a successful \begin{verbatim}gnutls_handshake()\end{verbatim}.
+This function should be called after a successful gnutls\_handshake().
\input{ex3}
\subsection{Resuming Sessions}
\par
-The \begin{verbatim}gnutls_handshake()\end{verbatim} function, is expensive since
+The gnutls\_handshake() function, is expensive since
a lot of calculations are performed. In order to support many fast connections to
the same server a client may use session resuming. {\bf Session resuming} is a
feature of the {\bf TLS} protocol which allows a client to connect to a server,