diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2015-03-08 20:11:06 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-03-10 15:03:54 +0100 |
commit | 5a1614cecdd57cab8b4ae3e9bc19dfff5ba77e80 (patch) | |
tree | e8e0417bd371e79d59553334f0522433df75b978 /docs/libcurl/opts | |
parent | 0f24df6e54c193941f04c1c2378ef09366002f2f (diff) |
gtls: add support for CURLOPT_CAPATH
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_CAPATH.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/libcurl/opts/CURLOPT_CAPATH.3 b/docs/libcurl/opts/CURLOPT_CAPATH.3 index 642953dc9..6695f9f3c 100644 --- a/docs/libcurl/opts/CURLOPT_CAPATH.3 +++ b/docs/libcurl/opts/CURLOPT_CAPATH.3 @@ -43,9 +43,8 @@ All TLS based protocols: HTTPS, FTPS, IMAPS, POP3, SMTPS etc. .SH EXAMPLE TODO .SH AVAILABILITY -This option is OpenSSL-specific and does nothing if libcurl is built to use -GnuTLS. NSS-powered libcurl provides the option only for backward -compatibility. +This option is supported by the OpenSSL, GnuTLS and PolarSSL backends. The NSS +backend provides the option only for backward compatibility. .SH RETURN VALUE Returns CURLE_OK if TLS enabled, and CURLE_UNKNOWN_OPTION if not, or CURLE_OUT_OF_MEMORY if there was insufficient heap space. |