Lines Matching refs:app

136 ok(run(app(["openssl", "storeutl",  "-crls", $test_x509])),
139 ok(!run(app(["openssl", "storeutl", $test_x509, "-crls"])),
156 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
159 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
162 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
164 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
181 ok(!run(app([@storeutl, "-noout", $file])));
182 ok(!run(app([@storeutl, "-noout", to_abs_file($file)])));
186 ok(!run(app([@storeutl, "-noout",
193 ok(run(app([@storeutl, "-noout", $file])));
194 ok(run(app([@storeutl, "-noout", to_abs_file($file)])));
199 ok(run(app([@storeutl, "-noout",
201 ok(run(app([@storeutl, "-noout",
203 ok(run(app([@storeutl, "-noout",
205 ok(!run(app([@storeutl, "-noout",
212 ok(run(app([@storeutl, "-noout", "-passin", "pass:password",
214 ok(run(app([@storeutl, "-noout", "-passin", "pass:password",
218 ok(run(app([@storeutl, "-noout", "-passin", "pass:password",
220 ok(run(app([@storeutl, "-noout", "-passin", "pass:password",
227 ok(run(app([@storeutl, "-noout", "-passin",
229 ok(!run(app([@storeutl, "-noout", "-passin",
238 ok(run(app([@storeutl, "-noout", $_])));
246 ok(!run(app([@storeutl, "-noout", $_])));
252 ok(run(app([@storeutl, "-noout", $dir])));
253 ok(run(app([@storeutl, "-noout", to_abs_file($dir, 1)])));
258 ok(run(app([@storeutl, "-noout",
263 ok(!run(app([@storeutl, '-noout',
268 ok(run(app([@storeutl, '-certs', '-noout',
271 ok(run(app([@storeutl, '-certs', '-noout',
275 ok(run(app([@storeutl, '-crls', '-noout',
278 ok(run(app([@storeutl, '-crls', '-noout',
289 ok(run(app([@storeutl, '-noout',
292 ok(run(app([@storeutl, '-noout',
296 ok(run(app([@storeutl, '-noout', '-certs',
299 ok(run(app([@storeutl, '-noout', '-crls',
302 ok(run(app([@storeutl, '-noout', '-certs',
306 ok(run(app([@storeutl, '-noout', '-crls',
323 run(app(["openssl", "pkey", @std_args,
327 && run(app(["openssl", "rsa", @std_args,
333 || run(app(["openssl", "gendsa", @std_args,
338 || run(app(["openssl", "dsa", @std_args,
344 || run(app(["openssl", "ecparam", @std_args,
350 || run(app(["openssl", "ec", @std_args,
359 run(app(["openssl", "pkcs8", @std_args,
369 run(app(["openssl", "pkcs8", @std_args,
381 run(app(["openssl", "pkcs8", @std_args,
393 run(app(["openssl", "pkcs8", @std_args,
405 run(app(["openssl", "pkcs8", @std_args,
412 && run(app(["openssl", "req", "-x509", @std_args,
420 (run(app(["openssl", "req", "-new", @std_args,
424 run(app(["openssl", "x509", @std_args,
477 run(app(["openssl", "pkcs12", @std_args,
541 && run(app(['openssl', 'rehash', catdir(curdir(), 'rehash')]))