curl_certinfo

info about the certificate chain, only for OpenSSL builds. Asked for with CURLOPT_CERTINFO / CURLINFO_CERTINFO

extern (C)
struct curl_certinfo {}

Members

Variables

certinfo
curl_slist** certinfo;

for each index in this array, there's a linked list with textual information in the format "name: value"

num_of_certs
int num_of_certs;

number of certificates with information

Meta