Lines Matching refs:ca_file
1158 if (setup_data->check_common_ca && setup_data->pki_key.key.pem.ca_file &&
1159 setup_data->pki_key.key.pem.ca_file[0]) {
1165 cert_names = SSL_load_client_CA_file(setup_data->pki_key.key.pem.ca_file);
1171 setup_data->pki_key.key.pem.ca_file);
1179 memcpy(&rw_var, &setup_data->pki_key.key.pem.ca_file, sizeof(rw_var));
1518 if (setup_data->check_common_ca && setup_data->pki_key.key.pem.ca_file &&
1519 setup_data->pki_key.key.pem.ca_file[0]) {
1527 STACK_OF(X509_NAME) *cert_names = SSL_load_client_CA_file(setup_data->pki_key.key.pem.ca_file);
1534 setup_data->pki_key.key.pem.ca_file,
1543 memcpy(&rw_var, &setup_data->pki_key.key.pem.ca_file, sizeof(rw_var));
2743 const char *ca_file,
2749 if (!SSL_CTX_load_verify_locations(context->dtls.ctx, ca_file, ca_dir)) {
2751 ca_file ? ca_file : "NULL", ca_dir ? ca_dir : "NULL");
2757 if (!SSL_CTX_load_verify_locations(context->tls.ctx, ca_file, ca_dir)) {
2759 ca_file ? ca_file : "NULL", ca_dir ? ca_dir : "NULL");