winssl: improved default SSL/TLS protocol selection
authorMarc Hoersken <info@marc-hoersken.de>
Sun, 19 Jan 2014 13:13:21 +0000 (14:13 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Fri, 31 Jan 2014 19:01:25 +0000 (20:01 +0100)
commit82f558366f7db6de5fef2e7d02c0d3a7a4bc4057
tree97f3e3fce9ea04171e306a176e2f328266ed6021
parent6fb34ea6c60a35c8ac27ba7091fa95c2c4803913
winssl: improved default SSL/TLS protocol selection

For some reason Windows 7 SP1 chooses TLS 1.0 instead of TLS 1.2
if it is not explicitly enabled within grbitEnabledProtocols.

More information can be found on MSDN:
http://msdn.microsoft.com/library/windows/desktop/aa379810.aspx
lib/vtls/curl_schannel.c