[PATCH 1/3] curl: Fix parsing of readahead option from filename [PATCH 2/3] curl: Add sslverify option [PATCH 3/3] curl: Add usage documentation
Parsing the readahead option from a curl filename seems to have been broken for some time. The first patch restores what seems to have been its undocumented previous behaviour. The second patch adds a new sslverify option, allowing checking of ssl certs to be disabled. The last patch adds usage documentation for the curl driver, including the newly added sslverify option. Matt