From 8de4f3d3a63f5eb5afa4bd92043953b501d0d7eb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 8 Aug 2015 11:45:54 +0200 Subject: [PATCH] Remove special x509 test conversions Following the commit from July 2 that removed netscape formated certs, it is no longer necessary to have conversion tests for it. Reviewed-by: Rich Salz --- test/recipes/tconversion.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/recipes/tconversion.pl b/test/recipes/tconversion.pl index 4eef7c17a3..011dcbffb9 100644 --- a/test/recipes/tconversion.pl +++ b/test/recipes/tconversion.pl @@ -9,8 +9,9 @@ use lib 'testlib'; use OpenSSL::Test qw/:DEFAULT top_file/; my %conversionforms = ( + # Default conversion forms. Other series may be added with + # specific test types as key. "*" => [ "d", "p" ], - x509 => [ "d", "n", "p" ], ); sub tconversion { my $testtype = shift; -- GitLab