[BACK]Return to books.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/books.html, Revision 1.114

1.36      jufi        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.13      deraadt     2: <html>
                      3: <head>
1.36      jufi        4: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.103     tj          5: <meta name="description" content="Books about OpenBSD and UNIX">
1.113     tj          6: <meta name="copyright" content="This document copyright 1998-2017 by OpenBSD.">
1.15      philen      7: <meta name="generator" content="The vi editor from UNIX">
                      8: <meta name="Author" content="Ian Darwin">
1.104     tb          9: <meta name="viewport" content="width=device-width, initial-scale=1">
                     10: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.106     tj         11: <title>OpenBSD: Books</title>
1.108     tb         12: <link rel="canonical" href="https://www.openbsd.org/books.html">
1.13      deraadt    13: </head>
                     14:
1.57      grunk      15: <body text="#000000" bgcolor="#ffffff">
1.15      philen     16:
1.104     tb         17: <h2>
1.105     tb         18: <a href="index.html">
1.104     tb         19: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
                     20: <font color="#e00000">Books</font>
                     21: </h2>
                     22: <hr>
1.13      deraadt    23: <p>
1.104     tb         24:
1.103     tj         25: Note that the information in some older books may no longer be accurate
                     26: or relevant to modern OpenBSD.
1.36      jufi       27: <hr>
1.1       ian        28:
1.91      deraadt    29: <h3>OpenBSD-specific books</h3>
1.15      philen     30: <dl>
1.113     tj         31:
                     32: <dt><a name="book14"><i>Httpd and Relayd Mastery</i></a>
                     33: <dd>by Michael W. Lucas
                     34: <dd>ISBN-10: 1-54675-206-4
                     35: <dd>ISBN-13: 978-1-54675-206-6
                     36: <dd>May 2017, 232 pp.
                     37: <p>
                     38: "I think we're gonna need a bigger web server."
                     39: <p>
                     40: OpenBSD has a solid reputation for security and stability.
                     41: It's well known for the OpenSMTPd mail server, the LibreSSL cryptography
                     42: library, and the PF packet filter. But nobody ever talks about the load
                     43: balancer, or the web server.
                     44: <p>
                     45: Until now.
                     46: <p>
                     47: The httpd web server provides a fast, stable, secure environment for your
                     48: web applications. The relayd load balancer lets you distribute Internet
                     49: application load across multiple hosts. Between the two, you can slash
                     50: hundreds of thousands of dollars off the cost of building, deploying,
                     51: and managing applications.
                     52: <p>
1.89      austin     53:
1.97      austin     54: <dt><a name="book13"><i>The Book of PF, 3rd Edition<br>
                     55: A No-Nonsense Guide to the OpenBSD Firewall</i></a>
                     56: <dd>by Peter N. M. Hansteen
                     57: <dd>ISBN-10: 1-59327-589-7
                     58: <dd>ISBN-13: 978-1-59327-589-1
                     59: <dd>Copyright 2015.
                     60: <p>
1.103     tj         61: The first sentence of this book is "<i>This is a book about building the
                     62: network you need.</i>" Taking it from there, Peter walks you through the whys
1.72      wvdputte   63: and the hows of building the high performance, low maintenance network you need,
1.103     tj         64: using OpenBSD tools.
                     65: The book covers all bases, from the basic one machine configuration and basic
1.72      wvdputte   66: local area networks, all the way up to configurations with traffic shaping and
1.103     tj         67: load balancing with "self-healing" networks and countermeasures against common
1.73      wvdputte   68: problems such as DoS attempts and spamming.  A basic understanding of TCP/IP
1.103     tj         69: and some Unix knowledge is assumed.
1.72      wvdputte   70: The official book website for a sample chapter, table of contents and errata
1.103     tj         71: can be found <a href="http://www.nostarch.com/pf3">here</a>.
1.93      austin     72: <p>
1.89      austin     73:
1.87      austin     74: <dt><a name="book9"><i>SSH Mastery</i></a>
1.103     tj         75: <dd>by Michael W. Lucas
1.87      austin     76: <dd>ISBN-13: 978-1470069711
                     77: <dd>ISBN-10: 1470069717
                     78: <dd>February 2012, 145 pp.
