]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: add more "SEE ALSO" links to CA related pages
authorDaniel Stenberg <daniel@haxx.se>
Tue, 22 Nov 2022 09:38:16 +0000 (10:38 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Nov 2022 13:43:38 +0000 (14:43 +0100)
Closes #9959

docs/libcurl/opts/CURLOPT_CAINFO.3
docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3

index afcb062c041d1af9a5ff970f0417b12bbb41524d..c02950fc948998f7ccb4a0b1e27f32d41a5bbf5e 100644 (file)
@@ -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), "
index 9df050ec81e617bf19a093e5ac0e63d4ff9f2c22..a91535bc4a829ff17550c6406e16db30050e4ed7 100644 (file)
@@ -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), "