Lines Matching refs:app

128           ok(run(app([@reqcmd, "-config", $cnf,
134 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $CAreq, "-days", "30",
141 ok(run(app([@x509cmd, "-in", $CAcert,
147 ok(run(app([@reqcmd, "-config", $dummycnf,
153 ok(run(app([@reqcmd, "-config", $dummycnf,
158 ok(run(app([@verifycmd, "-CAfile", $CAcert, $CAcert])),
162 ok(run(app([@reqcmd, "-config", $cnf, "-section", "userreq",
168 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $Ureq, "-days", "30",
173 && run(app([@verifycmd, "-CAfile", $CAcert, $Ucert])),
177 ok(run(app([@x509cmd,
192 ok(run(app([@genpkeycmd, "-out", $Dkey,
197 ok(run(app([@reqcmd, "-new", "-config", $cnf,
203 ok(run(app([@x509cmd, "-CAcreateserial",
215 ok(run(app([@verifycmd, "-CAfile", $CAcert, $Dcert])),
218 ok(run(app([@x509cmd,
236 ok(run(app(["openssl", "genpkey", "-genparam",
243 ok(run(app([@reqcmd, "-config", $cnf,
250 ok(run(app([@x509cmd, "-CAcreateserial",
262 ok(run(app([@verifycmd, "-CAfile", $CAcert, $Ecert])),
265 ok(run(app([@x509cmd,
274 ok(run(app([@reqcmd, "-config", $proxycnf,
281 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $P1req, "-days", "30",
289 run(app([@verifycmd, "-CAfile", $CAcert,
291 ok(run(app([@x509cmd,
297 ok(run(app([@reqcmd, "-config", $proxycnf, "-section", "proxy2_req",
305 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $P2req, "-days", "30",
316 run(app([@verifycmd, "-CAfile", $CAcert,
318 ok(run(app([@x509cmd,
344 if (grep /DSA Public Key/, run(app(["openssl", "x509", "-in", $cert,
462 my @ciphers = run(app(["openssl", "ciphers", "-s", $protocol,