log core/certmanager.lua @ 6053:2f93a04564b2

age author description
Thu, 21 Nov 2013 02:11:09 +0000 Matthew Wild certmanager: Further cipher string tweaking. Re-enable ciphers required for DSA and ECDH certs/keys.
Tue, 12 Nov 2013 02:23:02 +0000 Matthew Wild Merge 0.9->0.10
Tue, 12 Nov 2013 02:13:01 +0000 Matthew Wild Back out 1b0ac7950129, as SSLv3 appears to still be in moderate use on the network. Also, although obsolete, SSLv3 isn't documented to have any weaknesses that TLS 1.0 (the most common version used today) doesn't also have. Get your act together clients!
Sun, 10 Nov 2013 18:49:34 +0000 Matthew Wild Merge 0.9->0.10
Sun, 10 Nov 2013 18:46:48 +0000 Matthew Wild certmanager: Update default cipher string to prefer forward-secrecy over cipher strength and to disable triple-DES (weaker and much slower than AES)
Sat, 09 Nov 2013 18:36:32 +0000 Matthew Wild Merge 0.9->0.10
Sat, 09 Nov 2013 17:54:21 +0000 Matthew Wild certmanager: Fix order of options, so that the dynamic option is at the end of the array
Sat, 09 Nov 2013 17:50:19 +0000 Matthew Wild certmanager: Default to using the server's cipher preference order by default, as clients have been shown to commonly select weak and insecure ciphers even when they support stronger ones
Thu, 31 Oct 2013 20:47:57 +0100 Kim Alvefur Merge 0.9 -> 0.10
Thu, 31 Oct 2013 19:00:36 +0100 Kim Alvefur certmanager: Disable SSLv3 by default
Tue, 15 Oct 2013 10:47:34 +0200 Kim Alvefur certmanager: Fix. Again.
Tue, 15 Oct 2013 01:37:16 +0200 Kim Alvefur certmanager: Add back single_dh_use and single_ecdh_use to default options (Zash breaks, Zash unbreaks)
Tue, 03 Sep 2013 15:43:59 +0200 Kim Alvefur certmanager: Allow for specifying the dhparam option as a path to a file instead of a callback
Tue, 03 Sep 2013 13:43:39 +0200 Kim Alvefur Merge 0.9->trunk
Tue, 03 Sep 2013 13:40:29 +0200 Kim Alvefur certmanager: Fix dhparam callback, missing imports (Testing, pfft) 0.9.1
Tue, 03 Sep 2013 12:32:18 +0100 Matthew Wild Merge 0.9->trunk
Tue, 03 Sep 2013 13:13:31 +0200 Kim Alvefur certmanager: Allow for specifying the dhparam option as a path to a file instead of a callback
Tue, 03 Sep 2013 12:11:11 +0100 Matthew Wild certmanager: Fix for working around a bug with LuaSec 0.4.1 that causes it to not honour the 'ciphers' option. This change will apply 0.9's default cipher string for LuaSec 0.4.1 users.
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Sat, 13 Jul 2013 13:17:53 +0100 Matthew Wild Merge 0.9->trunk
Sat, 13 Jul 2013 13:15:24 +0100 Matthew Wild certmanager: Set our own default cipher string, which includes only ciphers regarded as 'HIGH' strength (by OpenSSL). In particular this disables RC4.
Thu, 13 Jun 2013 17:44:42 +0200 Kim Alvefur certmanager: Overhaul of how ssl configs are built.
Thu, 13 Jun 2013 00:46:29 +0100 Matthew Wild Merge 0.9->trunk
Thu, 13 Jun 2013 00:45:41 +0100 Matthew Wild certmanager: Add single_dh_use and single_ecdh_use to default options
Thu, 13 Jun 2013 00:09:56 +0100 Matthew Wild Merge 0.9->trunk
Thu, 13 Jun 2013 00:04:04 +0100 Matthew Wild certmanager: Set ssl.curve to 'secp384r1' by default, to enable ECC ciphers
Tue, 11 Jun 2013 21:50:41 +0100 Matthew Wild Merge 0.9->trunk
Tue, 11 Jun 2013 21:44:53 +0100 Matthew Wild certmanager: Use 'curve' and 'dhparam' options from ssl config if present
Fri, 07 Jun 2013 20:55:02 +0200 Kim Alvefur certmanager: Complain if key or certificate is missing from SSL config.
Wed, 22 May 2013 14:32:02 +0100 Matthew Wild certmanager: Disable SSL compression if possible (LuaSec 0.5 or 0.4.1+OpenSSL 1.x)