summaryrefslogtreecommitdiffstats
path: root/test/Makefile
AgeCommit message (Collapse)Author
2015-03-29Add private/public key conversion testsDr. Stephen Henson
Reviewed-by: Matt Caswell <matt@openssl.org>
2015-03-24make dependDr. Stephen Henson
Reviewed-by: Matt Caswell <matt@openssl.org>
2015-02-25Import evp_test.c from BoringSSL. Unfortunately we already have a fileMatt Caswell
called evp_test.c, so I have called this one evp_extra_test.c Reviewed-by: Emilia Käsper <emilia@openssl.org>
2015-02-06ui_compat cleanup; makefiles and vmsRich Salz
Remove ui_compat.h from Makefile dependencies And from two VMS build/install scripts. Reviewed-by: Matt Caswell <matt@openssl.org>
2015-02-04More unused FIPS module code.Dr. Stephen Henson
Remove fips_algvs.c Remove unused fips module build code from Configure and Makefile.org Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-02-02Remove old DES APIRich Salz
Includes VMS fixes from Richard. Includes Kurt's destest fixes (RT 1290). Closes tickets 1290 and 1291 Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-30Since SHA0 was completely removed, also remove the related testRichard Levitte
Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-01-12RT478: Add uninstall make targetRich Salz
Add INSTALLDIRS variable, list of directories where things get installed. Change install_html_docs to use perl mkdir-p script. Add uninstall, uninstall_sw, uninstall_docs, uninstall_html_docs to Makefile.org. The actions of these targets were figured out by "inverting" the install target. Recurse into subdirs to do uninstall as needed. Added uninstall targets whose actions were similarly figured out by "inverting" the install target. Also remove some 'space before tab' complaints in Makefile.org Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-12-18make update following changes to default config settingsMatt Caswell
Reviewed-by: Rich Salz <rsalz@openssl.org>
2014-12-16Rename gost2814789t.c to gost2814789test.c. The old name caused problemsMatt Caswell
for dummytest if gost is compiled out, since the name of the test is not standard (dummytest segfaults). Also the old name caused problems for git because the executable was not in the .gitignore file Reviewed-by: Emilia Käsper <emilia@openssl.org>
2014-12-11make updateMatt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-12-08Prepare for bn opaquify. Implement internal helper functions.Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-12-08make dependDr. Stephen Henson
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-12-08Remove fips utility build rules from test/MakefileDr. Stephen Henson
The fips test utilities are only build if an FIPS module is being built from source. As this isn't done in master these are redundant. Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-12-04Remove SSLv2 supportKurt Roeckx
The only support for SSLv2 left is receiving a SSLv2 compatible client hello. Reviewed-by: Richard Levitte <levitte@openssl.org>
2014-09-23make updateEmilia Kasper
Sync libeay.num from 1.0.2 Reviewed-by: Dr Stephen Henson <steve@openssl.org>
2014-09-05make updateEmilia Kasper
Reviewed-by: Dr Stephen Henson <steve@openssl.org>
2014-08-28Constant-time utilitiesEmilia Kasper
Pull constant-time methods out to a separate header, add tests. Reviewed-by: Bodo Moeller <bodo@openssl.org>
2014-08-14make dependEmilia Kasper
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2014-07-24Don't call setenv in gost2814789t.cDr. Stephen Henson
The call to setenv in gost2814789t.c is not portable and may not reflect the location of the GOST ENGINE on all platforms anyway. Instead set OPENSSL_ENGINES in test/Makefile Reviewed-by: Geoff Thorpe <geoff@openssl.org>
2014-07-20Add test header, sync ordinals with 1.0.2Dr. Stephen Henson
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-07-19Use testutil registry in heartbeat_testMike Bland
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-06-30Make depend.Ben Laurie
2014-06-09Link heartbeat_test with the static version of the librariesKurt Roeckx
It's using an internal API that that might not be available in the shared library.
2014-05-27Fix for test_bn regular expression to work on Windows using MSYS. PR#3346Peter Mosmans
2014-05-25add test case to makefilesChristian Heimes
2014-05-19Make it build/run.Ben Laurie
2014-05-19Unit/regression test for TLS heartbeats.Mike Bland
Regression test against CVE-2014-0160 (Heartbleed). More info: http://mike-bland.com/tags/heartbleed.html
2014-03-06test/Makefile: allow emulated test (e.g. under wine).Andy Polyakov
Submitted by: Roumen Petrov
2014-02-19make dependDr. Stephen Henson
2013-07-19Make ecdsatest work with nonces.Dr. Stephen Henson
Update ecdsatest to use ECDSA_sign_setup and ECDSA_sign_ex, this avoids the nonce generation which would otherwise break the test. Reinstate ecdsatest.
2013-07-19Temporarily disable ECDSA test.Dr. Stephen Henson
Disable ECDSA test temporarily: it is incompatible with ECDSA nonces.
2013-06-12Add support for arbitrary TLS extensions.Trevor
Contributed by Trevor Perrin.
2013-05-05Tests pass!Ben Laurie
2013-04-07Make sure all tests are actually run, plus some fixups for things thatBen Laurie
turn out to be made somewhere by existing Makefiles.
2013-04-06Fix test_ss.Ben Laurie
2013-04-06Make session ID test work.Ben Laurie
2013-04-06Make S/MIME test work.Ben Laurie
2013-04-06Make RSA test work.Ben Laurie
2013-04-06Make PKCS#7 test work.Ben Laurie
2013-04-06More progress towards working tests.Ben Laurie
2013-04-06Get closer to a working single Makefile with test support.Ben Laurie
2013-02-21make depend.Ben Laurie
2013-01-19Merge branch 'master' of openssl.net:opensslBen Laurie
2013-01-19engines/ccgost: add test case.Andy Polyakov
Submitted by: Serguei Leontiev PR: 2821
2013-01-19Make "make depend" work on MacOS out of the box.Ben Laurie
2012-12-11Make openssl verify return errors.Ben Laurie
2012-12-07Fix OCSP checking.Ben Laurie
2012-11-19make dependDr. Stephen Henson
2012-11-18PR: 2909Dr. Stephen Henson
Contributed by: Florian Weimer <fweimer@redhat.com> Fixes to X509 hostname and email address checking. Wildcard matching support. New test program and manual page.