Add a helper script for key file format conversion tests
authorRichard Levitte <levitte@openssl.org>
Fri, 17 Apr 2015 18:10:24 +0000 (20:10 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 7 Sep 2015 14:10:57 +0000 (16:10 +0200)
commit904ae3342600fe1dae3e0835a784c73b7c237106
tree476505dad5223600c75a763b50c595216a0175b3
parent13350a0c0eb8937c299c394a88d6cb51d3356d1f
Add a helper script for key file format conversion tests

As tests are done until now, there are a few scripts that look almost,
but not quite the same.  tkey, tx509, tcrl, tpkcs7, treq, tsid and
probably a few more.

recipes/tconversions.pl is a helper script that generalises the
function of each of those, and can then be used in a general manner
from test recipes.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/recipes/tconversion.pl [new file with mode: 0644]