# HG changeset patch # User Kim Alvefur # Date 1442084683 -7200 # Node ID 032b209bb8ffd3c343698e4a8fc078a32270b97a # Parent 98ad01cc83cf6d4b920002c346dd9d2d6e5c7b3c mod_tls_policy/README: Reflow and strip trailing whitespace (pandoc thougt it meant explicit line breaks) diff -r 98ad01cc83cf -r 032b209bb8ff mod_tls_policy/README.markdown --- a/mod_tls_policy/README.markdown Sat Sep 12 21:02:33 2015 +0200 +++ b/mod_tls_policy/README.markdown Sat Sep 12 21:04:43 2015 +0200 @@ -2,16 +2,16 @@ # Introduction -This module arose from discussions at the XMPP Summit about enforcing -better ciphers in TLS. It may seem attractive to disallow some -insecure ciphers or require forward secrecy, but doing this at the TLS -level would the user with an unhelpful "Encryption failed" message. -This module does this enforcing at the application level, allowing -better error messages. +This module arose from discussions at the XMPP Summit about enforcing +better ciphers in TLS. It may seem attractive to disallow some insecure +ciphers or require forward secrecy, but doing this at the TLS level +would the user with an unhelpful "Encryption failed" message. This +module does this enforcing at the application level, allowing better +error messages. # Configuration -First, download and add the module to `module_enabled`. Then you can +First, download and add the module to `module_enabled`. Then you can decide on what policy you want to have. Requiring ciphers with forward secrecy is the most simple to set up.