$func =~ s/_/\\_/g;
- print "\n\n\\subsection{". $func . "}\n";
+ print "\n\n\\subsection{". $func . "}\n\\label{" . $args{'function'} . "}\n";
$type = $args{'functiontype'};
$type =~ s/_/\\_/g;
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 gnutls\_handshake().
-% \hyperref{gnutls\_handshake()}{gnutls\_handshake() (see Section }{ for more information)}{gnutls\_handshake}
+This function should be called after a successful
+\hyperref{gnutls\_handshake()}{gnutls\_handshake() (see Section }{ for more information)}{gnutls_handshake}
\input{ex3}
\subsection{Resuming Sessions}
\par
-The gnutls\_handshake() function, is expensive since
+The
+\hyperref{gnutls\_handshake()}{gnutls\_handshake() (see Section }{ for more information)}{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,