Searched refs:CRLfile (Results 1 – 6 of 6) sorted by relevance
12 [B<-CRLfile> I<filename>|I<uri>]39 =item B<-CRLfile> I<filename>|I<uri>84 B<-trusted>, B<-untrusted> or B<-CRLfile> options.
513 if(config->CRLfile) { in gtls_client_init()516 config->CRLfile, in gtls_client_init()520 config->CRLfile, gnutls_strerror(rc)); in gtls_client_init()524 infof(data, "found %d CRL in %s", rc, config->CRLfile); in gtls_client_init()910 ssl_config->primary.CRLfile ? in Curl_gtls_verifyserver()911 ssl_config->primary.CRLfile : "none"); in Curl_gtls_verifyserver()
201 strcasecompare(c1->CRLfile, c2->CRLfile) && in match_ssl_primary_config()245 CLONE_STRING(CRLfile); in clone_ssl_primary_config()267 Curl_safefree(sslc->CRLfile); in Curl_free_primary_ssl_config()278 data->set.ssl.primary.CRLfile = data->set.str[STRING_SSL_CRLFILE]; in Curl_ssl_easy_config_complete()317 data->set.proxy_ssl.primary.CRLfile = in Curl_ssl_easy_config_complete()
340 const char * const ssl_crlfile = ssl_config->primary.CRLfile; in mbed_connect_step1()
3175 const char * const ssl_crlfile = ssl_config->primary.CRLfile; in populate_x509_store()3427 !ssl_config->primary.CRLfile && in Curl_ssl_setup_x509_store()
284 char *CRLfile; /* CRL to check certificate revocation */ member