aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-07-30 21:24:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-07-30 21:24:19 +0000
commit03986f1b8b62483da55432fe2b63d0e3d4df2771 (patch)
treed425eff3d023d834befca93c1f9e4ee9ebf69cfe /docs
parentbc649593e4b27b17c5f9d4455d50123cdf6a66d3 (diff)
- Made the curl tool's -w option support the %{ssl_verify_result} variable
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.14
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 3af6bda5d..a87e1cc09 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1303,6 +1303,10 @@ will show the actual URL a redirect \fIwould\fP take you to. (Added in 7.18.2)
.B ftp_entry_path
The initial path libcurl ended up in when logging on to the remote FTP
server. (Added in 7.15.4)
+.TP
+.B ssl_verify_result
+The result of the SSL peer certificate verification that was requested. 0
+means the verification was successful. (Added in 7.19.0)
.RE
If this option is used several times, the last one will be used.