mirror of
https://github.com/curl/curl.git
synced 2026-07-30 14:18:41 +03:00
mention the openssl requirement for the certinfo data
This commit is contained in:
parent
86c5d02a5e
commit
a8245df745
1 changed files with 2 additions and 1 deletions
|
|
@ -197,7 +197,8 @@ chain, assuming you had CURLOPT_CERTINFO enabled when the previous request was
|
|||
done. The struct reports how many certs it found and then you can extract info
|
||||
for each of those certs by following the linked lists. The info chain is
|
||||
provided in a series of data in the format "name:content" where the content is
|
||||
for the specific named data. See also the certinfo.c example. (Added in
|
||||
for the specific named data. See also the certinfo.c example. NOTE: this
|
||||
option is only available in libcurl built with OpenSSL support. (Added in
|
||||
7.19.1)
|
||||
.SH TIMES
|
||||
.NF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue