--ssl-allow-beast added
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Feb 2012 21:25:04 +0000 (22:25 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Feb 2012 21:28:58 +0000 (22:28 +0100)
commit62d15f159e163bf4e1a27ac1b0ffd9b84e02bf56
tree814274226306bf3baeeeef30c5baa2aadd50f9a4
parent2a699bc6e94b8223d900e8880ad628aebf17ab6d
--ssl-allow-beast added

This new option tells curl to not work around a security flaw in the
SSL3 and TLS1.0 protocols. It uses the new libcurl option
CURLOPT_SSL_OPTIONS with the CURLSSLOPT_ALLOW_BEAST bit set.
docs/curl.1
src/tool_cfgable.h
src/tool_getparam.c
src/tool_help.c
src/tool_operate.c