Diff

core/certmanager.lua @ 5746:3137751751b4

Merge 0.9->trunk
author Matthew Wild <mwild1@gmail.com>
date Sat, 13 Jul 2013 13:17:53 +0100
parent 5684:5554029d759b
parent 5745:a1b0cfebeeba
child 5776:bd0ff8ae98a8
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