]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
fixes in documentation
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 16 Dec 2001 09:49:03 +0000 (09:49 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 16 Dec 2001 09:49:03 +0000 (09:49 +0000)
doc/tex/gnutls.tex
doc/tex/macros.tex
doc/tex/resumedb.tex
doc/tex/translayer.tex

index 3fdf5b29d2fc2f1572d1696041ed584d5e1b7c39..47d2a83fed52b453b8ed3eef49da37db1807de7e 100644 (file)
 \chapter{The Library}
 \section{Introduction}
 \par
-\gnutls is a portable library which implements the {\emph TLS 1.0} and 
-{\emph SSL 3.0} protocols.
+\gnutls is a portable library which implements the \tls 1.0 and 
+\ssl 3.0 protocols.
 TLS stands for 'Transport Layer Security' and is the sucessor of SSL\footnote{
 SSL or Secure Sockets Layer is a protocol designed by Netscape. TLS 1.0 is based on
-{\emph SSL 3.0} protocol. {\emph SSL 2.0} is a very old protocol which is 
-not considered secure today. SSL 2.0 is not implemented in \gnutls}.
-{\emph TLS 1.0}\footnote{described in {\it RFC 2246}} is an Internet protocol,
+\ssl 3.0 protocol. \ssl 2.0 is a very old protocol which is 
+not considered secure today. \ssl 2.0 is not implemented in \gnutls}.
+\tls 1.0\footnote{described in {\it RFC 2246}} is an Internet protocol,
 defined by IETF\footnote{IETF or Internet Engineering Task Force 
 is a large open international community of network
 designers, operators, vendors, and researchers concerned with the evolution of 
 the Internet architecture and the smooth operation of the Internet. It is open to any interested individual.}
 that provides confidentiality, and authentication layers over a {reliable
-transport layer}\footnote{TLS is mostly used over {\emph TCP/IP} although this is not restrictive, you may
+transport layer}\footnote{TLS is mostly used over {\emph{TCP/IP}} although this is not restrictive, you may
 use it over any reliable transport layer.}. \gnutls implements the
 above protocols in reentrant way in order to be used in multiple threads of 
 execution (without the need for Critical Sections and locks).
index 30614541b07e1c03fdfb7e2eada6cefdddab80b5..58fcfcf33a4d012e4ebb38465c3dd4f917b66cab 100644 (file)
@@ -1,3 +1,4 @@
-\newcommand{\gnutls}{{\emph GNUTLS} }
-\newcommand{\tls}{{\emph TLS} }
+\newcommand{\gnutls}{{\emph{GNUTLS}} }
+\newcommand{\tls}{{\emph{TLS}} }
+\newcommand{\ssl}{{\emph{SSL}} }
 \newcommand{\HRule}{\rule{\linewidth}{0.4mm}}
index 244f6f7e596f6fa555a3e2858cd69f088226e53b..f4d2cca74ec5933add7a5788d851223fecf59ea7 100644 (file)
@@ -39,7 +39,7 @@ only one thread can write at a time. The current behaviour of gnutls is
 not to block and wait for the DB to be ready for writing, but continue the
 process normally (and do not save the parameters).  
 \par
- After version {\emph 0.2.10} \gnutls provides callback functions such as:
+ After version {\emph{0.2.10}} \gnutls provides callback functions such as:
 \hyperref{gnutls\_db\_set\_remove\_function()}{gnutls\_db\_set\_remove\_function() (see Section }{ for more
 information)}{gnutls_db_set_remove_function},
 \hyperref{gnutls\_db\_set\_store\_function()}{gnutls\_db\_set\_store\_function() (see Section }{ for more
index fd73623f24593d6746e8b6a312abf29bf49fcede..299403196fc576b2a3db48f2eceba607662de34a 100644 (file)
@@ -17,6 +17,6 @@ can be resumed (called again), if any of these values is returned.
 By default (if none of the above functions are not called), gnutls will use
 the berkeley sockets functions recv() and send(). In this case
 gnutls will use some hacks in order for select() to work, thus
-making easy to add {\emph TLS} support to existing servers.
+making easy to add \tls support to existing servers.