mirror of
https://github.com/curl/curl.git
synced 2026-08-01 20:50:27 +03:00
- Made the curl tool's -w option support the %{ssl_verify_result} variable
This commit is contained in:
parent
bc649593e4
commit
03986f1b8b
2 changed files with 11 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue