MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / curl_certinfo

Class curl_certinfo

include/curl_easy.h:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 CURLCPP_DEFINE_INFO(CURLINFO_FTP_ENTRY_PATH,char *);
133 // Certificate chain
134 CURLCPP_DEFINE_INFO(CURLINFO_CERTINFO,struct curl_certinfo *);
135 // This costant is avaiable with libcurl < 7.48
136#if defined(LIBCURL_VERSION_NUM) && LIBCURL_VERSION_NUM < 0x073000
137 // TLS session info that can be used for further processing.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected