aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Make openssl verify return errors.Ben Laurie2012-12-111-1/+1
|
* Tabification. Remove accidental duplication.Ben Laurie2012-12-101-197/+0
|
* Fix OCSP checking.Ben Laurie2012-12-0768-1/+2163
|
* make dependDr. Stephen Henson2012-11-191-93/+89
|
* PR: 2909Dr. Stephen Henson2012-11-181-4/+13
| | | | | | | Contributed by: Florian Weimer <fweimer@redhat.com> Fixes to X509 hostname and email address checking. Wildcard matching support. New test program and manual page.
* util/fipslink.pl: further adjustments.Andy Polyakov2012-10-271-0/+1
|
* test_t4: cover even Camellia.Andy Polyakov2012-10-251-3/+6
|
* Add SPARC T4 AES support.Andy Polyakov2012-10-061-0/+66
| | | | Submitted by: David Miller
* test_aesni: harmonize with AES-NI support at EVP layer.Andy Polyakov2012-07-151-7/+7
|
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-84/+96
|
* make updateDr. Stephen Henson2011-12-271-5/+11
|
* detect and use older PKITS dataDr. Stephen Henson2011-12-111-2/+9
|
* add commented out option to allow use of older PKITS dataDr. Stephen Henson2011-12-101-0/+2
|
* Add support for memory leak checking in fips_algvs.Dr. Stephen Henson2011-11-021-3/+21
| | | | Fix many memory leaks in algorithm test utilities.
* Add fips_algvs utility (from FIPS 2.0 stable branch).Dr. Stephen Henson2011-11-022-2/+320
|
* "make update" (partial)Bodo Möller2011-10-191-8/+8
|
* use -no_ecdhe when using -no_dheBodo Möller2011-10-131-4/+4
|
* increase test RSA key size to 1024 bitsDr. Stephen Henson2011-10-125-5/+5
|
* oopsBodo Möller2011-09-051-2/+2
|
* Fix session handling.Bodo Möller2011-09-051-2/+2
|
* make updateBodo Möller2011-09-051-155/+74
|
* cms-test.pl: make it work with not-so-latest perl.Andy Polyakov2011-05-161-1/+3
|
* Update .cvsignoreDr. Stephen Henson2011-03-251-0/+1
|
* Corrections to the VMS build system.Richard Levitte2011-03-251-29/+30
| | | | Submitted by Steven M. Schweda <sms@antinode.info>
* For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte2011-03-251-13/+32
| | | | | | | | 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.
* Implement FIPS CMAC.Richard Levitte2011-03-241-61/+164
| | | | | * fips/fips_test_suite.c, fips/fipsalgtest.pl, test/Makefile: Hook in test cases and build test program.
* make update (1.1.0-dev)Richard Levitte2011-03-231-97/+81
| | | | | | 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.
* * apps/makeapps.com: Forgot to end the check for /POINTER_SIZE=64=ARGVRichard Levitte2011-03-202-1/+57
| | | | | | | 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.
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-1918-243/+383
| | | | submitted by Steven M. Schweda <sms@antinode.info>
* Add SRP support.Ben Laurie2011-03-122-198/+173
|
* Add ECDH to validated module.Dr. Stephen Henson2011-03-091-3/+8
|
* Update .cvsignoreDr. Stephen Henson2011-03-091-0/+3
|
* New initial DH algorithm test driver.Dr. Stephen Henson2011-03-081-3/+7
|
* Updates to DRBG: fix bugs in infrastructure. Add initial experimentalDr. Stephen Henson2011-03-061-5/+10
| | | | algorithm test generator.
* Update dependencies.Dr. Stephen Henson2011-02-211-55/+157
|
* *** empty log message ***Dr. Stephen Henson2011-02-211-1/+1
|
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-162-1/+2
| | | | is picked up.
* Add ECDSA functionality to fips module. Initial very incomplete versionDr. Stephen Henson2011-02-141-1/+7
| | | | of algorithm test program.
* New "fispcanisteronly" build option: only build fipscanister.o andDr. Stephen Henson2011-02-111-4/+8
| | | | | associated utilities. This functionality will be used by the validated tarball.
* Experimental incomplete AES GCM algorithm test program.Dr. Stephen Henson2011-02-081-3/+8
|
* make updateBodo Möller2011-02-031-42/+124
|
* update .cvsignoreDr. Stephen Henson2011-01-271-0/+5
|
* FIPS changes to test/Makefile: rules to build FIPS test applications.Dr. Stephen Henson2011-01-261-2/+94
|
* FIPS_allow_md5() no longer exists and is no longer requiredDr. Stephen Henson2011-01-261-64/+42
|
* First attempt at adding the possibility to set the pointer size for the ↵Richard Levitte2010-12-141-4/+63
| | | | | | builds on VMS. PR: 2393
* Better method for creating SSLROOT:.Richard Levitte2010-11-291-3/+7
| | | | Make sure to include the path to evptest.txt.
* Implement bc test strategy as submitted by Steven M. Schweda ↵Richard Levitte2010-11-233-17/+268
| | | | | | <sms@antinode.info>. Make sure we move to '__here' before trying to use it to build local sslroot:
* Print openssl version information at the end of the testsRichard Levitte2010-11-231-0/+1
|
* * tests.com: Add the symbol openssl_conf, so the openssl applicationRichard Levitte2010-11-222-45/+52
| | | | | | | | | | | 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...
* Better way to build tests. Taken from OpenSSL-1_0_1-stableRichard Levitte2010-11-221-85/+88
|