diff options
author | Andrew Kurushin <ajax16384@gmail.com> | 2016-06-01 08:48:30 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-06-01 08:50:01 +0200 |
commit | 6cabd78531f80d5c6cd942ed1aa97eaa5ec080df (patch) | |
tree | 13c57e22e971834f40dafb2c10605f17c04f27f0 /docs/libcurl/opts | |
parent | c444ace5568cdbd7c4f85fecb3f05680aaa5b96d (diff) |
schannel: add CURLOPT_CERTINFO support
Closes #822
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r-- | docs/libcurl/opts/CURLINFO_CERTINFO.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/opts/CURLINFO_CERTINFO.3 b/docs/libcurl/opts/CURLINFO_CERTINFO.3 index c76daa7a3..cb0bd8aa3 100644 --- a/docs/libcurl/opts/CURLINFO_CERTINFO.3 +++ b/docs/libcurl/opts/CURLINFO_CERTINFO.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -41,8 +41,8 @@ All TLS-based .SH EXAMPLE TODO .SH AVAILABILITY -This option is only working in libcurl built with OpenSSL, NSS or GSKit -support. +This option is only working in libcurl built with OpenSSL, NSS, schannel or +GSKit support. schannel support added in 7.50.0 Added in 7.19.1 .SH RETURN VALUE |