summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2008-09-15Fix intendationBodo Möller
2008-09-14Fix error code discrepancy.Dr. Stephen Henson
2008-09-12Allow soft-loading engines.Ben Laurie
2008-06-04Backport ssl client auth ENGINE support to 0.9.8.Dr. Stephen Henson
2008-05-29Load CryptoAPI engine if supported.Dr. Stephen Henson
2008-04-28Fix auto-discovery of ENGINEs, ported from HEAD.Geoff Thorpe
2008-01-03Netware support.Dr. Stephen Henson
2007-09-06gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.Dr. Stephen Henson
2007-05-20Padlock engine fails to compile with -O0 -fPIC [from HEAD].Andy Polyakov
2007-01-04Initialize padlock in shared build.Andy Polyakov
2006-11-24register the engine as default engine in ENGINE_set_default()Nils Larsch
2006-11-21Rebuild error file C source files.Dr. Stephen Henson
2006-10-19Gcc over-optimizes PadLock AES CFB codepath, tell it not to [from HEAD].Andy Polyakov
2006-04-15Fix warning.Dr. Stephen Henson
2005-12-28eng_padlock.c update from HEAD.Andy Polyakov
2005-12-27Minor eng_padlock.c update from HEAD.Andy Polyakov
2005-11-06Update VC++ build engine to include supported engine DLL builds.Dr. Stephen Henson
2005-09-09bugfix: register engine as default engine in ENGINE_set_default_DSANils Larsch
2005-08-28fix warnings when building openssl with (gcc 3.3.1):Nils Larsch
2005-08-06avoid infinite recursion if dynamic engine isn't loadedNils Larsch
2005-07-16makeNils Larsch
2005-05-31let "make all test" work with "no-aes"Nils Larsch
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-12Typo.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-04-19New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptDr. Stephen Henson
2005-04-14Prototype mnemonics in padlock_verify_context for better portabilityAndy Polyakov
2005-04-14Fix for bug emerged in openvpn conext.Andy Polyakov
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-04Some non-GNU compilers (such as Sun C) define __i386.Andy Polyakov
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-01-25FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning afterAndy Polyakov
2005-01-13"Monolithic" x86 assembler replacement for aes_core.c. Up to +15% betterAndy Polyakov
2004-12-13Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-09-27Move the declaration of alloca() so it's ony declared when reallyRichard Levitte
2004-09-24Nils Larsch reported that this include is required. Strange that this hadGeoff Thorpe
2004-09-13- There's no more need for the snprintf macro.Richard Levitte
2004-09-10make updateRichard Levitte
2004-09-09Make VIA Padlock engine more platform friendly and eliminate compilerAndy Polyakov
2004-09-06Stop compiler warnings.Dr. Stephen Henson
2004-08-24Minor VIA Padlock engine update: eliminate -Wunused warning when *not*Andy Polyakov
2004-08-04Padlock engine update to fix a typo in MSC assembler and to addressAndy Polyakov
2004-08-02Minor clean-up to make Microsoft compiler shut up.Andy Polyakov
2004-08-02VIA C3 processor extends IA-32 instruction set with instuctionsAndy Polyakov
2004-06-19Incomplete initial sweep over the engine code. Mainly reducing someGeoff Thorpe
2004-06-17Minor change to group like functions together.Geoff Thorpe