Lines Matching refs:cert
1603 /* Check if config->cert is a PKCS#11 URI and set the
1605 if(config->cert) {
1607 if(is_pkcs11_uri(config->cert)) {
1644 * --cert loadmem=<filename>:<password> --cert-type p12
1646 * --cert <filename>:<password> --cert-type p12
1649 if(config->cert && (strlen(config->cert) > 8) &&
1650 (memcmp(config->cert, "loadmem=",8) == 0)) {
1651 FILE *fInCert = fopen(config->cert + 8, "rb");
1684 my_setopt_str(curl, CURLOPT_SSLCERT, config->cert);
2576 /* Set the CA cert locations specified in the environment. For Windows if