aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Make dummy tests to make it easier to physically remove unwanted algorithms.Richard Levitte2002-07-232-1/+55
| | | | This should complete PR 75
* On MacOS X, the shared library editor uses DYLD_LIBRARY_PATHRichard Levitte2002-07-171-2/+2
|
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-100/+202
| | | | | | | | | | | | | | (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
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
| | | | | handled properly. Part of PR 75
* Add support for DJGPP.Richard Levitte2002-06-139-9/+45
| | | | PR: 75
* Make sure that settings are passed back and forth when walking aroundLutz Jänicke2002-06-061-3/+4
| | | | | | 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.
* Merge from 0.9.7-stable.Richard Levitte2002-06-061-1/+29
|
* The correct PERL interpreter is passed via commandline.Lutz Jänicke2002-06-051-1/+0
|
* Make sure ECDSA is built and tested on VMS.Richard Levitte2002-05-232-3/+10
|
* Allow the use of the TCP/IP stack keyword TCPIP and NONERichard Levitte2002-05-221-4/+4
|
* Make it so one can select tests from within the test directoryRichard Levitte2002-03-041-1/+1
|
* Add 'void *' argument to app_verify_callback.Bodo Möller2002-02-281-0/+3
| | | | | Submitted by: D. K. Smetters <smetters@parc.xerox.com> Reviewed by: Bodo Moeller
* With Compaq make, it seems like # inside an action becomes part of the ↵Richard Levitte2002-02-201-2/+2
| | | | command, not a comment at all
* move ECDSA test right after EC testBodo Möller2002-02-141-9/+13
|
* ECDSA supportBodo Möller2002-02-131-82/+114
| | | | Submitted by: Nils Larsch <nla@trustcenter.de>
* 'make update'Richard Levitte2002-02-051-4/+8
|
* make updateRichard Levitte2002-01-241-16/+18
| | | | | libeay.num got tweaked so the old des symbols would retain their positions.
* run test_evp before test_sslBodo Möller2002-01-151-1/+1
|
* Change the shared library support so the shared libraries get builtRichard Levitte2001-10-301-1/+5
| | | | | | | | 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.
* Addapt VMS scripts to the newer disk layout system ODS-5, which allows more ↵Richard Levitte2001-10-291-0/+1
| | | | than one period and mixed size characters in file names
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-241-2/+3
| | | | | | | | | | | | 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.
* make sure .rnd existsBodo Möller2001-10-151-0/+2
|
* Typo...Richard Levitte2001-10-041-1/+1
|
* 'make update'Richard Levitte2001-10-041-60/+61
|
* Synchronise with Unixly build.Richard Levitte2001-09-272-2/+7
|
* "make update".Geoff Thorpe2001-09-251-15/+22
|
* make engine file names unique in 8.3Ulf Möller2001-09-071-9/+9
|
* Use GCC 2.95/3.0 optimizationUlf Möller2001-09-051-1/+2
|
* Add EVP test program.Ben Laurie2001-08-181-4/+24
|
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-38/+36
|
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-031-31/+17
|
* make updateRichard Levitte2001-07-311-11/+12
|
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-160/+75
|
* make updateRichard Levitte2001-07-101-9/+27
|
* make updateRichard Levitte2001-06-231-15/+115
|
* 'make update'Richard Levitte2001-06-051-11/+14
|
* bctest changes for Ultrix (don't return 1 from bctest, otherwise make aborts)Bodo Möller2001-05-032-2/+5
|
* code documentationBodo Möller2001-04-081-3/+3
|
* avoid '||' since Ultrix apparently doesn't understand itBodo Möller2001-04-081-1/+1
|
* '||', '&&' and 'test -x' apparently don't work on Ultrix;Bodo Möller2001-04-081-3/+15
| | | | also 'test' appears to be available as '[' only in 'if' conditions.
* don't use shell functionsBodo Möller2001-04-041-26/+23
|
* Fix bctest, and add a workaround that should solve the problem withBodo Möller2001-03-302-41/+29
| | | | FreeBSD's /bin/sh.
* make updateRichard Levitte2001-03-241-1/+0
|
* Explicitly ignore the exit code of ./bctest. Usually the shellBodo Möller2001-03-171-1/+1
| | | | | ignores it anyway in command substitution, but Ultrix reportedly aborted the test when bctest returned 1.
* An enhanced bctest submitted by Tim Rice <tim@multitalents.net>.Richard Levitte2001-03-161-12/+39
| | | | | It now looks along $PATH for a working bc and returns the absolute path to one that does work.
* Too many dollars...Richard Levitte2001-03-081-3/+4
|
* Write a small comment so we know...Richard Levitte2001-03-082-0/+2
|
* Build ectest too.Richard Levitte2001-03-081-3/+3
|
* VMS catches up on the EC modifications.Richard Levitte2001-03-081-2/+6
|
* Integrate ec_err.[co].Bodo Möller2001-03-081-0/+6
| | | | "make depend"