generate SignedData
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15805 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -63,3 +63,36 @@ openssl pkcs12 \
|
||||
-caname sub-ca \
|
||||
-caname ca
|
||||
|
||||
openssl smime \
|
||||
-sign \
|
||||
-nodetach \
|
||||
-binary \
|
||||
-in ../test_chain.in \
|
||||
-signer test.crt \
|
||||
-inkey test.key \
|
||||
-outform DER \
|
||||
-out test-signed-data
|
||||
|
||||
openssl smime \
|
||||
-sign \
|
||||
-nodetach \
|
||||
-binary \
|
||||
-in ../test_chain.in \
|
||||
-signer test.crt \
|
||||
-inkey test.key \
|
||||
-noattr \
|
||||
-outform DER \
|
||||
-out test-signed-data-noattr
|
||||
|
||||
openssl smime \
|
||||
-sign \
|
||||
-nodetach \
|
||||
-binary \
|
||||
-in ../test_chain.in \
|
||||
-signer test.crt \
|
||||
-inkey test.key \
|
||||
-noattr \
|
||||
-nocerts \
|
||||
-outform DER \
|
||||
-out test-signed-data-noattr-nocerts
|
||||
|
||||
|
Reference in New Issue
Block a user