Network Security with OpenSSL and over 360,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

 

or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
More Buying Choices
41 used & new from $15.50

Have one to sell? Sell yours here
 
   
Network Security with OpenSSL
 
 
Start reading Network Security with OpenSSL on your Kindle in under a minute.

Don’t have a Kindle? Get your Kindle here.
 
  
4.3 out of 5 stars  See all reviews (12 customer reviews)

List Price: $39.95
Price: $26.37 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.58 (34%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Friday, November 13? Choose One-Day Shipping at checkout. Details
26 new from $22.36 15 used from $15.50

Formats

Amazon Price New from Used from
  Kindle Edition $17.59 -- --
  Paperback $26.37 $22.36 $15.50
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Best Value

Buy The Book of PF: A No-Nonsense Guide to the OpenBSD Firewall and get Network Security with OpenSSL at an additional 5% off Amazon.com's everyday low price.

The Book of PF: A No-Nonsense Guide to the OpenBSD Firewall + Network Security with OpenSSL
Buy Together Today: $44.82

Show availability and shipping details


Customers Who Bought This Item Also Bought

SSL and TLS: Designing and Building Secure Systems

SSL and TLS: Designing and Building Secure Systems

by Eric Rescorla
4.5 out of 5 stars (22)  $38.99
Secure Programming Cookbook for C and C++

Secure Programming Cookbook for C and C++

by John Viega
4.6 out of 5 stars (12)  $65.14
LDAP System Administration

LDAP System Administration

by Gerald Carter
3.7 out of 5 stars (21)  $26.37
SSH, the Secure Shell: The Definitive Guide

SSH, the Secure Shell: The Definitive Guide

by Daniel J. Barrett
4.1 out of 5 stars (34)  $26.37
Applied Cryptography: Protocols, Algorithms, and Source Code in C, Second Edition

Applied Cryptography: Protocols, Algorithms, and Source Code in C, Second Edition

by Bruce Schneier
4.6 out of 5 stars (102)  $30.32
Explore similar items

Editorial Reviews

Review

"If you have struggled with OpenSSL and the supplied documentation then you will regret the amount of time that you have wasted before finding this book. If you are planning to use OpenSSL then you need to buy a copy - it's essential reading. What is more surprising is that even if you don't plan to use OpenSSL, then downloading it and trying out the examples in the book could be the education in practical cryptography you really need. What more can I say of any book, other than that I certainly won't be lending it to anyone else? It's going to remain firmly chained to my bookshelf for the foreseeable future - and no, you can't borrow it." - Mike James, VSJ, October 2003


Product Description

Most applications these days are at least somewhat network aware, but how do you protect those applications against common network security threats? Many developers are turning to OpenSSL, an open source version of SSL/TLS, which is the most widely used protocol for secure network communications. The OpenSSL library is seeing widespread adoption for web sites that require cryptographic functions to protect a broad range of sensitive information, such as credit card numbers and other financial transactions. Traditionally, getting something simple done in OpenSSL could take weeks. Network Security with OpenSSL gives you guidance to avoid pitfalls, and allows you to take advantage of the library?s advanced features. And, instead of bogging you down in the technical details of how SSL works under the hood, this book provides only the information that is necessary to use OpenSSL safely and effectively. The book details the challenges in securing network communications, and shows you how to use OpenSSL tools to best meet those challenges.

Product Details

  • Paperback: 384 pages
  • Publisher: O'Reilly Media; 1st edition (June 15, 2002)
  • Language: English
  • ISBN-10: 059600270X
  • ISBN-13: 978-0596002701
  • Product Dimensions: 9.1 x 7 x 0.8 inches
  • Shipping Weight: 1.1 pounds (View shipping rates and policies)
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon.com Sales Rank: #79,932 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #9 in  Books > Computers & Internet > Programming > Algorithms > Cryptography
    #36 in  Books > Computers & Internet > Certification Central > Exams > Security+
    #83 in  Books > Computers & Internet > Networking > Network Security

More About the Author

John Viega
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's John Viega Page

Inside This Book (learn more)


What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)

Your tags: Add your first tag
 

 

Customer Reviews

12 Reviews
5 star:
 (6)
