]> granicus.if.org Git - curl/commitdiff
opts: CURLOPT_CAINFO availability depends on SSL engine
authorJay Satiro <raysatiro@yahoo.com>
Sun, 11 Jan 2015 05:10:05 +0000 (00:10 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Feb 2015 07:41:25 +0000 (08:41 +0100)
docs/libcurl/opts/CURLOPT_CAINFO.3

index cb7f47b74f0515bfa2b005c1e3c81d41c3440892..85c9ba30ae0616aaceb937bb6371ea48f789fa52 100644 (file)
@@ -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.