summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-18 11:19:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-18 11:19:56 +0000
commitd14089025989d7d1defe7d7e7f113883a2d243ca (patch)
tree5db84461dfb9e1c2fea484ef805256ad6621c3c7 /test
parenteb492df2bb9a8d13a1ea56faa026f4a8df671bb5 (diff)
Update from HEAD.
Diffstat (limited to 'test')
-rw-r--r--test/cms-test.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cms-test.pl b/test/cms-test.pl
index 7421f1c19d..a84e089ddc 100644
--- a/test/cms-test.pl
+++ b/test/cms-test.pl
@@ -81,6 +81,7 @@ my @smime_pkcs7_tests = (
[
"signed content DER format, RSA key",
"-sign -in smcont.txt -outform DER -nodetach"
+ . " -certfile $smdir/smroot.pem"
. " -signer $smdir/smrsa1.pem -out test.cms",
"-verify -in test.cms -inform DER "
. " -CAfile $smdir/smroot.pem -out smtst.txt"