summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* 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"
* Integrate ectest.c (which does not yet do anything).Bodo Möller2001-03-081-4/+11
|
* make updateRichard Levitte2001-02-261-2/+2
| | | | | Note that all *_it variables are suddenly non-existant according to libeay.num. This is a bug that will be corrected. Please be patient.
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-222-77/+75
| | | | | | | | and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
* OpenVMS catches up.Richard Levitte2001-02-201-25/+1
|
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-60/+71
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* Make depend.Ben Laurie2001-02-041-48/+50
|
* Remove serial number file during 'make clean'.Bodo Möller2001-01-291-1/+1
|
* "make update" plus a rewrite of both .num files.Richard Levitte2000-12-291-16/+16
|
* Update VMS build procedures to match the current status.Richard Levitte2000-12-281-4/+4
|
* Change/add commentsBodo Möller2000-12-111-1/+4
|
* Stop on bntest error.Ulf Möller2000-12-101-1/+1
|
* *** empty log message ***Ulf Möller2000-12-101-4/+12
|
* Use continuation lines in test/bctest as far as it is possibleBodo Möller2000-12-091-2/+16
| | | | | to dermine what the expression should look like. Apparently CVS does not like lines longer than about 2^10 characters.
* Don't throw away bctest's error messages.Bodo Möller2000-12-091-2/+2
|
* Test for SCO bc bugUlf Möller2000-12-091-3/+5
|
* Placeholder for SCO bc bug detectionBodo Möller2000-12-081-8/+21
|
* Printing "verify ..." should not be counted as a test for theBodo Möller2000-12-061-1/+1
| | | | "xxx tests passed" message.
* Use bc's "print" feature whenever it is available,Bodo Möller2000-12-062-6/+18
| | | | not just on certain platforms.
* Add a comment.Bodo Möller2000-12-061-0/+5
|
* Workaround for broken (or missing) bc.Bodo Möller2000-12-062-2/+29
|
* Move the rijndael "test" to the bf and cast tests.Ulf Möller2000-12-021-2/+2
|
* "make depend"Bodo Möller2000-12-011-16/+16
|
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. ↵Richard Levitte2000-11-301-18/+18
| | | | Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu>
* Make it possible to test SSL compressionRichard Levitte2000-11-301-29/+35
|
* Addapt the VMS scripts to the changes in the Makefiles.Richard Levitte2000-11-221-0/+4
|
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-4/+4
|
* For a long time, I've wanted to be able to easily run one or a fewRichard Levitte2000-11-121-4/+8
| | | | individual tests. I finally got myself to implement it...
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-081-0/+1
| | | | away now...
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-263-7/+38
| | | | At the same time, add VMS support for Rijndael.
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-2/+15
| | | | make update done.
* Synchronise the VMS build with the Unix one.Richard Levitte2000-09-082-2/+7
|
* 'make update'Richard Levitte2000-09-071-6/+10
|
* Change PKCS#7 test data to take account of removal ofDr. Stephen Henson2000-08-251-44/+44
| | | | indefinite length encoding.
* MD4 implemented. Assar Westerlund provided the digest code itself and the ↵Richard Levitte2000-08-141-34/+46
| | | | test utility, I added the bits to get a EVP interface, the command line utility and the speed test
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-25/+27
| | | | | | | | | | | | | | | | | | could be done automagically, much like the numbering in libeay.num and ssleay.num. The solution works as follows: - New object identifiers are inserted in objects.txt, following the syntax given in objects.README. - objects.pl is used to process obj_mac.num and create a new obj_mac.h. - obj_dat.pl is used to create a new obj_dat.h, using the data in obj_mac.h. This is currently kind of a hack, and the perl code in objects.pl isn't very elegant, but it works as I intended. The simplest way to check that it worked correctly is to look in obj_dat.h and check the array nid_objs and make sure the objects haven't moved around (this is important!). Additions are OK, as well as consistent name changes.
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-32/+34
| | | | | | Also, "make update" has added some missing functions to libeay.num, updated the TABLE for the alpha changes, and updated thousands of dependancies that have changed from recent commits.
* Small bugs in the test scripts removed.Richard Levitte2000-03-182-6/+6
|
* Typo corrected.Richard Levitte2000-03-161-1/+1
|
* another typoBodo Möller2000-03-131-1/+1
|
* typoBodo Möller2000-03-131-1/+1
|
* Synchronise with Unixly testsRichard Levitte2000-03-135-97/+209
|
* Run test_ssl last -- it's the only test that really uses the SSL libraryBodo Möller2000-03-131-1/+1
| | | | in addition to the crypto library.
* "openssl no-..." commands for avoiding the need to grepBodo Möller2000-03-135-14/+14
| | | | "openssl list-standard-commands".
* Include a timing test that works without RSA.Bodo Möller2000-03-131-1/+4
|