Searched defs:ssl_config_data (Results 1 – 1 of 1) sorted by relevance
230 struct ssl_config_data { struct231 struct ssl_primary_config primary;232 long certverifyresult; /* result from the certificate verification */233 char *CRLfile; /* CRL to check certificate revocation */234 char *issuercert;/* optional issuer certificate filename */235 curl_ssl_ctx_callback fsslctx; /* function to initialize ssl ctx */236 void *fsslctxp; /* parameter for call back */237 char *cert; /* client certificate file name */238 char *cert_type; /* format for certificate (default: PEM)*/239 char *key; /* private key file name */[all …]