Searched refs:CRLfile (Results 1 – 7 of 7) sorted by relevance
650 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()
327 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()
1933 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()
247 const char * const ssl_crlfile = SSL_SET_OPTION(CRLfile); in mbed_connect_step1()
2318 const char * const ssl_crlfile = SSL_SET_OPTION(CRLfile); in ossl_connect_step1()
233 char *CRLfile; /* CRL to check certificate revocation */ member
3879 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()