summaryrefslogtreecommitdiffstats
path: root/test/cms-test.pl
AgeCommit message (Collapse)Author
2015-01-07VMS fixups for 1.0.2Richard Levitte
Reviewed-by: Rich Salz <rsalz@openssl.org>
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
Reviewed-by: Emilia Käsper <emilia@openssl.org> (cherry picked from commit af6e2d51bfeabbae827030d4c9d58a8f7477c4a0)
2014-11-18Fixed cms-test.pl for no-ec2mMatt Caswell
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2014-06-12The 1.0.2 cms-test.pl had some changes that don't quite work on VMS...Richard Levitte
2013-10-01Correctly test for no-ec.Ben Laurie
(cherry picked from commit d5605699a15d870457f96b3e1795135228547324)
2013-10-01Don't run ECDH CMS tests if EC disabled.Dr. Stephen Henson
(cherry picked from commit b85f8afe3735eb77073481ffff2a4c972a6c3b21)
2013-10-01Add X9.42 DH test.Dr. Stephen Henson
(cherry picked from commit bbc098ffb3c0b09e0bbeca787e20efddc3242ec1)
2013-10-01New CMS tests.Dr. Stephen Henson
Add some ECDH CMS tests. (cherry picked from commit 5cdc25a7545e44523b1f15418146bbda8eb03015)
2013-10-01Add new CMS tests.Dr. Stephen Henson
Add new tests to cms-test.pl covering PSS and OAEP. (cherry picked from commit 32b18e0338a326723680c7c347d3f04bf4e24b40)
2013-02-14cms-test.pl: make it work with not-so-latest perl.Andy Polyakov
(cherry picked from commit 9c437e2faded18b4ef6499d7041c65d6e216955b)
2011-03-19Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte
2010-11-22* tests.com: Add the symbol openssl_conf, so the openssl applicationRichard Levitte
stops complaining about a missing configuration file. Define the logical name PERL_ENV_TABLES with values to Perl considers the DCL symbol table as part of the environment (see 'man perlvms' for details), so cms-test.pl can get the value of EXE_DIR from tests.com, among others. * cms-test.pl: Make changes to have it work on VMS as well. Upper or mixed case options need to be quoted and the openssl command needs a VMS-specific treatment. It all should work properly on Unix, I hope it does on Windows as well...
2010-05-20oops, typoDr. Stephen Henson
2010-05-20Update cms-test.pl to handle some Unix like Windows environments whereDr. Stephen Henson
calling shlib_wrap.sh doesn't work.
2009-11-26cms-test.pl: use EXE_EXT (from HEAD).Andy Polyakov
PR: 2107
2009-11-13PR: 2101Dr. Stephen Henson
Submitted by: Doug Kaufman <dkaufman@rahul.net> Approved by: steve@openssl.org Fixes for tests in cms-test.pl
2008-04-18Make certs argument work in CMS_sign() add test case.Dr. Stephen Henson
PR:1664
2008-04-01Add signed receipt tests.Dr. Stephen Henson
2008-03-31Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson
Update cms-test.pl to support OpenSSL 0.9.8.
2008-03-19Add support for KEK decrypt in cms utility.Dr. Stephen Henson
2008-03-18Delete standard out and err temp files too.Dr. Stephen Henson
2008-03-18Delete tmp files, silence openssl commands, compare extracted content.Dr. Stephen Henson
2008-03-18Add enveloped data keyid test.Dr. Stephen Henson
2008-03-18Fixes for S/MIME consistency checker and flexibility enhancements.Dr. Stephen Henson
2008-03-18Add extensive PCKS7 and CMS consistency test script.Dr. Stephen Henson