Searched refs:CRLfile (Results 1 – 7 of 7) 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.
508 if(config->CRLfile) { in gtls_client_init()511 config->CRLfile, in gtls_client_init()515 config->CRLfile, gnutls_strerror(rc)); in gtls_client_init()519 infof(data, "found %d CRL in %s", rc, config->CRLfile); in gtls_client_init()914 ssl_config->primary.CRLfile ? in Curl_gtls_verifyserver()915 ssl_config->primary.CRLfile : "none"); in Curl_gtls_verifyserver()
185 strcasecompare(data->CRLfile, needle->CRLfile) && in Curl_ssl_config_matches()215 CLONE_STRING(CRLfile); in Curl_clone_primary_ssl_config()237 Curl_safefree(sslc->CRLfile); in Curl_free_primary_ssl_config()
324 const char * const ssl_crlfile = ssl_config->primary.CRLfile; in mbed_connect_step1()
3048 const char * const ssl_crlfile = ssl_config->primary.CRLfile; in populate_x509_store()3411 !ssl_config->primary.CRLfile && in Curl_ssl_setup_x509_store()
277 char *CRLfile; /* CRL to check certificate revocation */ member
3638 data->set.proxy_ssl.primary.CRLfile =3647 data->set.ssl.primary.CRLfile = data->set.str[STRING_SSL_CRLFILE];