aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2013-02-21make depend.Ben Laurie1-0/+14
2013-02-06Fix for EXP-RC2-CBC-MD5Adam Langley1-0/+17
MD5 should use little endian order. Fortunately the only ciphersuite affected is EXP-RC2-CBC-MD5 (TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5) which is a rarely used export grade ciphersuite. (cherry picked from commit f306b87d766e6ecf30824635c7c395b67cff9dbc)
2013-01-19Merge branch 'master' of openssl.net:opensslBen Laurie1-3/+14
2013-01-19engines/ccgost: add test case.Andy Polyakov1-3/+14
Submitted by: Serguei Leontiev PR: 2821
2013-01-19Make "make depend" work on MacOS out of the box.Ben Laurie1-1/+1
2012-12-21Fix tocsp: we don't need -trust_other any more.Dr. Stephen Henson1-2/+2
Fix typo.
2012-12-20Update test OCSP script "tocsp" to use shell functions and to useDr. Stephen Henson1-114/+64
December 17th as check date to avoid certificate expiry errors.
2012-12-11Make openssl verify return errors.Ben Laurie1-1/+1
2012-12-10Tabification. Remove accidental duplication.Ben Laurie1-197/+0
2012-12-07Fix OCSP checking.Ben Laurie68-1/+2163
2012-11-19make dependDr. Stephen Henson1-93/+89
2012-11-18PR: 2909Dr. Stephen Henson1-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.
2012-10-27util/fipslink.pl: further adjustments.Andy Polyakov1-0/+1
2012-10-25test_t4: cover even Camellia.Andy Polyakov1-3/+6
2012-10-06Add SPARC T4 AES support.Andy Polyakov1-0/+66
Submitted by: David Miller
2012-07-15test_aesni: harmonize with AES-NI support at EVP layer.Andy Polyakov1-7/+7
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-84/+96
2011-12-27make updateDr. Stephen Henson1-5/+11
2011-12-11detect and use older PKITS dataDr. Stephen Henson1-2/+9
2011-12-10add commented out option to allow use of older PKITS dataDr. Stephen Henson1-0/+2
2011-11-02Add support for memory leak checking in fips_algvs.Dr. Stephen Henson1-3/+21
Fix many memory leaks in algorithm test utilities.
2011-11-02Add fips_algvs utility (from FIPS 2.0 stable branch).Dr. Stephen Henson2-2/+320
2011-10-19"make update" (partial)Bodo Möller1-8/+8
2011-10-13use -no_ecdhe when using -no_dheBodo Möller1-4/+4
2011-10-12increase test RSA key size to 1024 bitsDr. Stephen Henson5-5/+5
2011-09-05oopsBodo Möller1-2/+2
2011-09-05Fix session handling.Bodo Möller1-2/+2
2011-09-05make updateBodo Möller1-155/+74
2011-05-16cms-test.pl: make it work with not-so-latest perl.Andy Polyakov1-1/+3
2011-03-25Update .cvsignoreDr. Stephen Henson1-0/+1
2011-03-25Corrections to the VMS build system.Richard Levitte1-29/+30
Submitted by Steven M. Schweda <sms@antinode.info>
2011-03-25For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte1-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.
2011-03-24Implement FIPS CMAC.Richard Levitte1-61/+164
* 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 Levitte1-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.
2011-03-20* apps/makeapps.com: Forgot to end the check for /POINTER_SIZE=64=ARGVRichard Levitte2-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.
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte18-243/+383
submitted by Steven M. Schweda <sms@antinode.info>
2011-03-12Add SRP support.Ben Laurie2-198/+173
2011-03-09Add ECDH to validated module.Dr. Stephen Henson1-3/+8
2011-03-09Update .cvsignoreDr. Stephen Henson1-0/+3
2011-03-08New initial DH algorithm test driver.Dr. Stephen Henson1-3/+7
2011-03-06Updates to DRBG: fix bugs in infrastructure. Add initial experimentalDr. Stephen Henson1-5/+10
algorithm test generator.
2011-02-21Update dependencies.Dr. Stephen Henson1-55/+157
2011-02-21*** empty log message ***Dr. Stephen Henson1-1/+1
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2-1/+2
is picked up.
2011-02-14Add ECDSA functionality to fips module. Initial very incomplete versionDr. Stephen Henson1-1/+7
of algorithm test program.
2011-02-11New "fispcanisteronly" build option: only build fipscanister.o andDr. Stephen Henson1-4/+8
associated utilities. This functionality will be used by the validated tarball.
2011-02-08Experimental incomplete AES GCM algorithm test program.Dr. Stephen Henson1-3/+8
2011-02-03make updateBodo Möller1-42/+124
2011-01-27update .cvsignoreDr. Stephen Henson1-0/+5
2011-01-26FIPS changes to test/Makefile: rules to build FIPS test applications.Dr. Stephen Henson1-2/+94