Home
last modified time | relevance | path

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

/hostap-latest/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-latest/tests/hwsim/
Dtest_ap_eap.py4577 def ocsp_resp_ca_signed(reqfile, outfile, status): argument
4578 ocsp_req(reqfile)
4587 "-reqin", reqfile,
4594 def ocsp_resp_server_signed(reqfile, outfile): argument
4595 ocsp_req(reqfile)
4604 "-reqin", reqfile,