1.93      austin     79: <dd>OpenSSH, PuTTY, Tunnels, and Keys
1.103     tj         80: <p>
1.87      austin     81: A guide to what you need to know about SSH. This book will help you
                     82: eliminate passwords on your network, tunnel unencrypted protocols
                     83: through secure channels, build VPNs with OpenSSH, and more. Focuses on
                     84: the OpenSSH server, the OpenSSH client, and the PuTTY client.
1.103     tj         85: Michael W. Lucas is the author of <i>Absolute OpenBSD</i> and other BSD books.
                     86: The official SSH Mastery website is
                     87: <a href="https://www.michaelwlucas.com/nonfiction/ssh-mastery">here</a>.
1.93      austin     88: <p>
                     89:
1.89      austin     90: <dt><a name="book10"><i>Absolute OpenBSD. 2nd Edition!</i></a>
1.103     tj         91: <dd>by Michael W. Lucas
                     92: <dd>ISBN-13: 978-1-59327-476-4
1.94      deraadt    93: <dd>April 2013, 536 pp.
1.103     tj         94: <p>
                     95: Michael W. Lucas brings us the long anticipated second edition of his
1.93      austin     96: wildly successful book about using OpenBSD.  This book covers all aspects of
1.103     tj         97: the OpenBSD system for new UNIX and BSD users alike.
                     98: The official Absolute OpenBSD 2nd edition website is
1.89      austin     99: <a href="https://www.michaelwlucas.com/nonfiction/absolute-openbsd-2nd-edition">
1.103     tj        100: here</a>.
1.93      austin    101: <p>
                    102:
1.48      austin    103: <dt><a name="book3">
                    104: <i>Secure Architectures with OpenBSD</i></a>
1.47      jose      105: <dd>by Brandon Palmer, Jose Nazario.
                    106: <dd>ISBN 03-21193-66-0
                    107: <dd>April 2004, 520 pp.
1.103     tj        108: <p>
1.47      jose      109: A guide for system and network administrators who need to move to a
                    110: more secure operating system and a reference for seasoned OpenBSD users
                    111: who want to fully exploit every feature of the system. This book
                    112: covers all aspects of OpenBSD, including systrace, Kerberos V, IPv6 and
                    113: IPsec, and the development environment.
1.15      philen    114: </dl>
                    115: <hr>
                    116:
1.91      deraadt   117: <h3>BSD-specific books</h3>
1.15      philen    118: <dl>
                    119: <dt>
1.111     tb        120: <i>The Design and Implementation of the 4.4BSD Operating System</i>
1.15      philen    121: <dd>by Marshal Kirk McKusick, Keith Bostic, Michael J. Karels, John S. Quarterman
1.111     tb        122: <dd>ISBN-10: 0132317923
                    123: <dd>ISBN-13: 978-0132317924
1.15      philen    124: <dd>
1.111     tb        125: At 549 pages plus an index, this book must be considered comprehensive.
1.15      philen    126: McKusick, Bostic and Karels are well known as prime movers at
                    127: Berkeley CSRG (Computer Systems Research Group) during the 4.3/4.4BSD
                    128: period. This book covers the 4.4 and 4.4-Lite releases, and discusses
                    129: everything you wanted to know about how the system operates.  Not
                    130: 100% applicable, but probably the closest there is to an overall
                    131: system internals manual for OpenBSD.
1.13      deraadt   132: <p>
1.103     tj        133:
1.15      philen    134: <dt>
                    135: <i>Source Code Secrets: The Basic 386BSD Operating System Reference
                    136: (Volume 1 of Operating System Source Code Secrets)</i>
                    137: <dd>by L. W. Jolitz, William Jolitz; 1997
                    138: <dd>
                    139: The Jolitzes built the first port of BSD to the PC-386 architecture,
                    140: and deserve a lot of credit for making BSD portable to this low-cost
                    141: architecture. The earliest versions, called "386bsd", were described
