summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2006-11-24register the engine as default engine in ENGINE_set_default()Nils Larsch
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-10-23Fix mingw warnings.Andy Polyakov
2006-10-23Allow for mingw cross-compile configuration.Andy Polyakov
2006-10-19Gcc over-optimizes PadLock AES CFB codepath, tell it not to.Andy Polyakov
2006-09-21Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson
2006-09-21Compile in gost engine.Dr. Stephen Henson
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-06-05Clarify comment and add #ifdef.Dr. Stephen Henson
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson
2006-06-02Make update.Dr. Stephen Henson
2006-06-02Initial public key ASN1 method engine support. Not integrated yet.Dr. Stephen Henson
2006-06-02Automatically free up dynamically allocated public key methods whenDr. Stephen Henson
2006-06-02Extend default method string to include public key methods.Dr. Stephen Henson
2006-06-02Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINEDr. Stephen Henson
2006-06-01Fix error code. make updateDr. Stephen Henson
2006-06-01Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson
2006-06-01Add engine table for EVP_PKEY_METHOD. Doesn't do much yet.Dr. Stephen Henson
2006-03-20Stop compiler warnings.Dr. Stephen Henson
2005-12-28Fix CFB and OFB modes in eng_padlock.c. Engine was consistent with itself,Andy Polyakov
2005-12-27Lower PADLOCK_CHUNK till value, which doesn't affect the benchmark results.Andy Polyakov
2005-11-06Update from stable branch.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 the following compiler options:Nils Larsch
2005-08-06avoid infinite recursion if dynamic engine isn't loadedNils Larsch
2005-07-16makeNils Larsch
2005-05-31changes from 0.9.8Nils 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