aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-07-13 13:17:53 +0100
committerMatthew Wild <mwild1@gmail.com>2013-07-13 13:17:53 +0100
commit2a86e85a20da4563ed1e6bca08504fb88ffc66a6 (patch)
treeab65ee75cdd50c759cef81d78c7cb53849a36c9b /core
parent1398e3d4f3728b9d19acde9b0f8bd123964bea82 (diff)
parenta0093f80ff627e2ab11412272662d6fcbdc39702 (diff)
downloadprosody-2a86e85a20da4563ed1e6bca08504fb88ffc66a6.tar.gz
prosody-2a86e85a20da4563ed1e6bca08504fb88ffc66a6.zip
Merge 0.9->trunk
Diffstat (limited to 'core')
-rw-r--r--core/certmanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/certmanager.lua b/core/certmanager.lua
index 92b63ec3..dc08cb78 100644
--- a/core/certmanager.lua
+++ b/core/certmanager.lua
@@ -38,6 +38,7 @@ local core_defaults = {
options = { "no_sslv2", luasec_has_noticket and "no_ticket" or nil };
verifyext = { "lsec_continue", "lsec_ignore_purpose" };
curve = "secp384r1";
+ ciphers = "HIGH:!DSS:!aNULL@STRENGTH";
}
local path_options = { -- These we pass through resolve_path()
key = true, certificate = true, cafile = true, capath = true