Daniel Stenberg 2a699bc6e9 CURLOPT_SSL_OPTIONS: added
Allow an appliction to set libcurl specific SSL options. The first and
only options supported right now is CURLSSLOPT_ALLOW_BEAST.

It will make libcurl to disable any work-arounds the underlying SSL
library may have to address a known security flaw in the SSL3 and TLS1.0
protocol versions.

This is a reaction to us unconditionally removing that behavior after
this security advisory:

http://curl.haxx.se/docs/adv_20120124B.html

... it did however cause a lot of programs to fail because of old
servers not liking this work-around. Now programs can opt to decrease
the security in order to interoperate with old servers better.
2012-02-09 22:22:54 +01:00
..
2010-04-14 17:34:57 +02:00
ABI
2009-05-01 20:20:54 +00:00
2010-03-24 11:02:54 +01:00
2010-03-24 11:02:54 +01:00
2012-02-09 22:22:54 +01:00
2011-03-12 00:14:32 +01:00
2005-06-03 21:38:40 +00:00
2011-03-12 00:14:32 +01:00
2012-02-09 22:22:54 +01:00