From 2924caf765952a63dbbbe5f8580aec48f2669429 Mon Sep 17 00:00:00 2001 From: Alex Abrahamson Date: Tue, 7 Nov 2017 17:02:55 -0700 Subject: [PATCH] Updated SSL Tutorial (markdown) --- SSL-Tutorial.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SSL-Tutorial.md b/SSL-Tutorial.md index d8d9ae5..db3949a 100644 --- a/SSL-Tutorial.md +++ b/SSL-Tutorial.md @@ -7,13 +7,17 @@ The goal of this tutorial is to walk through the integration of SSL and TLS into This tutorial assumes that the reader is comfortable with editing and compiling C code using the GNU GCC compiler as well as familiar with the concepts of public key encryption. Please note that access to the Unix Network Programming book is not required for this tutorial. Examples Used in this Tutorial + echoclient - Figure 5.4, Page 124 + echoserver - Figure 5.12, Page 139 ![book cover](http://img5a.flixcart.com/image/book/2/3/5/unix-network-programming-the-sockets-and-networking-api-volume-1-400x400-imadg2ftufts9hjp.jpeg) Unix Network Programming + Volume 1, 3rd Edition + www.unpbook.com