Lines Matching refs:cmd
30 my $cmd = shift;
32 ok(run(app([ 'openssl', $cmd, '-check', '-in', srctop_file('test', 'testrsa.pem'), '-noout'])),
33 "$cmd -check" );
41 skip "Skipping $cmd conversion test", 3
44 subtest "$cmd conversions -- private key" => sub {
45 tconversion( -type => $cmd, -prefix => "$cmd-priv",
48 subtest "$cmd conversions -- private key PKCS#8" => sub {
49 tconversion( -type => $cmd, -prefix => "$cmd-pkcs8",
57 if disabled($cmd) || $cmd eq 'pkey';
59 subtest "$cmd conversions -- public key" => sub {
60 tconversion( -type => 'msb', -prefix => "$cmd-msb-pub",
67 if disabled($cmd) || $cmd eq 'pkey' || disabled("rc4")
70 subtest "$cmd conversions -- private key" => sub {
71 tconversion( -type => 'pvk', -prefix => "$cmd-pvk",