Lines Matching refs:run

138 ok(run(app(["openssl", "storeutl",  "-crls", $test_x509])),
141 ok(!run(app(["openssl", "storeutl", $test_x509, "-crls"])),
158 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
161 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
164 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
166 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
177 ok(run(app(["openssl", "storeutl", "-out", "cacert.pem", "cacert.pem"])),
188 ok(!run(app([@storeutl, "-noout", $file])));
189 ok(!run(app([@storeutl, "-noout", to_abs_file($file)])));
193 ok(!run(app([@storeutl, "-noout",
200 ok(run(app([@storeutl, "-noout", $file])));
201 ok(run(app([@storeutl, "-noout", to_abs_file($file)])));
206 ok(run(app([@storeutl, "-noout",
208 ok(run(app([@storeutl, "-noout",
210 ok(run(app([@storeutl, "-noout",
212 ok(!run(app([@storeutl, "-noout",
219 ok(run(app([@storeutl, "-noout", "-passin", "pass:password",
221 ok(run(app([@storeutl, "-noout", "-passin", "pass:password",
225 ok(run(app([@storeutl, "-noout", "-passin", "pass:password",
227 ok(run(app([@storeutl, "-noout", "-passin", "pass:password",
234 ok(run(app([@storeutl, "-noout", "-passin",
236 ok(!run(app([@storeutl, "-noout", "-passin",
245 ok(run(app([@storeutl, "-noout", $_])));
253 ok(!run(app([@storeutl, "-noout", $_])));
259 ok(run(app([@storeutl, "-noout", $dir])));
260 ok(run(app([@storeutl, "-noout", to_abs_file($dir, 1)])));
265 ok(run(app([@storeutl, "-noout",
270 ok(!run(app([@storeutl, '-noout',
275 ok(run(app([@storeutl, '-certs', '-noout',
278 ok(run(app([@storeutl, '-certs', '-noout',
282 ok(run(app([@storeutl, '-crls', '-noout',
285 ok(run(app([@storeutl, '-crls', '-noout',
296 ok(run(app([@storeutl, '-noout',
299 ok(run(app([@storeutl, '-noout',
303 ok(run(app([@storeutl, '-noout', '-certs',
306 ok(run(app([@storeutl, '-noout', '-crls',
309 ok(run(app([@storeutl, '-noout', '-certs',
313 ok(run(app([@storeutl, '-noout', '-crls',
330 run(app(["openssl", "pkey", @std_args,
334 && run(app(["openssl", "rsa", @std_args,
340 || run(app(["openssl", "gendsa", @std_args,
345 || run(app(["openssl", "dsa", @std_args,
351 || run(app(["openssl", "ecparam", @std_args,
357 || run(app(["openssl", "ec", @std_args,
366 run(app(["openssl", "pkcs8", @std_args,
376 run(app(["openssl", "pkcs8", @std_args,
388 run(app(["openssl", "pkcs8", @std_args,
400 run(app(["openssl", "pkcs8", @std_args,
412 run(app(["openssl", "pkcs8", @std_args,
419 && run(app(["openssl", "req", "-x509", @std_args,
427 (run(app(["openssl", "req", "-new", @std_args,
431 run(app(["openssl", "x509", @std_args,
484 run(app(["openssl", "pkcs12", @std_args,
548 && run(app(['openssl', 'rehash', catdir(curdir(), 'rehash')]))