summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2009-07-01Update from 1.0.0-stableDr. Stephen Henson
2009-07-01Update from 1.0.0-stableDr. Stephen Henson
2009-06-30Updates from 1.0.0-stableDr. Stephen Henson
2009-05-03eng_aesni.c: win32 fix.Andy Polyakov
2009-05-02eng_aesni.c: fix assembler declarations.Andy Polyakov
2009-05-02AES-NI engine jumbo update.Andy Polyakov
2009-04-27Intel AES-NI engine.Andy Polyakov
2009-04-23Merge from 1.0.0-stable branch.Dr. Stephen Henson
2008-12-20Make no-engine work again.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-10-31Fix warnings after commit#17578.Andy Polyakov
2008-09-15From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.Bodo Möller
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-06-04More type-checking.Ben Laurie
2008-06-03Add support for client cert engine setting in s_client app.Dr. Stephen Henson
2008-06-01Allow ENGINE client cert callback to specify a set of other certs, forDr. Stephen Henson
2008-06-01Update error codes, move typedef of SSL, SSL_CTX to ossl_typ.hDr. Stephen Henson
2008-06-01Add support for ENGINE supplied SSL client auth.Dr. Stephen Henson
2008-05-31Update VC-32.pl and load CryptoAPI engine in the right place.Dr. Stephen Henson
2008-05-31More CryptoAPI engine code from stable branch.Dr. Stephen Henson
2008-05-27Avoid "duplicate const" warnings.Dr. Stephen Henson
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-04-28Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/orGeoff Thorpe
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2008-03-22Update dependencies.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2007-11-21Lookup public key ASN1 methods by string by iterating through allDr. Stephen Henson
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson
2006-12-29Minor clean-up in crypto/engine.Andy Polyakov
2006-12-29Move eng_padlock.c to ./engines.Andy Polyakov
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