Software /
code /
prosody-modules
Changeset
1843:032b209bb8ff
mod_tls_policy/README: Reflow and strip trailing whitespace (pandoc thougt it meant explicit line breaks)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 12 Sep 2015 21:04:43 +0200 |
parents | 1842:98ad01cc83cf |
children | 1844:04e168063fc7 |
files | mod_tls_policy/README.markdown |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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.