Commit 8c7f5f3b authored by Ben Laurie's avatar Ben Laurie
Browse files

Make PKCS#7 test work.

parent 188f6443
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -274,7 +274,7 @@ test_req: ../apps/openssl treq testreq.pem testreq2.pem
	@sh ./treq 2>/dev/null
	@sh ./treq 2>/dev/null
	@sh ./treq testreq2.pem 2>/dev/null
	@sh ./treq testreq2.pem 2>/dev/null


test_pkcs7: ../apps/openssl tpkcs7 tpkcs7d
test_pkcs7: ../apps/openssl tpkcs7 tpkcs7d testp7.pem pkcs7-1.pem
	@sh ./tpkcs7 2>/dev/null
	@sh ./tpkcs7 2>/dev/null
	@sh ./tpkcs7d 2>/dev/null
	@sh ./tpkcs7d 2>/dev/null


+2 −0
Original line number Original line Diff line number Diff line
@@ -369,6 +369,8 @@ sub get_tests
		 'v3-cert1.pem',
		 'v3-cert1.pem',
		 'v3-cert2.pem',
		 'v3-cert2.pem',
		 'testreq2.pem',
		 'testreq2.pem',
		 'testp7.pem',
		 'pkcs7-1.pem',
	       );
	       );
  my $copies = copy_scripts('test', @copies);
  my $copies = copy_scripts('test', @copies);