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

Annotation of www/books.html, Revision 1.102

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