Lines Matching refs:app
37 ok(run(app(["openssl", "req", "-config", $openssl_conf, "-new",
41 ok(run(app(["openssl", "x509", "-req",
54 ok(run(app([@RUN, "-reply", "-section", "$datafile",
63 ok(run(app([@RUN, "-verify", "-queryfile", "$queryfile",
66 ok(run(app([@RUN, "-verify", "-data", "$datafile",
75 ok(!run(app([@RUN, "-verify", "-queryfile", "$queryfile",
94 $ENV{OPENSSL} = cmdstr(app(["openssl"]), display => 1);
99 unless ok(run(app(["openssl", "req", "-config", $openssl_conf,
115 unless ok(run(app([@RUN, "-query", "-data", $testtsa,
120 ok(run(app([@RUN, "-query", "-in", "req1.tsq", "-text"])),
127 ok(run(app([@RUN, "-reply", "-in", "resp1.tsr", "-text"])),
136 ok(run(app([@RUN, "-reply", "-in", "resp1.tsr",
138 ok(run(app([@RUN, "-verify", "-queryfile", "req1.tsq",
142 ok(run(app([@RUN, "-verify", "-data", $testtsa,
149 unless ok(run(app([@RUN, "-query", "-data", $testtsa,
154 ok(run(app([@RUN, "-query", "-in", "req2.tsq", "-text"])),
167 ok(run(app([@RUN, "-reply", "-in", "resp2.tsr",
169 ok(run(app([@RUN, "-reply", "-in", "$TOKEN_DER",
172 ok(run(app([@RUN, "-reply", "-in", "resp2.tsr",
174 ok(run(app([@RUN, "-reply", "-in", "$TOKEN_DER",
176 ok(run(app([@RUN, "-reply", "-queryfile", "req2.tsq",
180 ok(run(app([@RUN, "-reply", "-in", "resp2.tsr", "-text"])),
196 unless ok(run(app([@RUN, "-query", "-data", $CAtsa,
200 ok(run(app([@RUN, "-query", "-in", "req3.tsq", "-text"])),