Home
last modified time | relevance | path

Searched refs:reqfile (Results 1 – 2 of 2) sorted by relevance

/hostap-3.6.0/hs20/server/www/
Dest.php154 $reqfile = "$cadir/tmp/cert-req.pkcs10"; variable
155 $f = fopen($reqfile, "wb");
159 $req_pem = "$reqfile.pem";
162 exec("openssl req -in $reqfile -inform DER -out $req_pem -outform PEM");
/hostap-3.6.0/tests/hwsim/
Dtest_ap_eap.py4214 def ocsp_resp_ca_signed(reqfile, outfile, status): argument
4215 ocsp_req(reqfile)
4224 "-reqin", reqfile,
4231 def ocsp_resp_server_signed(reqfile, outfile): argument
4232 ocsp_req(reqfile)
4241 "-reqin", reqfile,