Home
last modified time | relevance | path

Searched refs:CRLfile (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/lib/vtls/
Dgtls.c504 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()
Dvtls.c156 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()
Dnss.c1997 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()
Dmbedtls.c258 const char * const ssl_crlfile = SSL_SET_OPTION(primary.CRLfile); in mbed_connect_step1()
Dopenssl.c2619 const char * const ssl_crlfile = SSL_SET_OPTION(primary.CRLfile); in ossl_connect_step1()
/third_party/openssl/doc/man1/
Dverify.pod19 [B<-CRLfile file>]
107 =item B<-CRLfile file>
133 the B<-trusted>, B<-untrusted> or B<-CRLfile> options, the B<-engine> option
/third_party/curl/lib/
Durldata.h256 char *CRLfile; /* CRL to check certificate revocation */ member
Durl.c3836 data->set.proxy_ssl.primary.CRLfile =
3845 data->set.ssl.primary.CRLfile = data->set.str[STRING_SSL_CRLFILE];