diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-11-18 09:18:29 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-11-18 09:18:29 +0000 |
commit | 568387cb1dc0f79a7e0bb6106e0ad60cd8071453 (patch) | |
tree | 169c86222200fee1ed1b49ad3ce5844a170978b4 | |
parent | 349386fb6e88c44b39938369adec60e18a63a8c5 (diff) | |
download | gnutls-568387cb1dc0f79a7e0bb6106e0ad60cd8071453.tar.gz |
*** empty log message ***
-rw-r--r-- | doc/tex/auth.tex | 2 | ||||
-rw-r--r-- | doc/tex/compression.tex | 6 | ||||
-rw-r--r-- | doc/tex/gnutls.bib | 2 | ||||
-rw-r--r-- | doc/tex/openpgp.tex | 2 | ||||
-rw-r--r-- | doc/tex/tlsintro.tex | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/doc/tex/auth.tex b/doc/tex/auth.tex index ee20990383..906a0acd51 100644 --- a/doc/tex/auth.tex +++ b/doc/tex/auth.tex @@ -87,7 +87,7 @@ the user's password. This kind of protection is similar to the one used traditio in the \emph{UNIX} ``passwd'' file, where the contents of this file did not cause harm to the system security if they were revealed. \par -The implementation in \gnutls{} is based on \cite{TLSSRP} paper. +The implementation in \gnutls{} is based on paper \cite{TLSSRP}. Available key exchange methods are shown in \hyperref{figure}{figure }{}{fig:srp}. \begin{figure}[hbtp] diff --git a/doc/tex/compression.tex b/doc/tex/compression.tex index 0b105f83d9..330c7434f9 100644 --- a/doc/tex/compression.tex +++ b/doc/tex/compression.tex @@ -2,8 +2,8 @@ \index{Compression algorithms} The TLS' record layer also supports compression. The algorithms implemented in \gnutls{} can found in figure \ref{fig:compression}. -All the algorithms should be considered as \gnutls' extensions\footnote{ -You should use \printfunc{gnutls_handshake_set_private_extensions}{gnutls\_handshake\_set\_private\_extensions} +All the algorithms except for the ones referenced in \cite{TLSCOMP}, should be +considered as \gnutls' extensions\footnote{You should use \printfunc{gnutls_handshake_set_private_extensions}{gnutls\_handshake\_set\_private\_extensions} to enable private extensions.}, and should be advertised only when the peer is known to have a compliant client, to avoid interoperability problems. @@ -17,7 +17,7 @@ compression increases latency. \par The record layer compression in \gnutls{} is implemented based on -the \cite{TLSCOMP} paper. +the paper \cite{TLSCOMP}. \begin{figure}[hbtp] \begin{tabular}{|l|p{9cm}|} diff --git a/doc/tex/gnutls.bib b/doc/tex/gnutls.bib index 925edc541c..b69763b89b 100644 --- a/doc/tex/gnutls.bib +++ b/doc/tex/gnutls.bib @@ -8,7 +8,7 @@ } @Misc{SSL3, - author = "Freier, A., and Karlton, Ph., Kocher, P.", + author = "Freier, A., and Karlton, Ph., and Kocher, P.", title = "The SSL Protocol Version 3.0", month = "November", year = {1996}, diff --git a/doc/tex/openpgp.tex b/doc/tex/openpgp.tex index 18e907a335..617f7fcdb0 100644 --- a/doc/tex/openpgp.tex +++ b/doc/tex/openpgp.tex @@ -4,7 +4,7 @@ This authentication method is part of the certificate authentication method in \gnutls{}. All the key exchange methods shown in \hyperref{figure}{figure }{}{fig:cert} are available in OpenPGP authentication. The \gnutls{}'s implementation is based on the -paper \cite{TLSPGP}. +\cite{TLSPGP} proposal. See \ref{pgp:trust} on page \pageref{pgp:trust} for more information about the OpenPGP trust model. diff --git a/doc/tex/tlsintro.tex b/doc/tex/tlsintro.tex index c2149d6649..2e3fb89e4a 100644 --- a/doc/tex/tlsintro.tex +++ b/doc/tex/tlsintro.tex @@ -1,8 +1,8 @@ \chapter{Introduction to \tls{}} \label{sec:tlsintro} -\tls{} stands for 'Transport Layer Security' and is the successor of \ssl{}, -the Secure Sockets Layer protocol designed by Netscape. +\tls{} stands for 'Transport Layer Security' and is the successor of \ssl{}, +the Secure Sockets Layer protocol\footnote{described in \cite{SSL3}} designed by Netscape. \tlsI{}\footnote{described in {\it RFC 2246}\cite{RFC2246}} is an Internet protocol, defined by {IETF}\footnote{IETF or Internet Engineering Task Force is a large open international community of network |