aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)AuthorFilesLines
2007-02-09PR: 1483Dr. Stephen Henson1-0/+1
2006-12-29Move eng_padlock.c to ./engines.Andy Polyakov2-3/+1233
2006-12-25Replace strdup() with BUF_strdup().Richard Levitte1-2/+3
2006-12-22use OPENSSL_NO_DYNAMIC_ENGINE macro, disable debug messagesNils Larsch2-2/+6
2006-11-30Update dependencies.Dr. Stephen Henson1-1/+1
2006-11-21Add .cvsignoreDr. Stephen Henson1-0/+5
2006-11-08Fix various warnings.Ben Laurie6-6/+27
2006-10-23Yet another mingw warning.Andy Polyakov1-12/+0
2006-10-20Avoid application relink on every make invocation.Andy Polyakov2-2/+3
2006-09-21Updated file.Dr. Stephen Henson1-2/+2
2006-09-21Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson5-15/+17
2006-09-21Compile in gost engine.Dr. Stephen Henson1-3/+19
2006-09-21Updated version of gost engine.Dr. Stephen Henson31-2273/+2680
2006-09-17GOST public key algorithm ENGINE donated to the OpenSSL by Cryptocom.Dr. Stephen Henson33-0/+5836
2006-04-11Add BeOS support.Ulf Möller1-0/+1
2006-04-10Implementation of pkey_rsa_verify. Some constification.Dr. Stephen Henson1-3/+4
2006-03-18remove unnecessary codeNils Larsch3-8/+0
2006-03-15fix problems found by coverity: remove useless codeNils Larsch1-4/+0
2006-02-12make updateUlf Möller1-0/+111
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller1-111/+0
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