Loading test/recipes/25-test_x509.t +23 −18 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ use strict; use warnings; use File::Spec; use OpenSSL::Test::Utils; use OpenSSL::Test qw/:DEFAULT srctop_file/; setup("test_x509"); Loading @@ -34,6 +35,9 @@ is(cmp_text($out, srctop_file("test/certs", "cyrillic.utf8")), 0, 'Comparing utf8 output'); unlink $out; SKIP: { skip "EC disabled", 1 if disabled("ec"); # producing and checking self-issued (but not self-signed) cert my @path = qw(test certs); my $subj = "/CN=CA"; # using same DN as in issuer of ee-cert.pem Loading @@ -52,6 +56,7 @@ ok(run(app(["openssl", "pkey", "-in", $pkey, "-pubout", "-out", $pubkey])) "-trusted", $selfout, $testcert]))); unlink $pubkey; unlink $selfout; } subtest 'x509 -- x.509 v1 certificate' => sub { tconversion("x509", srctop_file("test","testx509.pem")); Loading Loading
test/recipes/25-test_x509.t +23 −18 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ use strict; use warnings; use File::Spec; use OpenSSL::Test::Utils; use OpenSSL::Test qw/:DEFAULT srctop_file/; setup("test_x509"); Loading @@ -34,6 +35,9 @@ is(cmp_text($out, srctop_file("test/certs", "cyrillic.utf8")), 0, 'Comparing utf8 output'); unlink $out; SKIP: { skip "EC disabled", 1 if disabled("ec"); # producing and checking self-issued (but not self-signed) cert my @path = qw(test certs); my $subj = "/CN=CA"; # using same DN as in issuer of ee-cert.pem Loading @@ -52,6 +56,7 @@ ok(run(app(["openssl", "pkey", "-in", $pkey, "-pubout", "-out", $pubkey])) "-trusted", $selfout, $testcert]))); unlink $pubkey; unlink $selfout; } subtest 'x509 -- x.509 v1 certificate' => sub { tconversion("x509", srctop_file("test","testx509.pem")); Loading