Home
last modified time | relevance | path

Searched refs:app (Results 51 – 75 of 117) sorted by relevance

12345

/openssl/test/recipes/
H A D80-test_cmp_http.t52 my @app = qw(openssl cmp);
149 my $cmd = app([@app, @$params]);
292 my $cmd = cmdstr(app([@app, '-config', 'server.cnf',
H A D15-test_ec.t104 ok(!run(app(['openssl', 'pkey',
108 ok(run(app(['openssl', 'pkey',
H A D15-test_gendhparam.t145 @lines = run(app(['openssl', 'genpkey', '-genparam',
150 @lines = run(app(['openssl', 'genpkey', '-genparam',
H A D20-test_passwd.t125 my @lines = run(app($cmdarray), capture => 1);
132 my @lines = run(app($cmdarray), capture => 1);
H A D80-test_ocsp.t41 run(app(["openssl", "base64", "-d",
45 sub { ok(run(app(["openssl", "ocsp", "-respin", $outputfile,
H A D80-test_cms.t1090 our $app = shift;
1102 ok(run(app(["openssl", $app, @prov, "-sign", "-in", $smcont,
1105 "accept $app sign with EE $msg".
1113 ok($res == run(app(["openssl", $app, @prov, "-verify", "-in", $sig_file,
1116 "accept $app verify with EE ".
H A D20-test_mac.t156 my @lines = run(app($cmdarray), capture => 1);
205 run(app($cmdarray));
H A D04-test_provider.t26 ok(run(app(['openssl', 'list', '-provider', 'p_minimal',
H A D61-test_bio_readbuffer.t21 ok(run(app([ 'openssl', 'x509', '-inform', 'PEM', '-in', $pemfile,
H A D01-test_fipsmodule_cnf.t35 ok(run(app(['openssl', 'fipsinstall',
H A D00-prep_fipsmodule_cnf.t33 ok(run(app(['openssl', 'fipsinstall', '-pedantic',
H A D15-test_genpkey.t30 ok(run(app([ 'openssl', 'genpkey', '-algorithm', $alg, '-help'])),
H A D25-test_verify.t29 run(app([@args]));
564 ok(run(app([ qw(openssl verify -trusted), $certplusrsa_file, $cert_file ])),
578 ok(run(app([ qw(openssl verify -trusted), $rsapluscert_file, $cert_file ])),
H A D90-test_store_cases.t28 ok(!run(app(['openssl', 'storeutl', '-passin', 'pass:invalidapass',
H A D79-test_http.t26 my @output = run(app($cmd), capture => 1);
H A D04-test_encoder_decoder.t54 ok(run(app([ 'openssl', 'genrsa', '-aes128', '-out', 'epki.pem',
H A D70-test_tls13alerts.t31 cmdstr(app(["openssl"]), display => 1),
H A D70-test_sslcertstatus.t35 cmdstr(app(["openssl"]), display => 1),
H A D70-test_sslskewith0p.t34 cmdstr(app(["openssl"]), display => 1),
H A D20-test_rand_config.t93 my @lines = run(app(["openssl", "list", "--random-instances"]),
H A D70-test_npn.t35 cmdstr(app(["openssl"]), display => 1),
H A D15-test_rsa.t32 ok(run(app([ 'openssl', $cmd, '-check', '-in', srctop_file('test', 'testrsa.pem'), '-noout'])),
H A D91-test_pkey_check.t24 return run(app(['openssl', 'pkey', @checkopt, '-text',
H A D20-test_kdf.t100 my @lines = run(app($cmdarray), capture => 1);
/openssl/test/
H A Dparams_test.c424 const struct param_owner_st *app; member
542 return test_case_variant(test_cases[i].app->static_params, in test_case()
544 && (test_cases[i].app->constructed_params == NULL in test_case()
545 || test_case_variant(test_cases[i].app->constructed_params(), in test_case()

Completed in 32 milliseconds

12345