Searched refs:crlfile (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/sample/openssl/
H A Dcrlstore.rb32 crlfiles.each do |crlfile|
33 next unless crl = load_crl(crlfile)
75 def load_crl(crlfile)
76 load_crl_str(File.read(crlfile))
H A Dcertstore.rb117 @c_store.get_crls.each do |crlfile|
118 @crl << generate_cert(crlfile)
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_cfgable.c87 Curl_safefree(config->crlfile);
H A Dtool_cfgable.h110 char *crlfile; member in struct:Configurable
H A Dtool_operate.c1045 if(config->crlfile)
1046 my_setopt_str(curl, CURLOPT_CRLFILE, config->crlfile);
H A Dtool_getparam.c204 {"Ej", "crlfile", TRUE},
1177 GetStr(&config->crlfile, nextarg);

Completed in 124 milliseconds