summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_CAPATH.3
Commit message (Collapse)AuthorAgeFilesLines
* mbedtls: enable CA path processingJay Satiro2017-09-101-2/+3
| | | | | | | | CA path processing was implemented when mbedtls.c was added to libcurl in fe7590f, but it was never enabled. Bug: https://github.com/curl/curl/issues/1877 Reported-by: SBKarr@users.noreply.github.com
* opts: more examples added in option man pagesDaniel Stenberg2017-05-271-2/+10
|
* url: Improve CURLOPT_PROXY_CAPATH error handlingJay Satiro2017-02-211-2/+7
| | | | | | | | | | | | | | | - Change CURLOPT_PROXY_CAPATH to return CURLE_NOT_BUILT_IN if the option is not supported, which is the same as what we already do for CURLOPT_CAPATH. - Change the curl tool to handle CURLOPT_PROXY_CAPATH error CURLE_NOT_BUILT_IN as a warning instead of as an error, which is the same as what we already do for CURLOPT_CAPATH. - Fix CAPATH docs to show that CURLE_NOT_BUILT_IN is returned when the respective CAPATH option is not supported by the SSL library. Ref: https://github.com/curl/curl/pull/1257
* docs: Add note about libcurl copying strings to CURLOPT_* manpagesFrank Gevaerts2017-01-131-0/+3
| | | | Closes #1169
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* opts: Corrected TLS protocols list to include POP3S rather than POP3Steve Holme2015-11-071-2/+2
|
* gtls: add support for CURLOPT_CAPATHAlessandro Ghedini2015-03-101-3/+2
|
* CURLOPT_CA*: better refering between *CAINFO and *CAPATHDaniel Stenberg2014-09-031-4/+5
| | | | ... and a minor wording edit
* opts: 11 more man pagesDaniel Stenberg2014-06-191-0/+53