summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_CERTINFO.3
diff options
context:
space:
mode:
authorSergey Markelov <sergey@solidstatenetworks.com>2021-07-09 17:30:38 -0700
committerDaniel Stenberg <daniel@haxx.se>2021-08-17 08:40:44 +0200
commit1828f6ae2e10204215bbb1e6cc368587cc6d8fc1 (patch)
tree0c96326fe2f874fb9dce67be017eeb3fe4f7fd78 /docs/libcurl/opts/CURLOPT_CERTINFO.3
parent44f88e662fea270de13927333dd7e2030363447e (diff)
downloadcurl-1828f6ae2e10204215bbb1e6cc368587cc6d8fc1.tar.gz
sectransp: support CURLINFO_CERTINFO
Fixes #4130 Closes #7372
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_CERTINFO.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_CERTINFO.35
1 files changed, 3 insertions, 2 deletions
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"