From: Daniel Stenberg Date: Tue, 22 Nov 2022 09:38:16 +0000 (+0100) Subject: docs: add more "SEE ALSO" links to CA related pages X-Git-Tag: curl-7_87_0~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66ca8ace1a603c9fa4b3e3df478ca6d109abdfb6;p=thirdparty%2Fcurl.git docs: add more "SEE ALSO" links to CA related pages Closes #9959 --- diff --git a/docs/libcurl/opts/CURLOPT_CAINFO.3 b/docs/libcurl/opts/CURLOPT_CAINFO.3 index afcb062c04..c02950fc94 100644 --- a/docs/libcurl/opts/CURLOPT_CAINFO.3 +++ b/docs/libcurl/opts/CURLOPT_CAINFO.3 @@ -44,7 +44,7 @@ certificate bundle is assumed to be stored, as established at build time. If curl is built against the NSS SSL library, the NSS PEM PKCS#11 module (libnsspem.so) needs to be available for this option to work properly. -Starting with curl-7.55.0, if both \fICURLOPT_CAINFO(3)\fP and +Starting with curl 7.55.0, if both \fICURLOPT_CAINFO(3)\fP and \fICURLOPT_CAPATH(3)\fP are unset, NSS-linked libcurl tries to load libnssckbi.so, which contains a more comprehensive set of trust information than supported by nss-pem, because libnssckbi.so also includes information @@ -88,4 +88,4 @@ CURLE_OUT_OF_MEMORY if there was insufficient heap space. .SH "SEE ALSO" .BR CURLOPT_CAINFO_BLOB "(3), " CURLOPT_CAPATH "(3), " .BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_SSL_VERIFYHOST "(3), " -.BR CURLINFO_CAINFO "(3), " +.BR CURLINFO_CAINFO "(3), " CURLOPT_CA_CACHE_TIMEOUT "(3), " diff --git a/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3 b/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3 index 9df050ec81..a91535bc4a 100644 --- a/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3 +++ b/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3 @@ -74,3 +74,5 @@ functionality is the OpenSSL (and forks) backend. Returns CURLE_OK .SH "SEE ALSO" .BR CURLOPT_CAINFO "(3), " +.BR CURLOPT_CAINFO_BLOB "(3), " CURLOPT_CAPATH "(3), " +.BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_SSL_VERIFYHOST "(3), "