Searched refs:crlfile (Results 1 – 11 of 11) sorted by relevance
4 Long: proxy-crlfile11 - crlfile14 - --proxy-crlfile rejects.txt -x https://proxy $URL17 # `--proxy-crlfile`23 Equivalent to --crlfile but only used in HTTPS proxy context.
4 Long: crlfile15 - --crlfile rejects.txt $URL18 # `--crlfile`
11 - crlfile
72 crlfile.md \207 proxy-crlfile.md \
25 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --crlfile %SRCDIR/certs/Server-localhost-sv.crl https…
37 --crlfile 7.19.7173 --proxy-crlfile 7.52.0
149 char *crlfile; member
130 Curl_safefree(config->crlfile); in free_config_fields()
1255 if(config->crlfile) in config2setopts()1256 my_setopt_str(curl, CURLOPT_CRLFILE, config->crlfile); in config2setopts()1259 else if(config->crlfile) /* CURLOPT_PROXY_CRLFILE default is crlfile */ in config2setopts()1260 my_setopt_str(curl, CURLOPT_PROXY_CRLFILE, config->crlfile); in config2setopts()
1987 err = getstr(&config->crlfile, nextarg, DENY_BLANK); in getparameter()
Completed in 26 milliseconds