projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a74b62
)
Remove special x509 test conversions
author
Richard Levitte
<levitte@openssl.org>
Sat, 8 Aug 2015 09:45:54 +0000
(11:45 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 7 Sep 2015 14:10:58 +0000
(16:10 +0200)
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>
test/recipes/tconversion.pl
patch
|
blob
|
history
diff --git
a/test/recipes/tconversion.pl
b/test/recipes/tconversion.pl
index 4eef7c17a322ec65e1383b45c15bb082a5d3d54a..011dcbffb9ff6c9b9ffb43b8e915c4f26dd29308 100644
(file)
--- 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;