Lines Matching refs:app

127           ok(run(app([@reqcmd, "-config", $cnf,
133 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $CAreq, "-days", "30",
140 ok(run(app([@x509cmd, "-in", $CAcert,
146 ok(run(app([@reqcmd, "-config", $dummycnf,
152 ok(run(app([@reqcmd, "-config", $dummycnf,
157 ok(run(app([@verifycmd, "-CAfile", $CAcert, $CAcert])),
161 ok(run(app([@reqcmd, "-config", $cnf, "-section", "userreq",
167 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $Ureq, "-days", "30",
172 && run(app([@verifycmd, "-CAfile", $CAcert, $Ucert])),
176 ok(run(app([@x509cmd,
191 ok(run(app([@genpkeycmd, "-out", $Dkey,
196 ok(run(app([@reqcmd, "-new", "-config", $cnf,
202 ok(run(app([@x509cmd, "-CAcreateserial",
214 ok(run(app([@verifycmd, "-CAfile", $CAcert, $Dcert])),
217 ok(run(app([@x509cmd,
235 ok(run(app(["openssl", "genpkey", "-genparam",
242 ok(run(app([@reqcmd, "-config", $cnf,
249 ok(run(app([@x509cmd, "-CAcreateserial",
261 ok(run(app([@verifycmd, "-CAfile", $CAcert, $Ecert])),
264 ok(run(app([@x509cmd,
273 ok(run(app([@reqcmd, "-config", $proxycnf,
280 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $P1req, "-days", "30",
288 run(app([@verifycmd, "-CAfile", $CAcert,
290 ok(run(app([@x509cmd,
296 ok(run(app([@reqcmd, "-config", $proxycnf, "-section", "proxy2_req",
304 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $P2req, "-days", "30",
315 run(app([@verifycmd, "-CAfile", $CAcert,
317 ok(run(app([@x509cmd,
343 if (grep /DSA Public Key/, run(app(["openssl", "x509", "-in", $cert,
404 'test sslv2/sslv3 with both client and server authentication via BIO pair and app verify');
462 my @ciphers = run(app(["openssl", "ciphers", "-s", $protocol,