Lines Matching refs:app

20 my $use_des = !(disabled("des") || disabled("legacy")); # also affects 3des and pkcs12 app
148 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
151 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
154 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
156 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
173 ok(!run(app([@storeutl, "-noout", $file])));
174 ok(!run(app([@storeutl, "-noout", to_abs_file($file)])));
178 ok(!run(app([@storeutl, "-noout",
185 ok(run(app([@storeutl, "-noout", $file])));
186 ok(run(app([@storeutl, "-noout", to_abs_file($file)])));
191 ok(run(app([@storeutl, "-noout",
193 ok(run(app([@storeutl, "-noout",
195 ok(run(app([@storeutl, "-noout",
197 ok(!run(app([@storeutl, "-noout",
204 ok(run(app([@storeutl, "-noout", "-passin", "pass:password",
206 ok(run(app([@storeutl, "-noout", "-passin", "pass:password",
210 ok(run(app([@storeutl, "-noout", "-passin", "pass:password",
212 ok(run(app([@storeutl, "-noout", "-passin", "pass:password",
219 ok(run(app([@storeutl, "-noout", "-passin",
221 ok(!run(app([@storeutl, "-noout", "-passin",
230 ok(run(app([@storeutl, "-noout", $_])));
238 ok(!run(app([@storeutl, "-noout", $_])));
244 ok(run(app([@storeutl, "-noout", $dir])));
245 ok(run(app([@storeutl, "-noout", to_abs_file($dir, 1)])));
250 ok(run(app([@storeutl, "-noout",
255 ok(!run(app([@storeutl, '-noout',
260 ok(run(app([@storeutl, '-certs', '-noout',
263 ok(run(app([@storeutl, '-certs', '-noout',
267 ok(run(app([@storeutl, '-crls', '-noout',
270 ok(run(app([@storeutl, '-crls', '-noout',
281 ok(run(app([@storeutl, '-noout',
284 ok(run(app([@storeutl, '-noout',
288 ok(run(app([@storeutl, '-noout', '-certs',
291 ok(run(app([@storeutl, '-noout', '-crls',
294 ok(run(app([@storeutl, '-noout', '-certs',
298 ok(run(app([@storeutl, '-noout', '-crls',
315 run(app(["openssl", "pkey", @std_args,
319 && run(app(["openssl", "rsa", @std_args,
325 || run(app(["openssl", "gendsa", @std_args,
330 || run(app(["openssl", "dsa", @std_args,
336 || run(app(["openssl", "ecparam", @std_args,
342 || run(app(["openssl", "ec", @std_args,
351 run(app(["openssl", "pkcs8", @std_args,
361 run(app(["openssl", "pkcs8", @std_args,
373 run(app(["openssl", "pkcs8", @std_args,
385 run(app(["openssl", "pkcs8", @std_args,
397 run(app(["openssl", "pkcs8", @std_args,
404 && run(app(["openssl", "req", "-x509", @std_args,
412 (run(app(["openssl", "req", "-new", @std_args,
416 run(app(["openssl", "x509", @std_args,
469 run(app(["openssl", "pkcs12", @std_args,
533 && run(app(['openssl', 'rehash', catdir(curdir(), 'rehash')]))