]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 28 Oct 2005 18:02:28 +0000 (18:02 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 28 Oct 2005 18:02:28 +0000 (18:02 +0000)
doc/bibliography.texi
doc/gnutls.texi

index fcc3b5f707fd2200cd792663f9bebb19d75d7a6b..3ab66fbea864fc965c924bccc70f611e64a6cb2b 100644 (file)
@@ -60,6 +60,10 @@ Eric Rescola, "SSL and TLS: Designing and Building Secure Systems", 2001
 Alan Freier and Philip Karlton and Paul Kocher, "The SSL Protocol Version 3.0",
 November 1996, Available from @url{http://wp.netscape.com/eng/ssl3/draft302.txt}.
 
+@mybibitem{STEVENS}
+Richard Stevens, "UNIX Network Programming, Volume 1", Prentice Hall PTR, 
+January 1998
+
 @mybibitem{TLSEXT}
 Simon Blake-Wilson and Magnus Nystrom and David Hopwood and Jan Mikkelsen and Tim Wright,
 "Transport Layer Security (TLS) Extensions", June 2003,
index 4f5c608223f4b4f79b4f7e00451e2e904897e524..58ca085a99c81a44da09e42a42571a477f5b7e4d 100644 (file)
@@ -8,6 +8,9 @@
 @include my-bib-macros.texi
 @mybibusetable{Bibliography}
 
+@c don't indent the paragraphs.
+@paragraphindent 0
+
 @c Unify some of the indices.
 @syncodeindex tp fn
 @syncodeindex pg cp
@@ -106,9 +109,10 @@ because it uses @acronym{GnuTLS}; there are several ways to compromise
 a program or a communication line and @acronym{GnuTLS} only helps with
 some of them.
 
-This document tries to be self contained, although basic network
+Although this document tries to be self contained, basic network
 programming and PKI knowlegde is assumed in most of it. A good introduction
-to Public Key Infrastructure can be found in @mybibcite{GUTPKI}.
+to networking can be found in @mybibcite{STEVENS} and for 
+Public Key Infrastructure in @mybibcite{GUTPKI}.
 
 @anchor{Availability}