summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)Author
2002-10-09Remove redundancy and use the main makefile betterRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
2002-08-15q may be used uninitialisedRichard Levitte
2002-08-15Sometimes, the value of the variable containing the compiler call canRichard Levitte
become rather large. This becomes a problem when the default 1024 character large buffer that WRITE uses isn't enough. WRITE/SYMBOL uses a 2048 byte large buffer instead.
2002-08-14Make sure that the test input file comes in the same record format as theRichard Levitte
typical output from a program in C. PR: 222
2002-08-10Synchronise tests with Unix.Richard Levitte
2002-08-09make updateBodo Möller
2002-08-09Add ECDH support.Bodo Möller
Additional changes: - use EC_GROUP_get_degree() in apps/req.c - add ECDSA and ECDH to apps/speed.c - adds support for EC curves over binary fields to ECDSA - new function EC_KEY_up_ref() in crypto/ec/ec_key.c - reorganize crypto/ecdsa/ecdsatest.c - add engine support for ECDH - fix a few bugs in ECDSA engine support Submitted by: Douglas Stebila <douglas.stebila@sun.com>
2002-08-02Rename implementations of method functions so that they matchBodo Möller
the new method names where _GF... suffixes have been removed. Revert changes to ..._{get/set}_Jprojective_coordinates_...: The current implementation for ECC over binary fields does not use projective coordinates, and if it did, it would not use Jacobian projective coordinates; so it's OK to use the ..._GFp prefix for all this. Add author attributions to some files so that it doesn't look as if Sun wrote all of this :-)
2002-08-01make updateRichard Levitte
2002-07-30"make update"Lutz Jänicke
2002-07-23Make dummy tests to make it easier to physically remove unwanted algorithms.Richard Levitte
This should complete PR 75
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