aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-06 22:59:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-06 22:59:05 +0000
commit4ccda6d692369b7b233cca56ebe0e4fa89f3b05b (patch)
treed88ec6ad7294201205beacbbc73900526ec7c166 /docs
parent7390c3a8afa821ca715a45356ba9399da7e1ba91 (diff)
Added CURLINFO_SSL_VERIFYRESULT
Diffstat (limited to 'docs')
-rw-r--r--docs/curl_easy_getinfo.37
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/curl_easy_getinfo.3 b/docs/curl_easy_getinfo.3
index 4fe7690f7..95d2a5564 100644
--- a/docs/curl_easy_getinfo.3
+++ b/docs/curl_easy_getinfo.3
@@ -2,7 +2,7 @@
.\" nroff -man [file]
.\" Written by daniel@haxx.se
.\"
-.TH curl_easy_init 3 "2 October 2000" "Curl 7.4" "libcurl Manual"
+.TH curl_easy_init 3 "30 October 2000" "Curl 7.4.2" "libcurl Manual"
.SH NAME
curl_easy_getinfo - Extract information from a curl session (added in 7.4)
.SH SYNOPSIS
@@ -70,6 +70,11 @@ received.
Pass a pointer to a long to receive the total size of the issued
requests. This is so far only for HTTP requests. Note that this may be more
than one request if FOLLOWLOCATION is true.
+.TP
+.B CURLINFO_SSL_VERIFYRESULT
+Pass a pointer to a long to receive the result of the certification
+verification that was requested (using the CURLOPT_SSL_VERIFYPEER option to
+curl_easy_setopt). (Added in 7.4.2)
.PP
.SH RETURN VALUE