Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dgtls.c500 if(SSL_SET_OPTION(CRLfile)) { in gtls_connect_step1()
503 SSL_SET_OPTION(CRLfile), in gtls_connect_step1()
507 SSL_SET_OPTION(CRLfile), gnutls_strerror(rc)); in gtls_connect_step1()
512 rc, SSL_SET_OPTION(CRLfile)); in gtls_connect_step1()
917 SSL_SET_OPTION(CRLfile)?SSL_SET_OPTION(CRLfile):"none"); in gtls_connect_step3()
Dnss.c1959 if(SSL_SET_OPTION(CRLfile)) { in nss_setup_connect()
1960 const CURLcode rv = nss_load_crl(SSL_SET_OPTION(CRLfile)); in nss_setup_connect()
1965 infof(data, " CRLfile: %s\n", SSL_SET_OPTION(CRLfile)); in nss_setup_connect()
Dmbedtls.c254 const char * const ssl_crlfile = SSL_SET_OPTION(CRLfile); in mbed_connect_step1()
Dopenssl.c2483 const char * const ssl_crlfile = SSL_SET_OPTION(CRLfile); in ossl_connect_step1()
/external/curl/lib/
Durldata.h241 char *CRLfile; /* CRL to check certificate revocation */ member
Durl.c3654 data->set.proxy_ssl.CRLfile = data->set.str[STRING_SSL_CRLFILE_PROXY];
3663 data->set.ssl.CRLfile = data->set.str[STRING_SSL_CRLFILE_ORIG];