]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added reference to anderson's book
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 12 Aug 2011 13:36:13 +0000 (15:36 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 12 Aug 2011 13:36:13 +0000 (15:36 +0200)
doc/cha-bib.texi
doc/cha-preface.texi
doc/latex/gnutls.bib

index 893819c36a4d2141d803f45902e29f0f0219040e..6ef67046d18de50e379d95beae8a80a9fecbd890 100644 (file)
@@ -165,4 +165,8 @@ November 2007, available from @url{http://www.ietf.org/rfc/rfc5056}.
 J. Altman, N. Williams, L. Zhu, "Channel Bindings for TLS", July 2010,
 available from @url{http://www.ietf.org/rfc/rfc5929}.
 
+@item @anchor{ANDERSON}[ANDERSON]
+R. J. Anderson, "Security Engineering: A Guide to Building Dependable Distributed Systems", 
+John Wiley \& Sons, Inc., 2001.
+
 @end table
index 9e78177652134013f4952a9d09e5cf2fd070f6c2..3a0419bc9c957cf0704d4bc851afbcd76871b5c9 100644 (file)
@@ -19,7 +19,8 @@ some of them.
 Although this document tries to be self contained, basic network
 programming and public key infrastructure (PKI) knowledge is assumed 
 in most of it. A good introduction to networking can be found 
-in @xcite{STEVENS} and for public key infrastructure in @xcite{GUTPKI}.
+in @xcite{STEVENS}, to public key infrastructure in @xcite{GUTPKI}
+and to security engineering in @xcite{ANDERSON}.
 
 Updated versions of the @acronym{GnuTLS} software and this document
 will be available from @url{http://www.gnutls.org/} and
index b909e45e55a2fb3be70bac34ac9d2b20fe2be6a0..620298cd3ccba03bd69e57c12e981acb5bc1fea7 100644 (file)
        isbn = "0-13-490012-X"
 }
 
+@book{ANDERSON,
+ author = {Ross J. Anderson},
+ title = {Security Engineering: A Guide to Building Dependable Distributed Systems},
+ year = {2001},
+ isbn = {0471389226},
+ edition = {1st},
+ publisher = {John Wiley \& Sons, Inc.},
+ address = {New York, NY, USA},
+}