aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2015-01-11 00:10:05 -0500
committerDaniel Stenberg <daniel@haxx.se>2015-02-03 08:41:25 +0100
commitac100f162448481c1401b9f8cce1b1ad6c264862 (patch)
tree0d9811ec3bdecb193d32cb9fc5e674ca6910e990
parentf91a7bc992007e6407c1f997a64f1a5b80d5b7ff (diff)
opts: CURLOPT_CAINFO availability depends on SSL engine
-rw-r--r--docs/libcurl/opts/CURLOPT_CAINFO.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_CAINFO.3 b/docs/libcurl/opts/CURLOPT_CAINFO.3
index cb7f47b74..85c9ba30a 100644
--- a/docs/libcurl/opts/CURLOPT_CAINFO.3
+++ b/docs/libcurl/opts/CURLOPT_CAINFO.3
@@ -47,7 +47,8 @@ All TLS based protocols: HTTPS, FTPS, IMAPS, POP3, SMTPS etc.
.SH EXAMPLE
TODO
.SH AVAILABILITY
-If built TLS enabled
+For SSL engines that don't support certificate files the CURLOPT_CAINFO option
+is ignored. Refer to http://curl.haxx.se/docs/ssl-compared.html
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.