1.46      david     142: in articles in <em>Dr. Dobbs Journal</em>. This book goes beyond the articles,
1.15      philen    143: and provides a comprehensive annotated collection of source code.
                    144: Not all of it applies to modern versions of OpenBSD, of course, but
                    145: you can still learn a lot from it.
1.13      deraadt   146: <p>
1.103     tj        147:
1.15      philen    148: <dt>
                    149: <i>Berkeley Unix: A Simple and Comprehensive Guide</i>
                    150: <dd>by James Wilson
                    151: <dd>
                    152: Begins with the basic commands and finishes with advanced programming
                    153: techniques. Offers strong coverage of systems calls.
                    154: <p>
1.103     tj        155:
1.15      philen    156: <dt>
                    157: <i>An Introduction to Berkeley Unix and ANSI C</i>
                    158: <dd>by Jack Hodges
                    159: <dd>
                    160: An introduction to the operating system and the programming language.  Intended
                    161: for self-study, requires no previous knowledge of Unix.  Covers the fundamentals
                    162: of programming; the correct use of syntax; programming style, debugging, logic,
                    163: and system programming with C.
                    164: <p>
1.103     tj        165:
1.15      philen    166: <dt>
                    167: <dt>
1.112     tb        168: <i>4.4BSD User's Reference Manual (URM)</i>
1.15      philen    169: <dd>published by O'Reilly, 1994
                    170: <dd>
1.12      ian       171: This is just a reprint of the man pages for users.
1.2       ian       172: Your OpenBSD distribution includes the online man pages,
1.110     tj        173: which are specific to OpenBSD, and more up to date. So
1.13      deraadt   174: you don't need this one: use the <em>man</em> command instead.
                    175: <p>
1.103     tj        176:
1.15      philen    177: <dt>
                    178: <dt>
1.112     tb        179: <i>4.4BSD System Manager's Manual (SMM)</i>
1.15      philen    180: <dd>published by O'Reilly, 1994
                    181: <dd>
                    182: This book details what you need to know to run a BSD system.
1.2       ian       183: Quite a bit of this material is relevant to OpenBSD.
                    184: Unfortunately it is currently out of print.
1.13      deraadt   185: Worse, due to licensing restrictions from AT&amp;T,
                    186: the electronic editions of these were not included in the
1.86      lum       187: 4.4BSD distributions.
                    188: They are not included with OpenBSD.
1.17      louis     189: <p>
1.103     tj        190:
1.17      louis     191: <dt>
                    192: <dt>
                    193: <i>BSD mit Methode</i>
1.23      horacio   194: <dd>published by C&amp;L Computer- und Literaturverlag GmbH, 1998
1.17      louis     195: <dd>
1.78      deraadt   196: A book in German on all
1.17      louis     197: three freenix BSDs covering the essentials of installation, X configuration
                    198: and system administration, as well as PERL programming and tips on
                    199: LaTeX/Lyx. The book also covers the KDE desktop environment.
                    200: <br>Includes older versions of OpenBSD on the two included CD-ROMs.
1.109     tb        201: <br><a href="http://www.lob.de/isbn/9783932311314">Lehmann's Online Bookshop</a>.
                    202: However, you might want to pick up a more recent version of the CD-ROM.
1.103     tj        203: <p>
1.61      grunk     204:
                    205: <dt>
                    206: <dt>
                    207: <i>The OpenBSD PF Packet Filter Book</i>
                    208: <dd>
                    209: published by Reed Media Services
                    210: <dd>
                    211: August 2006, 193 pp.
                    212: <dd>
1.62      steven    213: This book is an expanded, cross-referenced, indexed, edited, and reformatted
                    214: version of the <a href="faq/pf/index.html">PF User's Guide</a>.
1.61      grunk     215: It also covers spamd and introduces the setup and differences of PF
1.104     tb        216: on NetBSD, DragonFly, and FreeBSD.<br>
                    217: The official book website with table of contents, index, and
1.61      grunk     218: configuration examples can be found at
                    219: <a href="http://www.reedmedia.net/books/pf-book/">http://www.reedmedia.net/books/pf-book/</a>.
