summaryrefslogtreecommitdiff
path: root/doc/cha-intro-tls.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-11-24 17:54:11 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-11-24 17:54:11 +0100
commit911d9fd67d3031036324187f9f8ed02f7bdca99d (patch)
treeb31e59291562f738f476de7bf3ce43f5e754a337 /doc/cha-intro-tls.texi
parent4ff806fa9c69754d72ce5a64048c211c09de0da0 (diff)
downloadgnutls-911d9fd67d3031036324187f9f8ed02f7bdca99d.tar.gz
updates in texi and tex documentation.
Diffstat (limited to 'doc/cha-intro-tls.texi')
-rw-r--r--doc/cha-intro-tls.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index 64b4888f80..9bc63a0eea 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -558,6 +558,14 @@ in @acronym{GnuTLS} are:
and they will be discussed in the subsections that follow.
+@menu
+* Maximum fragment length negotiation::
+* Server name indication::
+* Session tickets::
+* Safe renegotiation::
+@end menu
+
+@node Maximum fragment length negotiation
@subsection Maximum fragment length negotiation
@cindex TLS extensions
@cindex maximum fragment length
@@ -569,6 +577,7 @@ below can be used to control this extension.
@showfuncB{gnutls_record_get_max_size,gnutls_record_set_max_size}
+@node Server name indication
@subsection Server name indication
@anchor{serverind}
@cindex TLS extensions
@@ -588,6 +597,7 @@ client.
@showfuncB{gnutls_server_name_set,gnutls_server_name_get}
+@node Session tickets
@subsection Session tickets
@cindex TLS extensions
@cindex session tickets
@@ -607,6 +617,7 @@ Clients resume sessions using the normal session resumption procedure (see @ref{
@showfuncC{gnutls_session_ticket_key_generate,gnutls_session_ticket_enable_server,gnutls_session_ticket_enable_client}
+@node Safe renegotiation
@subsection Safe renegotiation
@cindex renegotiation
@cindex safe renegotiation