CURLOPT_SSL_VERIFYPEER.3: add two more see also options

CURLINFO_CAINFO and CURLINFO_CAPATH

Closes #11603
This commit is contained in:
Daniel Stenberg 2023-08-06 23:24:32 +02:00
parent bfc9d56a91
commit 03c79448e0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View 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), "