1.15      philen    220: </dl>
                    221: <hr>
1.2       ian       222:
1.91      deraadt   223: <h3>Unix user guides</h3>
1.15      philen    224: <dl>
                    225: <dt><i>Unix Made Easy</i>
                    226: <dd>by John Muster
                    227: <dd>A general Unix book that covers all areas of the system.
                    228: <p>
1.103     tj        229:
1.15      philen    230: <dt><i>UNIX Power Tools</i>
                    231: <dd>by Jerry D. Peek, Tim O'Reilly, and Mike Loukides
                    232: <dd>
1.58      grunk     233: This book is now in its third edition. It discusses
1.15      philen    234: hundreds of neat tricks, little-known techniques, and add-on utilities.
                    235: Be aware that many of the utilities are either included with OpenBSD
                    236: or, more commonly, are already available as ports or packages.
                    237: So most of section 52.03, complaining about how hard it is to port
                    238: software to different UNIXes, can be disregarded if you learn about the
1.107     juanfra   239: <a href="faq/ports/index.html">Ports System</a>
1.15      philen    240: that is part of OpenBSD.
1.18      ericj     241: <p>
1.103     tj        242:
1.18      ericj     243: <dt><i><a href="http://www.rodsbooks.com/multiboot/">The Multi-Boot Configuration Handbook</a></i>
                    244: <dd>by Rod Smith
                    245: <dd>
                    246: <dd>
                    247: Book explaining techniques for Multi-booting.
1.15      philen    248: </dl>
                    249: <hr>
1.1       ian       250:
1.91      deraadt   251: <h3>Unix administration</h3>
1.15      philen    252: <dl>
                    253: <dt><i>UNIX System Administration Handbook</i>
                    254: <dd>by Evi Nemeth, Garth Snyder, Scott Seebass, Trent R. Hein
                    255: <dd>
                    256: This is an excellent book on Unix system administration.
                    257: <p>
1.103     tj        258:
                    259: <dt><a name="book11"><i>Sudo Mastery</i></a>
                    260: <dd>by Michael W. Lucas
                    261: <dd>ISBN-13: 978-1493626205
                    262: <dd>ISBN-10: 1493626205
                    263: <dd>October 2013, 144pp.
                    264: <dd>Access Control for Real People
                    265: <p>
                    266: Unix-like operating systems use a rudimentary access control system:
                    267: the root account can do anything, while other users are peasants with
                    268: only minimal access. This worked fine in UNIX's youth, but today,
                    269: system administration responsibilities are spread among many people
                    270: and applications.  Different people may need different slices of
                    271: root's power. However pros and cons are considered as well.
                    272: This book also thoroughly covers sudo's extended features.
                    273: The official Sudo Mastery website is
                    274: <a href="https://www.michaelwlucas.com/nonfiction/sudo-mastery">here</a>.
                    275: <p>
                    276:
1.15      philen    277: <dt><i>Essential System Administration</i>
1.103     tj        278: <dd>by &AElig;leen Frisch
1.15      philen    279: <dd>
                    280: This book covers many fundamental tasks in system administration.  It includes
                    281: examples for a wide range of Unix operating systems, including BSD.
                    282: </dl>
                    283: <hr>
1.1       ian       284:
1.91      deraadt   285: <h3>Unix programming</h3>
1.15      philen    286: <dl>
                    287: <dt><i>Unix Systems for Modern Architectures</i>
                    288: <dd>by Curt Schimmel
                    289: <dd>
1.24      ian       290: This book leads its reader through all the low-level kernel models for
1.53      jsg       291: multi-processing architectures.
1.15      philen    292: <p>
1.103     tj        293:
1.15      philen    294: <dt><i>Lions' Commentary on UNIX 6th Edition with Source Code</i>
                    295: <dd>by John Lions
                    296: <dd>
