Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dgtls.c650 if(SSL_SET_OPTION(CRLfile)) { in gtls_connect_step1()
653 SSL_SET_OPTION(CRLfile), in gtls_connect_step1()
657 SSL_SET_OPTION(CRLfile), gnutls_strerror(rc)); in gtls_connect_step1()
662 rc, SSL_SET_OPTION(CRLfile)); in gtls_connect_step1()
1112 SSL_SET_OPTION(CRLfile)?SSL_SET_OPTION(CRLfile):"none"); in gtls_connect_step3()
Dpolarssl.c327 if(SSL_SET_OPTION(CRLfile)) { in polarssl_connect_step1()
329 SSL_SET_OPTION(CRLfile)); in polarssl_connect_step1()
334 SSL_SET_OPTION(CRLfile), -ret, errorbuf); in polarssl_connect_step1()
Dnss.c1933 if(SSL_SET_OPTION(CRLfile)) { in nss_setup_connect()
1934 const CURLcode rv = nss_load_crl(SSL_SET_OPTION(CRLfile)); in nss_setup_connect()
1939 infof(data, " CRLfile: %s\n", SSL_SET_OPTION(CRLfile)); in nss_setup_connect()
Dmbedtls.c247 const char * const ssl_crlfile = SSL_SET_OPTION(CRLfile); in mbed_connect_step1()
Dopenssl.c2318 const char * const ssl_crlfile = SSL_SET_OPTION(CRLfile); in ossl_connect_step1()
/external/curl/lib/
Durldata.h233 char *CRLfile; /* CRL to check certificate revocation */ member
Durl.c3879 data->set.ssl.CRLfile = data->set.str[STRING_SSL_CRLFILE_ORIG]; in create_conn()
3880 data->set.proxy_ssl.CRLfile = data->set.str[STRING_SSL_CRLFILE_PROXY]; in create_conn()