Home
last modified time | relevance | path

Searched defs:ssl_primary_config (Results 1 – 1 of 1) sorted by relevance

/third_party/curl/lib/
Durldata.h244 struct ssl_primary_config { struct
245 long version; /* what version the client wants to use */
246 long version_max; /* max supported version the client wants to use*/
247 char *CApath; /* certificate dir (doesn't work on windows) */
248 char *CAfile; /* certificate to verify peer against */
249 char *issuercert; /* optional issuer certificate filename */
250 char *clientcert;
274 struct ssl_primary_config primary; argument