1.2       ian       297: Although the UNIX described in this book is to BSD as a Model T Ford
1.1       ian       298: is to a 70's Mustang or Thunderbird, UNIX inventor Ken Thompson
                    299: claims that "After 20 years, this is still the best exposition
                    300: of the workings of a 'real' operating system." Originally circulated
                    301: in illicit photocopies, this is the book that most first- and second-generation
                    302: UNIX hackers cut their code-teeth on. Recommended as a good introduction
                    303: to how a timesharing OS works, if you've not been inside one before.
                    304: Substantially shorter than the McKusick book above.
1.15      philen    305: <p>
1.103     tj        306:
1.15      philen    307: <dt><i>The Practice of Programming</i>
                    308: <dd>by Brian W. Kernighan and Rob Pike
                    309: <dd>
                    310: Brian Kernighan had a hand in two other books which we recommend even though they're not UNIX specific, but are useful to programmers on UNIX and elsewhere.
                    311: This book covers practical programming considerations for C, C++ and Java.
                    312: Highly recommended.
1.46      david     313: <p>
1.103     tj        314:
1.15      philen    315: <dt><i>The Elements of Programming Style</i>
                    316: <dd>by Brian W. Kernighan and P. J. Plauger
                    317: <dd>
                    318: This book is similar to <i>The Practice of Programming</i>, but older.  The
                    319: examples are given in Fortran and PL/I.
1.16      chris     320: <p>
1.103     tj        321:
1.114   ! tb        322: <dt><i>Advanced Programming in the Unix Environment (3rd Edition)</i>
1.60      grunk     323: <dd>by W. Richard Stevens, Stephen A. Rago
1.16      chris     324: <dd>
                    325: This is a very detailed and easy to read book.  It has several examples
                    326: that you can learn from.  There is plenty of information about library and
                    327: system calls, and associated information so that you can use them.
                    328: This book along with the OpenBSD manual pages
                    329: make an excellent combination.
1.36      jufi      330: <p>
1.103     tj        331:
1.25      chris     332: <dt><i>The C Programming Language</i>
                    333: <dd>by Brian W. Kernighan and Dennis M. Ritchie
                    334: <dd>
                    335: This is a clear and concise guide to the C programming language,
                    336: perhaps the only one you will ever need.  It focuses strictly on the C language,
                    337: not how to use your compiler or anything else.
1.36      jufi      338: <p>
1.103     tj        339:
1.46      david     340: <dt><i>C: A Reference Manual</i>
1.25      chris     341: <dd>by Samuel P. Harbison and Guy L. Steele
                    342: <dd>
1.46      david     343: If you only had two books on C, then along with <i>The C Programming Language</i>, this would be your second one!
1.25      chris     344: This book is not a tutorial (hence the title), it deals with syntax, data types,
                    345: ISO C library functions, and C/C++ compatibility.
1.36      jufi      346: <p>
1.103     tj        347:
1.64      steven    348: <dt><i>The Art of Software Security Assessment</i>
1.63      otto      349: <dd>by Mark Dowd, John McDonald and Justin Schuh
                    350: <dd>Covers code auditing, design and operational review, types of
                    351: vulnerabilities, privilege models, signals,
                    352: interprocess communication, synchronization, networking and more.
                    353: Lots of examples and real world code snippets.
1.15      philen    354: </dl>
1.25      chris     355:
1.15      philen    356: <hr>
                    357:
1.91      deraadt   358: <h3>Network administration</h3>
1.15      philen    359: <dl>
1.68      grunk     360: <dt><i><a name="book6" href="http://www.sshbuch.de/">Das SSH-Buch</a></i>
                    361: (German)
1.67      grunk     362: <dd>by Timo Dotzauer and Tobias L&uuml;tticke
                    363: <dd>ISBN 3-938626-03-8
                    364: <dd>Millin Verlag, December 2006, 600p.
                    365: <dd>This book covers the theory behind OpenSSH (protocol, channels, standards
                    366: documents) as well as using OpenSSH as an end user.
                    367: Although using Linux as a reference OS, many of the examples also have
                    368: a description how to get things done under BSD.
                    369: In a separate cookbook chapter, several scenarios from daily work are solved
                    370: using OpenSSH.
                    371: Furthermore, this book is the first German book to cover VPN via OpenSSH.
1.77      deraadt   372: <dd>
1.67      grunk     373: <p>
1.103     tj        374:
                    375: <dt><a name="book12"><i>DNSSEC Mastery</i></a>
                    376: <dd>by Michael W. Lucas
                    377: <dd>ISBN-13: 978-1484924471
                    378: <dd>ISBN-10: 1484924479
                    379: <dd>May 2013, 130 pp.
                    380: <dd>Securing the Domain Name System with BIND
                    381: <p>
                    382: DNS is one of the oldest protocols on the Internet, and was designed
                    383: for a network without hostile users. Anyone who wants to break into a
                    384: network starts by investigating the target's Domain Name Service.
                    385: <p>
                    386: In addition to providing a manual for BIND, this book thoroughly targets
                    387: the extensions which are available in the port net/isc-bind. DNS Security
                    388: Extensions, or DNSSEC, harden DNS.  But learning DNSSEC requires
                    389: wading through years of obsolete tutorials, dead ends, and
                    390: inscrutable standards.  Strengths and weaknesses of DNSSEC are
                    391: discussed.
                    392: <p>
                    393: The official DNSSEC Mastery website is
                    394: <a href="https://www.michaelwlucas.com/nonfiction/dnssec-mastery">
                    395: here</a>.
                    396: <p>
                    397:
1.22      aaron     398: <dt><i>SSH, The Secure Shell.</i>
                    399: <dd>by Daniel J. Barrett and Richard Silverman
                    400: <dd>The Definitive Guide.  OpenSSH is covered in detail.
                    401: <p>
1.103     tj        402:
1.15      philen    403: <dt><i>TCP/IP Illustrated, Volume 1</i>
                    404: <dd>by W. Richard Stevens
                    405: <dd>
                    406: "Network administration" is really an inappropriate heading for this book.  It
                    407: is an encyclopedia of the TCP/IP protocol suite.  This book provides information,
1.35      pvalchev  408: and diagrams useful to understand the suite to its lowest level.
1.15      philen    409: Home enthusiasts, developers, and network administrators alike will enjoy this
                    410: book.
                    411: <p>
1.103     tj        412:
1.20      chris     413: <dt><i>Kerberos: A Network Authentication System</i>
                    414: <dd>by Brian Tung
                    415: <dd>
                    416: A guide for administrators of Kerberos-based networks.  Explains concepts of
                    417: the Kerberos system, as well as the installation and administration of it.
                    418: <p>
1.103     tj        419:
1.34      miod      420: <dt><i>IPsec: The New Security Standard for the Internet, Intranets and Virtual
1.20      chris     421: Private Networks</i>
                    422: <dd>by Naganand Doraswamy and Dan Harkins
                    423: <dd>
1.34      miod      424: This book explains the IPsec protocol suite.  It also describes its relation
1.20      chris     425: to the current deployments, such as VPNs, and future ideas.
1.36      jufi      426: <p>
1.103     tj        427:
1.20      chris     428: <dt><i>Computer Networks</i>
                    429: <dd>by Andy Tanenbaum
                    430: <dd>
                    431: This book is an high-level guide to modern computer networking.  It presents
                    432: a wide range of protocols, concepts, and technologies.  It covers technologies
                    433: from fiber to wireless, LANs, Mobile IP, and a lot more.
1.36      jufi      434: <p>
1.103     tj        435:
1.15      philen    436: <dt><i>DNS and BIND</i>
                    437: <dd>by Paul Albitz and Cricket Liu
                    438: <dd>
                    439: This book is an excellent introduction to DNS and BIND, useful for
                    440: anyone who has to implement DNS under OpenBSD.
                    441: <p>
1.103     tj        442:
1.15      philen    443: <dt><i>DHCP</i>
                    444: <dd>by Ted Lemon and Ralph E. Droms
                    445: <dd>
1.46      david     446: Recommended by the <a href="http://www.isc.org/">Internet Software Consortium</a>,
1.15      philen    447: which is the organization that produces the DHCP client/server software
                    448: included with OpenBSD.
                    449: <p>
