Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto/evp/evptests.txt is copied to tests/ rather than symlinked because | Geoff Thorpe | 2003-10-28 | 1 | -0/+1 |
| | | | | | of windows (see checkin 1.75 of crypto/evp/Makefile.ssl), so quiet cvs noise for the copied version. | ||||
* | make update | Richard Levitte | 2003-05-01 | 1 | -38/+52 |
| | |||||
* | make update | Richard Levitte | 2003-04-10 | 1 | -15/+9 |
| | |||||
* | Add a CA section, to make sure the test will work with the changes in | Richard Levitte | 2003-04-04 | 1 | -0/+49 |
| | | | | CA.sh. | ||||
* | make update | Dr. Stephen Henson | 2003-03-21 | 1 | -4/+10 |
| | |||||
* | make update | Richard Levitte | 2003-03-21 | 1 | -10/+4 |
| | |||||
* | make update | Dr. Stephen Henson | 2003-03-20 | 1 | -1/+2 |
| | |||||
* | Make sure that all the library paths are modified in prepend mode, not | Richard Levitte | 2003-03-20 | 1 | -1/+5 |
| | | | | | replace mode. PR: 528 | ||||
* | Allow building applications against static libraries with Makefile.shared. | Richard Levitte | 2003-02-22 | 1 | -58/+145 |
| | |||||
* | Handle krb5 libraries separately and make sure only libssl.so depends | Richard Levitte | 2003-02-14 | 1 | -0/+3 |
| | | | | on it. | ||||
* | Add full support for -rpath/-R, both in shared libraries and | Richard Levitte | 2003-02-14 | 1 | -88/+263 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment. | Richard Levitte | 2003-01-13 | 1 | -2/+1 |
| | | | | PR: 453 | ||||
* | Force the removal. | Richard Levitte | 2003-01-10 | 1 | -1/+1 |
| | | | | PR: 437 | ||||
* | Certain files must be removed before generating them, in case they point | Richard Levitte | 2003-01-10 | 1 | -0/+2 |
| | | | | | into a read-only source tree. PR: 437 | ||||
* | Rijndael should be called AES everywhere | Richard Levitte | 2003-01-03 | 1 | -8/+8 |
| | |||||
* | make update | Richard Levitte | 2002-12-29 | 1 | -199/+97 |
| | |||||
* | Cygwin needs the library locatin for .DLLs to be set in PATH. Unfortunately, | Richard Levitte | 2002-12-24 | 1 | -1/+1 |
| | | | | | | the conditional was set to add the library directory to PATH when the platform is NOT Cygwin. Corrected. PR: 404 | ||||
* | Skip DH-specific tests when no-dh has been configured. | Richard Levitte | 2002-12-12 | 2 | -13/+35 |
| | | | | PR: 353 | ||||
* | Apparently, bash is more forgiving than sh. To be backward | Richard Levitte | 2002-12-06 | 1 | -1/+1 |
| | | | | compatible, don't use ==, use = instead... | ||||
* | Corrected DJGPP patch | Richard Levitte | 2002-12-05 | 1 | -2/+2 |
| | |||||
* | make update | Richard Levitte | 2002-12-05 | 1 | -36/+39 |
| | |||||
* | DJGPP patches. | Richard Levitte | 2002-12-04 | 1 | -0/+1 |
| | | | | PR: 347 | ||||
* | Have all tests use EXIT() to exit rather than exit(), since the latter doesn't | Richard Levitte | 2002-11-28 | 1 | -2/+2 |
| | | | | always give the expected result on some platforms. | ||||
* | make update | Richard Levitte | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | Changes to make shared library building and use work better with Cygwin | Richard Levitte | 2002-11-15 | 1 | -2/+3 |
| | |||||
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 1 | -5/+5 |
| | |||||
* | Fix warnings, makefile cockup. | Ben Laurie | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | Make it possible to run individual tests even when linked with libcrypto.so ↵ | Richard Levitte | 2002-11-12 | 1 | -49/+48 |
| | | | | and libssl.so | ||||
* | Make the programs link against the static library on MacOS X. | Richard Levitte | 2002-11-11 | 1 | -30/+150 |
| | | | | PR: 335 | ||||
* | Remove all referenses to RSAref, since that's been gone for more than | Richard Levitte | 2002-10-31 | 1 | -218/+44 |
| | | | | a year. | ||||
* | Remove redundancy and use the main makefile better | Richard Levitte | 2002-10-09 | 1 | -3/+3 |
| | |||||
* | Use double dashes so makedepend doesn't misunderstand the flags we | Richard Levitte | 2002-10-09 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | q may be used uninitialised | Richard Levitte | 2002-08-16 | 1 | -2/+3 |
| | |||||
* | Sometimes, the value of the variable containing the compiler call can | Richard Levitte | 2002-08-15 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Make sure that the test input file comes in the same record format as the | Richard Levitte | 2002-08-14 | 8 | -8/+24 |
| | | | | | typical output from a program in C. PR: 222 | ||||
* | Synchronise tests with Unix. | Richard Levitte | 2002-08-10 | 2 | -3/+8 |
| | |||||
* | make update | Bodo Möller | 2002-08-09 | 1 | -109/+104 |
| | |||||
* | Add ECDH support. | Bodo Möller | 2002-08-09 | 1 | -4/+27 |
| | | | | | | | | | | | | | 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> | ||||
* | Rename implementations of method functions so that they match | Bodo Möller | 2002-08-02 | 1 | -5/+5 |
| | | | | | | | | | | | | | 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 :-) | ||||
* | make update | Richard Levitte | 2002-08-01 | 1 | -3/+21 |
| | |||||
* | "make update" | Lutz Jänicke | 2002-07-30 | 1 | -135/+117 |
| | |||||
* | Make dummy tests to make it easier to physically remove unwanted algorithms. | Richard Levitte | 2002-07-23 | 2 | -1/+55 |
| | | | | This should complete PR 75 | ||||
* | On MacOS X, the shared library editor uses DYLD_LIBRARY_PATH | Richard Levitte | 2002-07-17 | 1 | -2/+2 |
| | |||||
* | Replace 'ecdsaparam' commandline utility by 'ecparam' | Bodo Möller | 2002-07-14 | 1 | -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 are | Richard Levitte | 2002-06-27 | 1 | -1/+1 |
| | | | | | handled properly. Part of PR 75 | ||||
* | Add support for DJGPP. | Richard Levitte | 2002-06-13 | 9 | -9/+45 |
| | | | | PR: 75 | ||||
* | Make sure that settings are passed back and forth when walking around | Lutz Jänicke | 2002-06-06 | 1 | -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 Levitte | 2002-06-06 | 1 | -1/+29 |
| | |||||
* | The correct PERL interpreter is passed via commandline. | Lutz Jänicke | 2002-06-05 | 1 | -1/+0 |
| | |||||
* | Make sure ECDSA is built and tested on VMS. | Richard Levitte | 2002-05-23 | 2 | -3/+10 |
| |