Searched refs:CRLfile (Results 1 – 8 of 8) sorted by relevance
504 if(SSL_SET_OPTION(primary.CRLfile)) { in gtls_connect_step1()507 SSL_SET_OPTION(primary.CRLfile), in gtls_connect_step1()511 SSL_SET_OPTION(primary.CRLfile), gnutls_strerror(rc)); in gtls_connect_step1()516 rc, SSL_SET_OPTION(primary.CRLfile)); in gtls_connect_step1()921 SSL_SET_OPTION(primary.CRLfile) ? in gtls_connect_step3()922 SSL_SET_OPTION(primary.CRLfile) : "none"); in gtls_connect_step3()
156 Curl_safe_strcasecompare(data->CRLfile, needle->CRLfile) && in Curl_ssl_config_matches()191 CLONE_STRING(CRLfile); in Curl_clone_primary_ssl_config()215 Curl_safefree(sslc->CRLfile); in Curl_free_primary_ssl_config()
1997 if(SSL_SET_OPTION(primary.CRLfile)) { in nss_setup_connect()1998 const CURLcode rv = nss_load_crl(SSL_SET_OPTION(primary.CRLfile)); in nss_setup_connect()2003 infof(data, " CRLfile: %s", SSL_SET_OPTION(primary.CRLfile)); in nss_setup_connect()
258 const char * const ssl_crlfile = SSL_SET_OPTION(primary.CRLfile); in mbed_connect_step1()
2619 const char * const ssl_crlfile = SSL_SET_OPTION(primary.CRLfile); in ossl_connect_step1()
19 [B<-CRLfile file>]107 =item B<-CRLfile file>133 the B<-trusted>, B<-untrusted> or B<-CRLfile> options, the B<-engine> option
256 char *CRLfile; /* CRL to check certificate revocation */ member
3836 data->set.proxy_ssl.primary.CRLfile =3845 data->set.ssl.primary.CRLfile = data->set.str[STRING_SSL_CRLFILE];