Hi Jacek,

On Sat, Mar 30, 2013 at 8:36 AM, Jacek Caban <jacek@codeweavers.com> wrote:
Most of the argument could be used against enabling TLS 1.1 and TLS 1.2, because it's not present on older Macs (nor enabled by default on Windows), so we'll have different behaviour. That's sadly something we have to live with. Anyway, I'm all for trying to avoid using SSL2, but I'd like to be a bit less extreme. How about this patch:

http://source.winehq.org/patches/data/95298

With this patch, SSL2 will be completely disabled in default Wine config, but it will be still possible to enable by registries, if someone really needs it.

Thanks, this approach looks good to me.
--Juan