Changeset

5746:3137751751b4

Merge 0.9->trunk
author Matthew Wild <mwild1@gmail.com>
date Sat, 13 Jul 2013 13:17:53 +0100
parents 5744:253dfea0e3f6 (current diff) 5745:a1b0cfebeeba (diff)
children 5747:23076ee191d3
files core/certmanager.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/core/certmanager.lua	Fri Jul 12 17:44:30 2013 +0200
+++ b/core/certmanager.lua	Sat Jul 13 13:17:53 2013 +0100
@@ -38,6 +38,7 @@
 	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