diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-09-03 23:04:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-09-03 23:04:52 +0200 |
commit | 0b48d1c821ee945f1baa2bb791e58349436592d4 (patch) | |
tree | daa0ae2b2a6439ad3d2b84ae34273a4224b66556 /docs | |
parent | 9e50d8f8bc4df7b6d43e4743911c0dabf1c8fd42 (diff) |
CURLOPT_CA*: better refering between *CAINFO and *CAPATH
... and a minor wording edit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_CAINFO.3 | 1 | ||||
-rw-r--r-- | docs/libcurl/opts/CURLOPT_CAPATH.3 | 9 |
2 files changed, 6 insertions, 4 deletions
diff --git a/docs/libcurl/opts/CURLOPT_CAINFO.3 b/docs/libcurl/opts/CURLOPT_CAINFO.3 index 1f2dfc42b..cb7f47b74 100644 --- a/docs/libcurl/opts/CURLOPT_CAINFO.3 +++ b/docs/libcurl/opts/CURLOPT_CAINFO.3 @@ -52,4 +52,5 @@ If built TLS enabled Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or CURLE_OUT_OF_MEMORY if there was insufficient heap space. .SH "SEE ALSO" +.BR CURLOPT_CAPATH "(3), " .BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_SSL_VERIFYHOST "(3), " diff --git a/docs/libcurl/opts/CURLOPT_CAPATH.3 b/docs/libcurl/opts/CURLOPT_CAPATH.3 index 1edfbcd4b..642953dc9 100644 --- a/docs/libcurl/opts/CURLOPT_CAPATH.3 +++ b/docs/libcurl/opts/CURLOPT_CAPATH.3 @@ -32,10 +32,10 @@ Pass a char * to a zero terminated string naming a directory holding multiple CA certificates to verify the peer with. If libcurl is built against OpenSSL, 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(3)\fP option. If \fICURLOPT_SSL_VERIFYPEER(3)\fP is -zero, \fICURLOPT_CAPATH(3)\fP need not even indicate an accessible path. The -\fICURLOPT_CAPATH(3)\fP function apparently does not work in Windows due to -some limitation in openssl. +\fICURLOPT_SSL_VERIFYPEER(3)\fP option. + +The \fICURLOPT_CAPATH(3)\fP function apparently does not work in Windows due +to some limitation in openssl. .SH DEFAULT NULL .SH PROTOCOLS @@ -50,4 +50,5 @@ compatibility. Returns CURLE_OK if TLS enabled, and CURLE_UNKNOWN_OPTION if not, or CURLE_OUT_OF_MEMORY if there was insufficient heap space. .SH "SEE ALSO" +.BR CURLOPT_CAINFO "(3), " .BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), " |