summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_CERTINFO.3
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2020-02-24 15:56:49 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2020-02-24 15:57:31 +0900
commit1127a2d91941b474b346c96a1499f3493a3f0f40 (patch)
treee6734b853d299aa98a3653cebf0233a712c07009 /docs/libcurl/opts/CURLOPT_CERTINFO.3
parentbc9ddd35af69662a667d983e2484f557f76cf230 (diff)
downloadcurl-1127a2d91941b474b346c96a1499f3493a3f0f40.tar.gz
curl-1127a2d91941b474b346c96a1499f3493a3f0f40.tar.bz2
curl-1127a2d91941b474b346c96a1499f3493a3f0f40.zip
Imported Upstream version 7.68.0upstream/7.68.0
Change-Id: I37422e43c2c4c25904a4fc2a391c4a32ba3b9f5c
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_CERTINFO.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_CERTINFO.37
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/libcurl/opts/CURLOPT_CERTINFO.3 b/docs/libcurl/opts/CURLOPT_CERTINFO.3
index e800bf5de..88e9327c0 100644
--- a/docs/libcurl/opts/CURLOPT_CERTINFO.3
+++ b/docs/libcurl/opts/CURLOPT_CERTINFO.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2019, 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
@@ -20,7 +20,7 @@
.\" *
.\" **************************************************************************
.\"
-.TH CURLOPT_CERTINFO 3 "May 27, 2017" "libcurl 7.62.0" "curl_easy_setopt options"
+.TH CURLOPT_CERTINFO 3 "January 29, 2019" "libcurl 7.68.0" "curl_easy_setopt options"
.SH NAME
CURLOPT_CERTINFO \- request SSL certificate information
@@ -71,7 +71,8 @@ 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, Schannel, NSS and GSKit
+backends.
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"