Use static-file to generate tests.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16606 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-19 18:07:25 +00:00
parent e1284cccf5
commit c567afff59

View File

@@ -67,7 +67,7 @@ openssl smime \
-sign \
-nodetach \
-binary \
-in ../test_chain.in \
-in static-file \
-signer test.crt \
-inkey test.key \
-outform DER \
@@ -77,7 +77,7 @@ openssl smime \
-sign \
-nodetach \
-binary \
-in ../test_chain.in \
-in static-file \
-signer test.crt \
-inkey test.key \
-noattr \
@@ -88,7 +88,7 @@ openssl smime \
-sign \
-nodetach \
-binary \
-in ../test_chain.in \
-in static-file \
-signer test.crt \
-inkey test.key \
-noattr \
@@ -100,7 +100,7 @@ openssl smime \
-encrypt \
-nodetach \
-binary \
-in ../test_chain.in \
-in static-file \
-outform DER \
-out test-enveloped-aes-128 \
-aes128 \