Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h238 struct ssl_config_data { struct
239 struct ssl_primary_config primary;
240 long certverifyresult; /* result from the certificate verification */
241 char *CRLfile; /* CRL to check certificate revocation */
242 char *issuercert;/* optional issuer certificate filename */
243 struct curl_blob *issuercert_blob;
244 curl_ssl_ctx_callback fsslctx; /* function to initialize ssl ctx */
245 void *fsslctxp; /* parameter for call back */
246 char *cert_type; /* format for certificate (default: PEM)*/
247 char *key; /* private key file name */
[all …]