diff options
author | marcosdiazr <mdmarcosdiaz@gmail.com> | 2018-10-30 18:06:30 -0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-11-01 10:21:51 +0100 |
commit | 7f4c358541fdadcf29ba20bcdff71c5554e5f69c (patch) | |
tree | 51ab1e99bbe5479ceaed9b1f20adee7119e3e004 /docs/libcurl/opts | |
parent | 58d04252e157929fa24e5e32c2f89b4ab6ecda8b (diff) |
schannel: make CURLOPT_CERTINFO support using Issuer chain
Closes #3197
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_CERTINFO.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_CERTINFO.3 b/docs/libcurl/opts/CURLOPT_CERTINFO.3 index f60b1d54d..435094037 100644 --- a/docs/libcurl/opts/CURLOPT_CERTINFO.3 +++ b/docs/libcurl/opts/CURLOPT_CERTINFO.3 @@ -70,7 +70,7 @@ if(curl) { } .fi .SH AVAILABILITY -This option is supported by the OpenSSL, GnuTLS, NSS and GSKit backends. +This option is supported by the OpenSSL, GnuTLS, WinSSL, NSS and GSKit backends. .SH RETURN VALUE Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. .SH "SEE ALSO" |