aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)AuthorFilesLines
2006-02-04Update filenames in makefiles.Dr. Stephen Henson1-1/+1
2006-01-29add additional checks + cleanupNils Larsch2-5/+8
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller1-1/+1
2005-10-25Fix install problems on MacOS X and HP-UX.Andy Polyakov1-4/+11
2005-07-26Fix signed/unsigned warnings.Geoff Thorpe1-1/+1
2005-07-16makeNils Larsch8-6/+92
2005-06-29Fix warnings.Ben Laurie2-0/+4
2005-06-23Jumbo Makfiles update.Andy Polyakov1-19/+18
2005-06-17clear dso pointer in case of an errorNils Larsch3-0/+3
2005-06-17update for the cswift engine:Nils Larsch1-46/+158
2005-05-30Change all relevant occurences of 'ncipher' to 'chil'. That's what nCipher a...Richard Levitte1-12/+12
2005-05-29Change the source and output paths for 'chil' and '4758cca' engines so thatGeoff Thorpe12-52/+52
2005-05-25Handle differences between engine IDs and their dynamic library names (andGeoff Thorpe2-2/+8
2005-05-21Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>Richard Levitte1-2/+7
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-3/+5
2005-05-15Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov1-4/+1
2005-05-15Fool-proofing MakefilesAndy Polyakov1-6/+1
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller20-247/+300
2005-04-30Fold rules in test/Makefiles [from stable].Andy Polyakov1-3/+1
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie2-5/+5
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2004-06-01This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe1-3/+3
2004-05-31Minimal work-around for ./engine shared builds. "Minimal" means that IAndy Polyakov1-0/+3
2004-05-17The inclusion of bn.h from the engine.h API header has been deprecated, soGeoff Thorpe8-0/+8
2004-04-19make updateGeoff Thorpe1-93/+47
2004-04-19More updates for the header cleanups (and apologies, again, for not havingGeoff Thorpe4-0/+7
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe8-5/+18
2004-03-25... and this should likewise fix up those RSA implementations that weren'tGeoff Thorpe1-2/+2
2004-03-25By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private keyGeoff Thorpe6-36/+14
2003-11-28Netware-specific changes,Richard Levitte1-0/+4
2003-11-04Avoid some shadowed variable names.Geoff Thorpe1-1/+1
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-3/+3
2003-06-26Conform with the standard prototype for engine control functions.Richard Levitte9-17/+17
2003-06-11make updateRichard Levitte1-37/+64
2003-06-06This memset() in the ubsec ENGINE is a bug. Zeroing out the result arrayGeoff Thorpe1-1/+0
2003-01-30make updateRichard Levitte1-0/+12
2003-01-30Commit a slightly modified version of an old experiment to do RSA privateGeoff Thorpe6-1/+659
2003-01-16Ingore the correct flag file.Richard Levitte1-1/+1
2003-01-15As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe7-6/+25
2003-01-10Name the flag file correctlyRichard Levitte1-3/+3
2003-01-07RSA_METHOD now supports key-generation, but (for now) none of theseGeoff Thorpe8-3/+11
2003-01-03HP/UX 11i make gets upset by this line containing nothing but a TabAndy Polyakov1-1/+1
2003-01-02Link engines against libcrypto, even when a TCP/IP implementation isRichard Levitte1-0/+1
2002-12-29make updateRichard Levitte1-57/+33
2002-12-15Update the make system for installations:Richard Levitte1-1/+1
2002-12-05Declare another general file.Richard Levitte1-1/+1
2002-12-05If an application supports static locks, it MUST support dynamic locks asRichard Levitte3-10/+20
2002-12-05PR: 381Richard Levitte1-2/+2
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2-3/+3