summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Expand)Author
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2004-06-01This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe
2004-05-31Minimal work-around for ./engine shared builds. "Minimal" means that IAndy Polyakov
2004-05-17The inclusion of bn.h from the engine.h API header has been deprecated, soGeoff Thorpe
2004-04-19make updateGeoff Thorpe
2004-04-19More updates for the header cleanups (and apologies, again, for not havingGeoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2004-03-25... and this should likewise fix up those RSA implementations that weren'tGeoff Thorpe
2004-03-25By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private keyGeoff Thorpe
2003-11-28Netware-specific changes,Richard Levitte
2003-11-04Avoid some shadowed variable names.Geoff Thorpe
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-06-26Conform with the standard prototype for engine control functions.Richard Levitte
2003-06-11make updateRichard Levitte
2003-06-06This memset() in the ubsec ENGINE is a bug. Zeroing out the result arrayGeoff Thorpe
2003-01-30make updateRichard Levitte
2003-01-30Commit a slightly modified version of an old experiment to do RSA privateGeoff Thorpe
2003-01-16Ingore the correct flag file.Richard Levitte
2003-01-15As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe
2003-01-10Name the flag file correctlyRichard Levitte
2003-01-07RSA_METHOD now supports key-generation, but (for now) none of theseGeoff Thorpe
2003-01-03HP/UX 11i make gets upset by this line containing nothing but a TabAndy Polyakov
2003-01-02Link engines against libcrypto, even when a TCP/IP implementation isRichard Levitte
2002-12-29make updateRichard Levitte
2002-12-15Update the make system for installations:Richard Levitte
2002-12-05Declare another general file.Richard Levitte
2002-12-05If an application supports static locks, it MUST support dynamic locks asRichard Levitte
2002-12-05PR: 381Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-14DCL logic bugs fixed.Richard Levitte
2002-11-13When build as dynamic engines, the loading functions should be definedRichard Levitte
2002-11-06Stupid bug fixes. I've forgotten my DCL...Richard Levitte
2002-10-31Add the command procedure to build external engines on VMS.Richard Levitte
2002-10-18Another ENGINE implementation dependant on string.h.Geoff Thorpe
2002-10-18The loop variable is 'l', not 'i'.Geoff Thorpe
2002-10-16The ENGINE implementations in ./engines/ should be role models on how toGeoff Thorpe
2002-10-15A much better idea, of course, is not to do a submake at all...Richard Levitte
2002-10-15Makefile.shared needs to know how it can reach itself.Richard Levitte
2002-10-14libs is a timestamp that we don't really need to know about.Richard Levitte
2002-10-14Add needed libraries as per configuration to the list of libraries weRichard Levitte
2002-10-11TypoRichard Levitte
2002-10-11Step 8 of move of engines: Remove the last little quirks.Richard Levitte
2002-10-11We didn't copy the cryptodev engine here, darn it!Richard Levitte
2002-10-11Step 7 of move of engines: Engines should not depend on privateRichard Levitte
2002-10-11Typo.Richard Levitte
2002-10-11Step 6 of move of engines: rename the macro ENGINE_DYNAMIC_SUPPORT toRichard Levitte
2002-10-11That wasn't supposed to be there...Richard Levitte
2002-10-11Step 5 of move of engines: Add a makefile (and a .cvsignore).Richard Levitte