nist pkits tests

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21802 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-08-03 10:38:52 +00:00
parent c0b2a6eb5b
commit 6df0c89dc8
4 changed files with 447 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ SCRIPT_TESTS = \
test_cms \
test_crypto \
test_nist \
test_nist2 \
test_nist_cert \
test_nist_pkcs12 \
test_req \
@@ -225,6 +226,11 @@ test_nist: test_nist.in Makefile
chmod +x test_nist.tmp
mv test_nist.tmp test_nist
test_nist2: test_nist2.in Makefile
$(do_subst) < $(srcdir)/test_nist2.in > test_nist2.tmp
chmod +x test_nist2.tmp
mv test_nist2.tmp test_nist2
test_nist_cert: test_nist_cert.in Makefile
$(do_subst) < $(srcdir)/test_nist_cert.in > test_nist_cert.tmp
chmod +x test_nist_cert.tmp
@@ -264,6 +270,7 @@ EXTRA_DIST = \
test_cms.in \
test_crypto.in \
test_nist.in \
test_nist2.in \
test_nist_cert.in \
test_nist_pkcs12.in \
test_query.in \
@@ -295,6 +302,7 @@ EXTRA_DIST = \
data/key.der \
data/key2.der \
data/nist-data \
data/nist-data2 \
data/no-proxy-test.crt \
data/no-proxy-test.key \
data/ocsp-req1.der \