Lines Matching refs:cert_file
1296 char *cert_file, in cert_stuff() argument
1309 if(cert_file || cert_blob || (file_type == SSL_FILETYPE_ENGINE)) { in cert_stuff()
1328 SSL_CTX_use_certificate_chain_file(ctx, cert_file); in cert_stuff()
1334 (cert_blob ? "CURLOPT_SSLCERT_BLOB" : cert_file), in cert_stuff()
1349 SSL_CTX_use_certificate_file(ctx, cert_file, file_type); in cert_stuff()
1355 (cert_blob ? "CURLOPT_SSLCERT_BLOB" : cert_file), in cert_stuff()
1367 if(is_pkcs11_uri(cert_file)) { in cert_stuff()
1381 params.cert_id = cert_file; in cert_stuff()
1395 " '%s' [%s]", cert_file, in cert_stuff()
1454 if(BIO_read_filename(cert_bio, cert_file) <= 0) { in cert_stuff()
1455 failf(data, "could not open PKCS12 file '%s'", cert_file); in cert_stuff()
1466 cert_blob ? "(memory blob)" : cert_file); in cert_stuff()
1496 cert_file); in cert_stuff()
1502 "does not match certificate in same file", cert_file); in cert_stuff()
1544 key_file = cert_file; in cert_stuff()