From e9907e4c0b79788616f86f75f7ac40b0fa5813b4 Mon Sep 17 00:00:00 2001 From: Eric Christensen Date: Thu, 29 May 2014 11:53:01 -0400 Subject: [PATCH] Started OpenSSL chapter and added it to the guide for testing --- Securing_TLS/en-US/OpenSSL.xml | 49 +++++++++++++++-------------- Securing_TLS/en-US/Securing_TLS.xml | 1 + 2 files changed, 27 insertions(+), 23 deletions(-) diff --git a/Securing_TLS/en-US/OpenSSL.xml b/Securing_TLS/en-US/OpenSSL.xml index 36febc1..115c8e9 100644 --- a/Securing_TLS/en-US/OpenSSL.xml +++ b/Securing_TLS/en-US/OpenSSL.xml @@ -3,31 +3,34 @@ %BOOK_ENTITIES; ]> - - Test Chapter + + OpenSSL - This is a test paragraph + OpenSSL is a popular and powerful open source toolkit for implementing SSL and TLS. It's used to add SSL and TLS encryption to other popular software like Apache, dovecot, and ejabberd. -
- Test Section 1 - - This is a test paragraph in a section - +
+ Cipher Categories + OpenSSL groups cipher suites together into easy to define sets that make it easy to implement encryption that makes sense for individual systems. These sets include HIGH, MEDIUM, LOW, EXPORT, and DEFAULT. By utilizing one, or a combination, of these sets in configuration files, the systems administrator can define many ciphers at once. +
+ High Ciphers + +
+
+ Medium Ciphers + +
+
+ Low Ciphers + +
+
+ Export Ciphers + +
+
+ Default Ciphers + +
- -
- Test Section 2 - - This is a test paragraph in Section 2 - - - - This is a test listitem. - - - - -
- diff --git a/Securing_TLS/en-US/Securing_TLS.xml b/Securing_TLS/en-US/Securing_TLS.xml index b9a8245..9aa9582 100644 --- a/Securing_TLS/en-US/Securing_TLS.xml +++ b/Securing_TLS/en-US/Securing_TLS.xml @@ -7,6 +7,7 @@ +