1.103     tj        450:
1.15      philen    451: <dt><i>Managing NFS and NIS</i>
                    452: <dd>by Hal Stern
                    453: <dd>
                    454: Gives essential information with examples on managing NFS and NIS.
1.37      dhartmei  455: <p>
1.103     tj        456:
1.37      dhartmei  457: <dt><i>802.11 Security</i>
                    458: <dd>by Bruce Potter and Bob Fleck
                    459: <dd>
                    460: Provides information on the fundamentals of wireless security, including
                    461: practical solutions for setting up clients, access points and gateways
                    462: under several operating systems. Two chapters are dedicated to OpenBSD 3.1,
                    463: covering wi, bridge, pf and altq.
1.25      chris     464: </dl>
1.21      chris     465:
1.25      chris     466: <hr>
1.91      deraadt   467: <h3>Cryptography</h3>
1.21      chris     468: <dl>
                    469: <dt><i>Applied Cryptography: Protocols, Algorithms, and Source Code in C</i>
                    470: <dd>by Bruce Schneier
                    471: <dd>
                    472: A comprehensive explanation of Cryptography, with information
                    473: about its history, protocols, and algorithms.  This book is a great
                    474: introduction to cryptography, with the necessary basics
                    475: to understand the field.  Also, it has a very extensive reference section.
1.36      jufi      476: <br>
                    477: <p>
1.103     tj        478:
1.30      jsyn      479: <dt><i>Handbook of Applied Cryptography</i>
1.26      ian       480: <dd>by Alfred J. Menezes, Paul C. van Oorschot and Scott A. Vanstone
                    481: <dd>A new and detailed look at Cryptography.  The authors write:
                    482: <dd>
                    483: ...  Public-key cryptographic techniques
                    484: are now in widespread use, especially in the financial services
                    485: industry, in the public sector, and by individuals for their personal
                    486: privacy, such as in electronic mail. This Handbook will serve as a
                    487: valuable reference for the novice as well as for the expert who
                    488: needs a wider scope of coverage within the area of cryptography.
                    489: It is a necessary and timely guide for professionals who practice
                    490: the art of cryptography.
                    491: <dd>The entire book is
1.55      grunk     492: <a href="http://www.cacr.math.uwaterloo.ca/hac/">
1.26      ian       493: available for free downloading</a> (for personal use only)
                    494: from the book authors' site, in PDF or PostScript.
                    495: <dd>
                    496: <p>
1.103     tj        497:
1.25      chris     498: <dt><i>SSL and TLS Essentials: Securing the Web</i>
                    499: <dd>by Stephen A. Thomas
                    500: <dd>
                    501: This book offers introductory coverage of the SSL and TLS protocols, with
                    502: examples.  The SSL protocol
                    503: is currently the basis of secure data transfer and secure transactions
                    504: on the Internet.  Aside from encryption, this book also covers data
                    505: integrity and details the SSL protocol.
                    506: <dd>
                    507: <p>
1.103     tj        508:
1.39      jose      509: <dt><i>SSL and TLS: Designing and Building Secure Systems</i>
                    510: <dd>by Eric Rescorla
                    511: <dd>
                    512: This book offers comprehensive information about the SSL and TLS protocols,
                    513: covering their operation and security,
                    514: together with usage and implementation details.
                    515: There are also chapters about HTTP over SSL, and SMTP over TLS (STARTTLS).
                    516: Eric Rescorla is the author of <tt>ssldump</tt>, a utility that can be
                    517: used to monitor SSL connections.
                    518: He has written several commercial and free SSL implementations.
                    519: <dd>
                    520: <p>
1.103     tj        521:
1.25      chris     522: <dt><i>Big Book of IPsec RFCs: Internet Security Architecture</i>
                    523: <dd>compiled by Pete Loshin
                    524: <dd>
1.54      nick      525: A complete reprint of the IPsec RFCs with an extensive index and
                    526: glossary.
1.25      chris     527: <dd>
1.15      philen    528: </dl>
1.13      deraadt   529:
                    530: </body>
                    531: </html>