summaryrefslogtreecommitdiffstats
path: root/test/cms-test.pl
AgeCommit message (Collapse)Author
2015-02-02cms-test.pl: "localize" /dev/null even further [as follow-up to VMS].Andy Polyakov
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-01-30VMS exit codes weren't handled well enough and were unclearRichard Levitte
Making a specific variable $failure_code and a bit of commenting in the VMS section should help clear things up. Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-01-30VMS adjustments:Richard Levitte
test/cms-test.pl adjusted to handle NL: instead of /dev/null on VMS Reviewed-by: Andy Polyakov <appro@openssl.org>
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
Reviewed-by: Emilia Käsper <emilia@openssl.org>
2014-11-18Fixed cms-test.pl for no-ec2mMatt Caswell
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2013-08-21Correctly test for no-ec.Ben Laurie
2013-08-17Don't run ECDH CMS tests if EC disabled.Dr. Stephen Henson
2013-08-05Add X9.42 DH test.Dr. Stephen Henson
2013-07-17New CMS tests.Dr. Stephen Henson
Add some ECDH CMS tests.
2013-06-21Add new CMS tests.Dr. Stephen Henson
Add new tests to cms-test.pl covering PSS and OAEP.
2011-05-16cms-test.pl: make it work with not-so-latest perl.Andy Polyakov
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
submitted by Steven M. Schweda <sms@antinode.info>
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-23cms-test.pl: use EXE_EXT.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