aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
AgeCommit message (Expand)AuthorFilesLines
2006-12-29Minor clean-up in crypto/engine.Andy Polyakov2-10/+12
2006-12-29Move eng_padlock.c to ./engines.Andy Polyakov2-1231/+2
2006-11-24register the engine as default engine in ENGINE_set_default()Nils Larsch2-2/+2
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-10-23Fix mingw warnings.Andy Polyakov1-2/+4
2006-10-23Allow for mingw cross-compile configuration.Andy Polyakov1-1/+1
2006-10-19Gcc over-optimizes PadLock AES CFB codepath, tell it not to.Andy Polyakov1-2/+2
2006-09-21Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson1-0/+1
2006-09-21Compile in gost engine.Dr. Stephen Henson1-0/+3
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie2-1/+5
2006-06-09Camellia cipher, contributed by NTTBodo Möller1-2/+2
2006-06-05Clarify comment and add #ifdef.Dr. Stephen Henson1-1/+1
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson5-4/+49
2006-06-02Make update.Dr. Stephen Henson1-0/+9
2006-06-02Initial public key ASN1 method engine support. Not integrated yet.Dr. Stephen Henson5-2/+176
2006-06-02Automatically free up dynamically allocated public key methods whenDr. Stephen Henson5-2/+32
2006-06-02Extend default method string to include public key methods.Dr. Stephen Henson2-0/+6
2006-06-02Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINEDr. Stephen Henson1-0/+1
2006-06-01Fix error code. make updateDr. Stephen Henson4-2/+15
2006-06-01Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson2-0/+2
2006-06-01Add engine table for EVP_PKEY_METHOD. Doesn't do much yet.Dr. Stephen Henson4-4/+154
2006-03-20Stop compiler warnings.Dr. Stephen Henson1-2/+2
2005-12-28Fix CFB and OFB modes in eng_padlock.c. Engine was consistent with itself,Andy Polyakov1-16/+117
2005-12-27Lower PADLOCK_CHUNK till value, which doesn't affect the benchmark results.Andy Polyakov1-1/+6
2005-11-06Update from stable branch.Dr. Stephen Henson1-1/+2
2005-09-09bugfix: register engine as default engine in ENGINE_set_default_DSANils Larsch1-1/+1
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch1-0/+2
2005-08-06avoid infinite recursion if dynamic engine isn't loadedNils Larsch1-10/+14
2005-07-16makeNils Larsch4-18/+9
2005-05-31changes from 0.9.8Nils Larsch1-1/+18
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-2/+1
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-05-12Typo.Dr. Stephen Henson1-1/+1
2005-05-11Fix more error codes.Bodo Möller7-12/+14
2005-04-19New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptDr. Stephen Henson2-1/+3
2005-04-14Prototype mnemonics in padlock_verify_context for better portabilityAndy Polyakov1-5/+5
2005-04-14Fix for bug emerged in openvpn conext.Andy Polyakov1-3/+3
2005-04-12Rebuild error codes.Dr. Stephen Henson1-77/+81
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
2005-04-04Some non-GNU compilers (such as Sun C) define __i386.Andy Polyakov1-1/+2
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie2-2/+3
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2005-01-25FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning afterAndy Polyakov1-2/+4
2005-01-13"Monolithic" x86 assembler replacement for aes_core.c. Up to +15% betterAndy Polyakov1-3/+3
2004-12-13Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte1-1/+1
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-09-27Move the declaration of alloca() so it's ony declared when reallyRichard Levitte1-10/+7
2004-09-24Nils Larsch reported that this include is required. Strange that this hadGeoff Thorpe1-0/+1
2004-09-13- There's no more need for the snprintf macro.Richard Levitte1-5/+10
2004-09-10make updateRichard Levitte1-0/+10