summaryrefslogtreecommitdiffstats
path: root/test/cms-test.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-18 11:18:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-18 11:18:20 +0000
commite6ef05d5f31ede3e4a27fd6fbf96880f141c6cdd (patch)
treebc1aca0e489bd036195d87ae0143c30542fcb02b /test/cms-test.pl
parent0f401ff08be9d35cfddab88ca13578d29a83c034 (diff)
Make certs argument work in CMS_sign() add test case.
PR:1664
Diffstat (limited to 'test/cms-test.pl')
-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 f81f82c9c1..ee191b37f1 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"