summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)Author
2011-11-02Add support for memory leak checking in fips_algvs.Dr. Stephen Henson
Fix many memory leaks in algorithm test utilities.
2011-11-01Add support for multicall fips_algvs utility combining functionalityDr. Stephen Henson
of all fips test utilities in a single binary and some minimal script parsing for platforms lacking a suitable shell. In order to keep changes to the build system to a minimum it #includes all the utilities C source files (yuck).
2011-10-19"make update" (partial)Bodo Möller
2011-10-13use -no_ecdhe when using -no_dheBodo Möller
2011-10-12increase test RSA key size to 1024 bitsDr. Stephen Henson
2011-09-05oopsBodo Möller
2011-09-05Fix session handling.Bodo Möller
2011-09-05make updateBodo Möller
2011-05-16cms-test.pl: make it work with not-so-latest perl.Andy Polyakov
2011-03-25Update .cvsignoreDr. Stephen Henson
2011-03-25Corrections to the VMS build system.Richard Levitte
Submitted by Steven M. Schweda <sms@antinode.info>
2011-03-25For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte
different options: "64" The build system will choose /POINTER_SIZE=64=ARGV if the compiler supports it, otherwise /POINTER_SIZE=64. "64=" The build system will force /POINTER_SIZE=64. "64=ARGV" The build system will force /POINTER_SIZE=64=ARGV.
2011-03-24Implement FIPS CMAC.Richard Levitte
* fips/fips_test_suite.c, fips/fipsalgtest.pl, test/Makefile: Hook in test cases and build test program.
2011-03-23make update (1.1.0-dev)Richard Levitte
This meant alarger renumbering in util/libeay.num due to symbols appearing in 1.0.0-stable and 1.0.1-stable. However, since there's been no release on this branch yet, it should be harmless.
2011-03-20* apps/makeapps.com: Forgot to end the check for /POINTER_SIZE=64=ARGVRichard Levitte
with turning trapping back on. * test/maketests.com: Do the same check for /POINTER_SIZE=64=ARGV here. * test/clean-test.com: A new script for cleaning up.
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
submitted by Steven M. Schweda <sms@antinode.info>
2011-03-12Add SRP support.Ben Laurie
2011-03-09Add ECDH to validated module.Dr. Stephen Henson
2011-03-09Update .cvsignoreDr. Stephen Henson
2011-03-08New initial DH algorithm test driver.Dr. Stephen Henson
2011-03-06Updates to DRBG: fix bugs in infrastructure. Add initial experimentalDr. Stephen Henson
algorithm test generator.
2011-02-21Update dependencies.Dr. Stephen Henson
2011-02-21*** empty log message ***Dr. Stephen Henson
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson
is picked up.
2011-02-14Add ECDSA functionality to fips module. Initial very incomplete versionDr. Stephen Henson
of algorithm test program.
2011-02-11New "fispcanisteronly" build option: only build fipscanister.o andDr. Stephen Henson
associated utilities. This functionality will be used by the validated tarball.
2011-02-08Experimental incomplete AES GCM algorithm test program.Dr. Stephen Henson
2011-02-03make updateBodo Möller
2011-01-27update .cvsignoreDr. Stephen Henson
2011-01-26FIPS changes to test/Makefile: rules to build FIPS test applications.Dr. Stephen Henson
2011-01-26FIPS_allow_md5() no longer exists and is no longer requiredDr. Stephen Henson
2010-12-14First attempt at adding the possibility to set the pointer size for the ↵Richard Levitte
builds on VMS. PR: 2393
2010-11-29Better method for creating SSLROOT:.Richard Levitte
Make sure to include the path to evptest.txt.
2010-11-23Implement bc test strategy as submitted by Steven M. Schweda ↵Richard Levitte
<sms@antinode.info>. Make sure we move to '__here' before trying to use it to build local sslroot:
2010-11-23Print openssl version information at the end of the testsRichard 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-11-22Better way to build tests. Taken from OpenSSL-1_0_1-stableRichard Levitte
2010-11-18Tell the user what test is being performed.Richard Levitte
2010-11-18We expect these scripts not to bail on error, so make sure that's what happens.Richard Levitte
2010-11-18Synchronise with Unix testsRichard Levitte
2010-09-05NPN tests.Ben Laurie
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.
2010-04-10AESNI engine: update test_aesni.Andy Polyakov
2010-01-27Have the VMS build system catch up with the 1.0.0-stable branch.Richard Levitte
2010-01-27Apparently, test/testtsa.com was only half doneRichard Levitte
2010-01-25There's really no need to use $ENV::HOMERichard Levitte
2010-01-25Forgot to correct the definition of __arch in this file.Richard Levitte
Submitted by Steven M. Schweda <sms@antinode.info>
2010-01-25It seems like sslroot: needs to be defined for some tests to work.Richard Levitte
Submitted by Steven M. Schweda <sms@antinode.info>
2009-11-23cms-test.pl: use EXE_EXT.Andy Polyakov
PR: 2107