Searched refs:ssl_cablob (Results 1 – 1 of 1) sorted by relevance
1038 const struct curl_blob *ssl_cablob = conn_config->ca_info_blob; local1041 (ssl_cablob ? NULL : conn_config->CAfile);1244 ssl_cafile || ssl_cablob;1272 if((ssl_cafile || ssl_cablob) && verifypeer) {1273 bool is_cert_data = ssl_cablob != NULL;
Completed in 12 milliseconds