SSL & TLS Essentials: Securing the Web

ASIN: 0471383546
Average Customer Review: 4.5, based on 7 reviews.
Customer reviews (5 of 7)
Great book for anyone who want to Use SSL & TLS, 2001-09-07, Rating: 5.
I'm new in Network programming and I'm very interested in
Internet programming so, i wanted to start with some internet protocols like HTTP <I have got this one too called"HTTP Essentials: Protocols for Secure, Scaleable Web Sites
by Stephen Thomas "> if u r interested you should go ahead and buy this book
Internet programming so, i wanted to start with some internet protocols like HTTP <I have got this one too called"HTTP Essentials: Protocols for Secure, Scaleable Web Sites
by Stephen Thomas "> if u r interested you should go ahead and buy this book
Excellent book for fundamentals of SSL, 2001-01-22, Rating: 5.
It has been an eye-opener for me in understanding the concepts of SSL. A must read book for people to get a head start with SSL.
Probably the best book on SSL, 2001-01-06, Rating: 4.
A fantastic book on SSL/TLS. Enlightened me with lots of information which I searched for on web but couldn't find.<p>By the way, there is some mistake in the book.<p>Page 48, Figure 3.3: The 'pending read state' is not copied to 'actual read state' upon receiving a change cipher spec(message number 6) from the client. Fortunately, it is correct in page Page 50, Table 3.6, step 6.
Good programmers SSL/TLS reference, 2000-10-31, Rating: 4.
Anyone who has ordered a book from Amazon.com or made a stock trade via an online broker has used SSL, or Secure Socket Layer. SSL, created by Netscape for managing the security of transmissions on the Internet, is a method of encrypting sensitive data. The "socket" part of the term refers to the sockets network transmission method of passing data back and forth between a client and a server program on a network. SSL is ubiquitous; it is an essential part of every browser shipped today. <p>SSL and TLS (Transport Layer Security) are essentially the same protocol. While SSL was originally designed by Netscape, the company has since offered SSL as a proposed standard protocol to the World Wide Web Consortium and the Internet Engineering Task Force, and it has since been renamed TLS. <p>SSL and TLS Essentials provides a thorough look into the inner workings of SSL. The book assumes a basic understanding of cryptography and gets right into the nitty-gritty of SSL functionality. The book is designed for those who need an in-depth and comprehensive look at the inner workings and mechanics of SSL, such as system administrators of e-commerce systems or SSL programmers. <p>This review of mine originally appears at http://www.securitymanagement.com/library/000934.html
Good overview, no samples, little HTTP detail, poor dev supp, 2000-07-20, Rating: 3.
I got this book to enable SSL support for a custom built web server and web proxy. There are no SSL conversation samples in this book, although conversations are documented and the details are described. There is also very little help for HTTP-specific scenarios (everyone knows HTTP is the biggest user of SSL), especially HTTP proxy servers, documenting any gotchas and how-tos. I'm having a heck of a time getting my proxy server written in Java to facilitate communications between the web server and the web client--one is sending an unexpected EOF and killing the conversation, and I don't know why. The client handshakes and recieves a certificate, but fails to reconnect and handshake again while using the newly recieved certificate. This book doesn't help me in this matter at all. If it's documented in here, it's buried in too much text, blabbering, and descriptions, and is not properly indexed or diagramed, etc. I've spent days trying to get past this road block, and this book was my last hope, but unfortunately didn't provide much hope at all.<p>This book would be best accompanied with a code samples guide.
