diff options
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/opts/CURLINFO_CERTINFO.3 | 5 | ||||
-rw-r--r-- | docs/libcurl/opts/CURLOPT_CERTINFO.3 | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/docs/libcurl/opts/CURLINFO_CERTINFO.3 b/docs/libcurl/opts/CURLINFO_CERTINFO.3 index 8f5be245e..164e88a04 100644 --- a/docs/libcurl/opts/CURLINFO_CERTINFO.3 +++ b/docs/libcurl/opts/CURLINFO_CERTINFO.3 @@ -71,8 +71,9 @@ if(curl) { } .fi .SH AVAILABILITY -This option is only working in libcurl built with OpenSSL, NSS, Schannel or -GSKit support. Schannel support added in 7.50.0 +This option is only working in libcurl built with OpenSSL, NSS, Schannel, GSKit +or Secure Transport support. Schannel support added in 7.50.0. Secure Transport +support added in 7.79.0. Added in 7.19.1 .SH RETURN VALUE diff --git a/docs/libcurl/opts/CURLOPT_CERTINFO.3 b/docs/libcurl/opts/CURLOPT_CERTINFO.3 index 1cd541e83..cc280c498 100644 --- a/docs/libcurl/opts/CURLOPT_CERTINFO.3 +++ b/docs/libcurl/opts/CURLOPT_CERTINFO.3 @@ -70,8 +70,9 @@ if(curl) { } .fi .SH AVAILABILITY -This option is supported by the OpenSSL, GnuTLS, Schannel, NSS and GSKit -backends. +This option is supported by the OpenSSL, GnuTLS, Schannel, NSS, GSKit and +Secure Transport backends. Schannel support added in 7.50.0. Secure Transport +support added in 7.79.0. .SH RETURN VALUE Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. .SH "SEE ALSO" |