Skip to content

Network Security with OpenSSL Cryptography for Secure Communications

Best in textbook rentals since 2012!

ISBN-10: 059600270X

ISBN-13: 9780596002701

Edition: 2002

Authors: John Viega, Matt Messier, Pravir Chandra, Inc. Staff O'Reilly Media

List price: $39.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

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. The library is the only free, full-featured SSL implementation for C and C++, and it can be used programmatically or from the command line to secure most TCP-based network protocols. …    
Customers also bought

Book details

List price: $39.95
Copyright year: 2002
Publisher: O'Reilly Media, Incorporated
Publication date: 6/27/2002
Binding: Paperback
Pages: 386
Size: 7.25" wide x 9.50" long x 1.25" tall
Weight: 1.298
Language: English

Preface
Introduction
Cryptography for the Rest of Us
Overview of SSL
Problems with SSL
What SSL Doesn't Do Well
OpenSSL Basics
Securing Third-Party Software
Command-Line Interface
The Basics
Message Digest Algorithms
Symmetric Ciphers
Public Key Cryptography
S/MIME
Passwords and Passphrases
Seeding the Pseudorandom Number Generator
Public Key Infrastructure (PKI)
Certificates
Obtaining a Certificate
Setting Up a Certification Authority
Support Infrastructure
Multithread Support
Internal Error Handling
Abstract Input/Output
Random Number Generation
Arbitrary Precision Math
Using Engines
SSL/TLS Programming
Programming with SSL
Advanced Programming with SSL
Symmetric Cryptography
Concepts in Symmetric Cryptography
Encrypting with the EVP API
General Recommendations
Hashes and MACs
Overview of Hashes and MACs
Hashing with the EVP API
Using MACs
Secure HTTP Cookies
Public Key Algorithms
When to Use Public Key Cryptography
Diffie-Hellman
Digital Signature Algorithm (DSA)
RSA
The EVP Public Key Interface
Encoding and Decoding Objects
OpenSSL in Other Languages
Net::SSLeay for Perl
M2Crypto for Python
OpenSSL Support in PHP
Advanced Programming Topics
Object Stacks
Configuration Files
X. 509
PKCS#7 and S/MIME
PKCS#12
Command-Line Reference
Index