4 star:
 (5)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (12 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
20 of 20 people found the following review helpful:
5.0 out of 5 stars openssl programming cleanly explained, October 11, 2004
By H. Wang (Santa Clara, CA USA) - See all my reviews
(REAL NAME)      
The book starts with a general introduction of encryption in general, then SSL protocol in general. Then openssl command line interface is introduced with some easy to follow examples. Later openssl programming is explained in detail.

As the only free SSL programming library with source code available, openssl is notorious for its undocumented/underdocumented/misdocumented manuals. Starting a software project using openssl without prior experience is often a painful experience if you simply rely on the manuals coming with the source code. Given thousands of interfaces/data structures, it is an overwhelming job to understand openssl in depth. Your best bet is usually reading the sample source code that comes with package, but often it leaves lots of questions - what does this api do? Why use this one? Under what circumstances should I use this one? You may rely on openssl mailing list, but answer is not guaranteed and you have to do your own home work first.

So come this book finally. It explains (using many examples) most interfaces a typical openssl programmer would use in reality. It is a really easy to read from chapter to chapter since the authors apparently try to explain most api using a short and clear example.

I wish when the next version comes out, it can do:

1. fix typos. Yeah, it does contain some typos. Good proofreading is needed.

2. Include topics in openssl 0.9.7. Like CRL.

3. What's going on under hood. How openssl code is organized, how interface control of flow goes. This helps understand the openssl library and debugging as well.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
13 of 14 people found the following review helpful:
5.0 out of 5 stars Excellent!, November 22, 2002
By Antonio A. Rodriguez "taserian" (Columbia, SC United States) - See all my reviews
(REAL NAME)   
OpenSSL is a terrific programming resource, but the online documentation on it
is hard to understand and index. This book brings most of it all together, and
provides enough examples to answer most of your questions.

One thing that it lacks is tie-ins with Java; most of its examples are in Perl
and Python. I'm currently trying to see if certain ideas can be implemented in Java.

A great book, and great read!

Comment Comment (1) | Permalink | Was this review helpful to you? Yes No (Report this)



 
15 of 17 people found the following review helpful:
5.0 out of 5 stars The only SSL book you'll need.., July 7, 2002
My title says it all. If you are a programmer who needs to use OpenSSL in a custom client/server application, then get this book. The code examples and corresponding text make perfect sense. The authors also go to great trouble to make sure you know the correct way in which to use the OpenSSL package. The book also covers using the openssl command-line utility. If you've ever pulled your hair out trying to understand how to use OpenSSL or have read the VERY incomplete documentation, then buy this book and have all your questions answered.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Happy with my purchase
I purchased this book in an effort to quickly get up speed with creating self-signed certificates for both client and server. I was able to use examples in this book to do so. Read more
Published 2 months ago by Jeffrey Z. Wolf

2.0 out of 5 stars Another example of how NOT to write a technical book
Although I haven't finished reading the book yet, my level of frustration with it warrants a review. I'll update the review if I change my mind. Read more
Published 3 months ago by Patrick Goetz

4.0 out of 5 stars O'Reilly's OpenSSL Book needs updating
This is a great book on cryptography, OpenSSL utilities and its API. The copyright is 2002 and no second edition was ever done. Read more
Published 5 months ago by B. Gemeny

4.0 out of 5 stars If it weren't for this book, I don't know where I would be...
Everything I needed to know to write code supporting certificates, multi-threading and error reporting was explained in the first five chapters. Read more
Published 15 months ago by Another Amazon Customer (TM)

4.0 out of 5 stars good for programmers
Contents: intro, openssl command line, PKI, then programming: support infrastructure, ssl, symmetric keys, hashes, public keys, and openSSL for Perl, Python, and PHP... Read more
Published 20 months ago by Eric J. Wu

4.0 out of 5 stars SSL programming
This book was a valuable resource in implementing Secure Sockets, it would have been difficult to finish my product without it.
Published on January 9, 2007 by Jeffrey W. Leinbach

5.0 out of 5 stars SSL made Clear
I worked on a LAMP project with 'C' switching application behind it. This book clearly described what I needed and how to do it. Very good resource.
Published on January 9, 2007 by Greg W. Arnold

4.0 out of 5 stars Great Book to Use When Writing an SSL app.
If you have little or no experience with SSL, or OpenSSL, get this book. It explains the principles behind SSL, and then goes on to cover OpenSSL. Read more
Published on May 27, 2005 by M. Behur

5.0 out of 5 stars THE best book out on the OpenSSL...
If you're interested in doing real SSL -- buy this book. It is a one-stop-shop for everything you'll need to know about implementing OpenSSL. Read more
Published on September 20, 2002 by David Potashnik

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   


Listmania!


So You'd Like to...


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.