]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_SSL_VERIFYPEER.3: add two more see also options
authorDaniel Stenberg <daniel@haxx.se>
Sun, 6 Aug 2023 21:24:32 +0000 (23:24 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 Aug 2023 06:25:46 +0000 (08:25 +0200)
CURLINFO_CAINFO and CURLINFO_CAPATH

Closes #11603

docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3

index 56d09504f58d65f15715e819a1909a6a13ffafe8..b0d186eae9b015130aa308c23e57912343f374ac 100644 (file)
@@ -91,3 +91,5 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
 .BR CURLOPT_PROXY_SSL_VERIFYPEER "(3), "
 .BR CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
 .BR CURLOPT_CAINFO "(3), "
+.BR CURLINFO_CAINFO "(3), "
+.BR CURLINFO_CAPATH "(3), "