Skip to content

Commit

Permalink
opts: CURLOPT_CAINFO availability depends on SSL engine
Browse files Browse the repository at this point in the history
  • Loading branch information
jay authored and bagder committed Feb 3, 2015
1 parent f91a7bc commit ac100f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/libcurl/opts/CURLOPT_CAINFO.3
Expand Up @@ -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.
Expand Down

0 comments on commit ac100f1

Please sign in to comment.