summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)Author
2002-07-17On MacOS X, the shared library editor uses DYLD_LIBRARY_PATHRichard Levitte
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller
(the same keys can be used for ECC schemes other than ECDSA) and add some new options. Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS" in 'PEM' format. Fix ec_asn1.c (take into account the desired conversion form). 'make update'. Submitted by: Nils Larsch
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
handled properly. Part of PR 75
2002-06-13Add support for DJGPP.Richard Levitte
PR: 75
2002-06-06Make sure that settings are passed back and forth when walking aroundLutz Jänicke
in the tree during build. Reinstall default PERL settings in Makefiles, as the real reason for the failure was that the settings were not passed.
2002-06-06Merge from 0.9.7-stable.Richard Levitte
2002-06-05The correct PERL interpreter is passed via commandline.Lutz Jänicke
2002-05-23Make sure ECDSA is built and tested on VMS.Richard Levitte
2002-05-22Allow the use of the TCP/IP stack keyword TCPIP and NONERichard Levitte
2002-03-04Make it so one can select tests from within the test directoryRichard Levitte
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller
Submitted by: D. K. Smetters <smetters@parc.xerox.com> Reviewed by: Bodo Moeller
2002-02-20With Compaq make, it seems like # inside an action becomes part of the ↵Richard Levitte
command, not a comment at all
2002-02-14move ECDSA test right after EC testBodo Möller
2002-02-13ECDSA supportBodo Möller
Submitted by: Nils Larsch <nla@trustcenter.de>
2002-02-05'make update'Richard Levitte
2002-01-24make updateRichard Levitte
libeay.num got tweaked so the old des symbols would retain their positions.
2002-01-15run test_evp before test_sslBodo Möller
2001-10-30Change the shared library support so the shared libraries get builtRichard Levitte
sooner and the programs get built against the shared libraries. This requires a bit more work. Things like -rpath and the possibility to still link the programs statically should be included. Some cleanup is also needed. This will be worked on.
2001-10-29Addapt VMS scripts to the newer disk layout system ODS-5, which allows more ↵Richard Levitte
than one period and mixed size characters in file names
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
2001-10-15make sure .rnd existsBodo Möller
2001-10-04Typo...Richard Levitte
2001-10-04'make update'Richard Levitte
2001-09-27Synchronise with Unixly build.Richard Levitte
2001-09-25"make update".Geoff Thorpe
2001-09-07make engine file names unique in 8.3Ulf Möller
2001-09-05Use GCC 2.95/3.0 optimizationUlf Möller
2001-08-18Add EVP test program.Ben Laurie
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-08-03Header bloat reduction for EVP_PKEY.Ben Laurie
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-10make updateRichard Levitte
2001-06-23make updateRichard Levitte
2001-06-05'make update'Richard Levitte
2001-05-03bctest changes for Ultrix (don't return 1 from bctest, otherwise make aborts)Bodo Möller
2001-04-08code documentationBodo Möller
2001-04-08avoid '||' since Ultrix apparently doesn't understand itBodo Möller
2001-04-08'||', '&&' and 'test -x' apparently don't work on Ultrix;Bodo Möller
also 'test' appears to be available as '[' only in 'if' conditions.
2001-04-04don't use shell functionsBodo Möller
2001-03-30Fix bctest, and add a workaround that should solve the problem withBodo Möller
FreeBSD's /bin/sh.
2001-03-24make updateRichard Levitte
2001-03-17Explicitly ignore the exit code of ./bctest. Usually the shellBodo Möller
ignores it anyway in command substitution, but Ultrix reportedly aborted the test when bctest returned 1.
2001-03-16An enhanced bctest submitted by Tim Rice <tim@multitalents.net>.Richard Levitte
It now looks along $PATH for a working bc and returns the absolute path to one that does work.
2001-03-08Too many dollars...Richard Levitte
2001-03-08Write a small comment so we know...Richard Levitte
2001-03-08Build ectest too.Richard Levitte
2001-03-08VMS catches up on the EC modifications.Richard Levitte
2001-03-08Integrate ec_err.[co].Bodo Möller
"make depend"
2001-03-08Integrate ectest.c (which does not yet do anything).Bodo Möller