aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* Fix a bone-head bug. This warrants a CHANGES entry because it could affectGeoff Thorpe2003-03-131-6/+6
* Declare prototypes for function pointer types, even if they are likely toGeoff Thorpe2003-02-151-4/+4
* Fix warning.Ben Laurie2003-02-011-0/+3
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-302-1/+15
* This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. ifGeoff Thorpe2003-01-302-16/+20
* Missing 0 broke FreeBSD build.Richard Levitte2003-01-231-1/+1
* FreeBSD has /dev/crypto as well.Richard Levitte2003-01-162-25/+27
* Armor against systems without ranlib...Lutz Jänicke2003-01-161-1/+1
* make updateRichard Levitte2002-12-291-194/+107
* The ampersand is not required in these constructs, and was giving AIXGeoff Thorpe2002-12-138-16/+16
* Make sure to implement the cryptodev engine only when /dev/crypto exists.Richard Levitte2002-12-051-0/+13
* Do not implement RC4 stuff if RC4 is disabled. Concequently, apply the sameRichard Levitte2002-12-041-0/+15
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-3/+0
* WinCE patchesRichard Levitte2002-11-151-0/+3
* Depend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_NO_DYNAMIC_ENGINE.Richard Levitte2002-11-012-1/+2
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* For the mkdef.pl to recognise if the "external" engines are insertedRichard Levitte2002-10-241-0/+2
* If dynamically-loadable ENGINEs are linked against a shared-library versionGeoff Thorpe2002-10-183-3/+32
* - Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in theGeoff Thorpe2002-10-164-12/+49
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-2/+1
* Step 13 of move of engines: Remove old files.Richard Levitte2002-10-1133-12039/+0
* Step 11c of move of engines: Time to make the changes to supportRichard Levitte2002-10-111-0/+24
* Step 11b of move of engines: Time to make the changes to supportRichard Levitte2002-10-111-3/+94
* Step 11a of move of engines: Time to make the changes to supportRichard Levitte2002-10-111-0/+2
* Step 10 of move of engines: Change crypto/engine/Makefile.ssl so weRichard Levitte2002-10-111-186/+2
* Step 9 of move of engines: rename crypto/engine/hw_cryptodev.c toRichard Levitte2002-10-111-0/+1117
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Various Win32 fixes.Dr. Stephen Henson2002-10-061-1/+1
* For some reason, the random number support removed the destructorRichard Levitte2002-10-051-0/+1
* make updateDr. Stephen Henson2002-10-041-42/+22
* Add random number generation capability to the cswift engine.Richard Levitte2002-10-041-1/+71
* Removal missingRichard Levitte2002-10-021-594/+0
* The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte2002-10-024-5/+1133
* Incorrect argument order to memset()Richard Levitte2002-09-251-2/+2
* Missing ;Richard Levitte2002-09-251-1/+1
* Fix a bug to allow the 4758 ENGINE to build as a DSO.Geoff Thorpe2002-08-281-1/+1
* Change C++ style commentsDr. Stephen Henson2002-08-221-5/+5
* make updateBodo Möller2002-08-091-205/+217
* ECDH engine supportBodo Möller2002-08-091-0/+148
* Add ECDH support.Bodo Möller2002-08-096-3/+93
* Certain flag macros were tested with #if instead if #ifdef...Richard Levitte2002-08-021-4/+4
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-301-8/+8
* "make update"Lutz Jänicke2002-07-301-331/+318
* If DH is disabled, don't define the DH functions.Richard Levitte2002-07-221-0/+4
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-138/+248
* Reorder inclusion of header files:Lutz Jänicke2002-07-102-2/+2
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* DJGPP has some needed header files that other MSDOS/Windows compilers don't h...Richard Levitte2002-06-271-1/+1
* Make sure any ENGINE control commands make local copies of stringGeoff Thorpe2002-06-218-39/+174
* Add missing prototypes.Lutz Jänicke2002-06-132-2/+2