diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-30 17:12:37 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-30 17:12:37 +0100 |
commit | bd860020f1aa95b1fe61d758a268560c64a66319 (patch) | |
tree | f85e95c68437fdd3b93ed20da40aaff2ccc996af /doc/cha-intro-tls.texi | |
parent | da1af2a1c3e6133948db06584e326e8d1aea721e (diff) | |
download | gnutls-bd860020f1aa95b1fe61d758a268560c64a66319.tar.gz |
replaced ':' in anchor names (texinfo doesn't like it).
Diffstat (limited to 'doc/cha-intro-tls.texi')
-rw-r--r-- | doc/cha-intro-tls.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi index de6155f9ef..f154e7c97e 100644 --- a/doc/cha-intro-tls.texi +++ b/doc/cha-intro-tls.texi @@ -48,9 +48,9 @@ alert protocol is above the record protocol. The handshake protocol is responsible for the security parameters' negotiation, the initial key exchange and authentication. @xref{The Handshake Protocol}, for more information about the handshake -protocol. The protocol layering in TLS is shown in @ref{fig:tls-layers}. +protocol. The protocol layering in TLS is shown in @ref{fig-tls-layers}. -@float Figure,fig:tls-layers +@float Figure,fig-tls-layers @image{gnutls-layers,12cm} @caption{The TLS protocol layers.} @end float @@ -384,7 +384,7 @@ established keys, meaning the server needs to store the state of established connections (unless session tickets are used -- @ref{Session tickets}). Session resumption is an integral part of @acronym{GnuTLS}, and -@ref{Session resumption}, @ref{ex:resume-client} illustrate typical +@ref{Session resumption}, @ref{ex-resume-client} illustrate typical uses of it. @node TLS Extensions |