aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
AgeCommit message (Expand)AuthorFilesLines
2008-12-20Make no-engine work again.Dr. Stephen Henson1-1/+1
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-10-31Fix warnings after commit#17578.Andy Polyakov1-1/+1
2008-09-15From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.Bodo Möller1-0/+9
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe1-1/+1
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson1-1/+1
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe1-1/+1
2008-06-04More type-checking.Ben Laurie3-151/+270
2008-06-03Add support for client cert engine setting in s_client app.Dr. Stephen Henson1-3/+3
2008-06-01Allow ENGINE client cert callback to specify a set of other certs, forDr. Stephen Henson2-3/+4
2008-06-01Update error codes, move typedef of SSL, SSL_CTX to ossl_typ.hDr. Stephen Henson3-2/+3
2008-06-01Add support for ENGINE supplied SSL client auth.Dr. Stephen Henson3-0/+54
2008-05-31Update VC-32.pl and load CryptoAPI engine in the right place.Dr. Stephen Henson1-1/+1
2008-05-31More CryptoAPI engine code from stable branch.Dr. Stephen Henson2-0/+6
2008-05-27Avoid "duplicate const" warnings.Dr. Stephen Henson1-2/+2
2008-05-26LHASH revamp. make depend.Ben Laurie1-21/+30
2008-04-28Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/orGeoff Thorpe1-4/+4
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe1-1/+1
2008-03-22Update dependencies.Dr. Stephen Henson1-8/+12
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2-0/+2
2007-11-21Lookup public key ASN1 methods by string by iterating through allDr. Stephen Henson4-0/+80
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson1-2/+2
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