From 439b84c78222706c54a878cbc4238a2580a228b1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 21 Dec 2006 09:36:03 +0000 Subject: CURLOPT_CAPATH is OpenSSL-only --- docs/libcurl/curl_easy_setopt.3 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/libcurl') diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index ca4c8af65..4893c0e24 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -1237,14 +1237,14 @@ even indicate an accessible file. Note that option is by default set to the system path where libcurl's cacert bundle is assumed to be stored, as established at build time. .IP CURLOPT_CAPATH -Pass a char * to a zero terminated string naming a directory holding -multiple CA certificates to verify the peer with. The certificate -directory must be prepared using the openssl c_rehash utility. This -makes sense only when used in combination with the -\fICURLOPT_SSL_VERIFYPEER\fP option. If \fICURLOPT_SSL_VERIFYPEER\fP -is zero, \fICURLOPT_CAPATH\fP need not even indicate an accessible -path. The \fICURLOPT_CAPATH\fP function apparently does not work in -Windows due to some limitation in openssl. (Added in 7.9.8) +Pass a char * to a zero terminated string naming a directory holding multiple +CA certificates to verify the peer with. The certificate directory must be +prepared using the openssl c_rehash utility. This makes sense only when used +in combination with the \fICURLOPT_SSL_VERIFYPEER\fP option. If +\fICURLOPT_SSL_VERIFYPEER\fP is zero, \fICURLOPT_CAPATH\fP need not even +indicate an accessible path. The \fICURLOPT_CAPATH\fP function apparently +does not work in Windows due to some limitation in openssl. This option is +OpenSSL-specific and does nothing if libcurl is built to use GnuTLS. .IP CURLOPT_RANDOM_FILE Pass a char * to a zero terminated file name. The file will be used to read from to seed the random engine for SSL. The more random the specified file is, -- cgit v1.2.3