From e6ef05d5f31ede3e4a27fd6fbf96880f141c6cdd Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 18 Apr 2008 11:18:20 +0000 Subject: Make certs argument work in CMS_sign() add test case. PR:1664 --- test/cms-test.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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" -- cgit v1.2.1