diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-07-13 13:17:53 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-07-13 13:17:53 +0100 |
commit | 2a86e85a20da4563ed1e6bca08504fb88ffc66a6 (patch) | |
tree | ab65ee75cdd50c759cef81d78c7cb53849a36c9b /core/certmanager.lua | |
parent | 1398e3d4f3728b9d19acde9b0f8bd123964bea82 (diff) | |
parent | a0093f80ff627e2ab11412272662d6fcbdc39702 (diff) | |
download | prosody-2a86e85a20da4563ed1e6bca08504fb88ffc66a6.tar.gz prosody-2a86e85a20da4563ed1e6bca08504fb88ffc66a6.zip |
Merge 0.9->trunk
Diffstat (limited to 'core/certmanager.lua')
-rw-r--r-- | core/certmanager.lua | 1 |
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 |