Lines Matching refs:app
190 ok(run(app([@reqcmd, "-config", $cnf,
196 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $CAreq, "-days", "30",
203 ok(run(app([@x509cmd, "-in", $CAcert,
209 ok(run(app([@reqcmd, "-config", $dummycnf,
215 ok(run(app([@reqcmd, "-config", $dummycnf,
220 ok(run(app([@verifycmd, "-CAfile", $CAcert, $CAcert])),
224 ok(run(app([@reqcmd, "-config", $cnf, "-section", "userreq",
230 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $Ureq, "-days", "30",
235 && run(app([@verifycmd, "-CAfile", $CAcert, $Ucert])),
239 ok(run(app([@x509cmd,
254 ok(run(app([@genpkeycmd, "-out", $Dkey,
259 ok(run(app([@reqcmd, "-new", "-config", $cnf,
265 ok(run(app([@x509cmd, "-CAcreateserial",
277 ok(run(app([@verifycmd, "-CAfile", $CAcert, $Dcert])),
280 ok(run(app([@x509cmd,
298 ok(run(app(["openssl", "genpkey", "-genparam",
305 ok(run(app([@reqcmd, "-config", $cnf,
312 ok(run(app([@x509cmd, "-CAcreateserial",
324 ok(run(app([@verifycmd, "-CAfile", $CAcert, $Ecert])),
327 ok(run(app([@x509cmd,
336 ok(run(app([@reqcmd, "-config", $proxycnf,
343 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $P1req, "-days", "30",
351 run(app([@verifycmd, "-CAfile", $CAcert,
353 ok(run(app([@x509cmd,
359 ok(run(app([@reqcmd, "-config", $proxycnf, "-section", "proxy2_req",
367 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $P2req, "-days", "30",
378 run(app([@verifycmd, "-CAfile", $CAcert,
380 ok(run(app([@x509cmd,
412 if (grep /DSA Public Key/, run(app(["openssl", "x509", "-in", $cert,
530 my @ciphers = run(app(["openssl", "ciphers", "-s", $protocol,