summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)Author
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte
PR: 499
2004-06-17Get rid of signed/unsigned warnings, and teach CVS about new things toGeoff Thorpe
ignore.
2004-05-26Synchronise VMS with the Unixly Malefiles.Richard Levitte
2004-05-20SHA-256/-512 test and benchmark.Andy Polyakov
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
2004-04-19make updateGeoff Thorpe
2004-03-24o_str.h isn't a public header file, so make sure it will still beRichard Levitte
included.
2003-12-27Use sh explicitely to run point.shRichard Levitte
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
2003-10-28crypto/evp/evptests.txt is copied to tests/ rather than symlinked becauseGeoff Thorpe
of windows (see checkin 1.75 of crypto/evp/Makefile.ssl), so quiet cvs noise for the copied version.
2003-05-01make updateRichard Levitte
2003-04-10make updateRichard Levitte
2003-04-03Add a CA section, to make sure the test will work with the changes inRichard Levitte
CA.sh.
2003-03-21make updateDr. Stephen Henson
2003-03-20make updateRichard Levitte
2003-03-20make updateDr. Stephen Henson
2003-03-20Make sure that all the library paths are modified in prepend mode, notRichard Levitte
replace mode. PR: 528
2003-02-22Allow building applications against static libraries with Makefile.shared.Richard Levitte
2003-02-14Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte
on it.
2003-02-13Add full support for -rpath/-R, both in shared libraries andRichard Levitte
applications, at least on the platforms where it's known how to do it. Note: this has only been tested on GNU-based platforms (Linux), and needs to be tested on all others. Additionally, it's not yet supported on the following platforms, for lack of information: Darwin (MacOS X) Cygwin OSF1/Alpha SVR3 ReliantUNIX Please help out with testing and the platforms we don't yet know well enough.
2003-01-13DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte
PR: 453
2003-01-10Force the removal.Richard Levitte
PR: 437
2003-01-10Certain files must be removed before generating them, in case they pointRichard Levitte
into a read-only source tree. PR: 437
2003-01-03Rijndael should be called AES everywhereRichard Levitte
2002-12-29make updateRichard Levitte
2002-12-24Cygwin needs the library locatin for .DLLs to be set in PATH. Unfortunately,Richard Levitte
the conditional was set to add the library directory to PATH when the platform is NOT Cygwin. Corrected. PR: 404
2002-12-12Skip DH-specific tests when no-dh has been configured.Richard Levitte
PR: 353
2002-12-06Apparently, bash is more forgiving than sh. To be backwardRichard Levitte
compatible, don't use ==, use = instead...
2002-12-05Corrected DJGPP patchRichard Levitte
2002-12-05make updateRichard Levitte
2002-12-04DJGPP patches.Richard Levitte
PR: 347
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
always give the expected result on some platforms.
2002-11-19make updateRichard Levitte
2002-11-15Changes to make shared library building and use work better with CygwinRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-13Fix warnings, makefile cockup.Ben Laurie
2002-11-12Make it possible to run individual tests even when linked with libcrypto.so ↵Richard Levitte
and libssl.so
2002-11-11Make the programs link against the static library on MacOS X.Richard Levitte
PR: 335
2002-10-31Remove all referenses to RSAref, since that's been gone for more thanRichard Levitte
a year.
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