generate rc2 tests

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17083 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-15 12:55:03 +00:00
parent c5796dfb7f
commit ff19333faa

View File

@@ -119,6 +119,36 @@ openssl smime \
-outform DER \
-out test-signed-data-noattr-nocerts
openssl smime \
-encrypt \
-nodetach \
-binary \
-in static-file \
-outform DER \
-out test-enveloped-rc2-40 \
-rc2-40 \
test.crt
openssl smime \
-encrypt \
-nodetach \
-binary \
-in static-file \
-outform DER \
-out test-enveloped-rc2-64 \
-rc2-64 \
test.crt
openssl smime \
-encrypt \
-nodetach \
-binary \
-in static-file \
-outform DER \
-out test-enveloped-rc2-128 \
-rc2-128 \
test.crt
openssl smime \
-encrypt \
-nodetach \