aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-08-08 11:45:54 +0200
committerRichard Levitte <levitte@openssl.org>2015-09-07 16:10:58 +0200
commit8de4f3d3a63f5eb5afa4bd92043953b501d0d7eb (patch)
treed5d2d9c4522dd16736c16913d6fd1a13565832fd /test
parent2a74b62e3ae1b6916190ff19276ed49a9b728b8f (diff)
downloadopenssl-8de4f3d3a63f5eb5afa4bd92043953b501d0d7eb.zip
openssl-8de4f3d3a63f5eb5afa4bd92043953b501d0d7eb.tar.gz
openssl-8de4f3d3a63f5eb5afa4bd92043953b501d0d7eb.tar.bz2
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 <rsalz@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/recipes/tconversion.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/recipes/tconversion.pl b/test/recipes/tconversion.pl
index 4eef7c1..011dcbf 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;