Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-16 | curl: Added support for --mail-auth | Steve Holme | |
Added an extra command-line argument to support the optional AUTH parameter in SMTPs MAIL FROM command. | |||
2012-02-13 | configure: add option disable --libcurl output | Colin Hogben | |
2012-02-09 | nss: add support for the CURLSSLOPT_ALLOW_BEAST option | Kamil Dudka | |
... and fix some typos from the 62d15f1 commit. | |||
2012-02-09 | --ssl-allow-beast added | Daniel Stenberg | |
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. | |||
2011-10-05 | curl tool: code moved to tool_*.[ch] files | Yang Tse | |