summaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine.h
AgeCommit message (Expand)Author
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
2004-08-02VIA C3 processor extends IA-32 instruction set with instuctionsAndy Polyakov
2004-06-17Minor change to group like functions together.Geoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte
2003-05-01Add STORE support in ENGINE.Richard Levitte
2003-02-15Declare prototypes for function pointer types, even if they are likely toGeoff Thorpe
2003-02-01Fix warning.Ben Laurie
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-30This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. ifGeoff Thorpe
2002-11-01Depend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_NO_DYNAMIC_ENGINE.Richard Levitte
2002-10-24For the mkdef.pl to recognise if the "external" engines are insertedRichard Levitte
2002-10-18If dynamically-loadable ENGINEs are linked against a shared-library versionGeoff Thorpe
2002-10-16- Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in theGeoff Thorpe
2002-10-02The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte
2002-08-09Add ECDH support.Bodo Möller
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller
2002-03-06ENGINE module additions.Dr. Stephen Henson
2002-02-27This adds a new ENGINE to support IBM 4758 cards, contributed by MauriceGeoff Thorpe
2002-02-13ECDSA supportBodo Möller
2002-02-07Add aep and sureware implementations and clean up some error reasonsRichard Levitte
2002-01-24fix formatting of automatically generated error sectionBodo Möller
2002-01-22Constification.Dr. Stephen Henson
2002-01-22default_algorithms option in ENGINE config.Dr. Stephen Henson
2002-01-21Initial ENGINE config module, docs to follow.Dr. Stephen Henson
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-09-25This change adds cipher and digest support into ENGINE using theGeoff Thorpe
2001-09-25This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe
2001-09-14Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe
2001-09-12ENGINE uses a very opaque design, so we can predeclare the structure typeGeoff Thorpe
2001-09-05ENGINE's init() and finish() handler functions are used when the ENGINE isGeoff Thorpe
2001-09-04Make the 'dynamic' ENGINE bundle up the loading application/library'sGeoff Thorpe
2001-09-03This changes the existing hardware ENGINE implementations to dynamicallyGeoff Thorpe
2001-09-03This change adds a new ENGINE called "dynamic" that allows new ENGINEGeoff Thorpe
2001-08-18Add EVP test program.Ben Laurie
2001-08-18Add first cut symmetric crypto support.Ben Laurie
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-06-19- Add the possibility to control engines through control names butRichard Levitte
2001-05-25We had the password callback for ENGINEs pretty much wrong. AndRichard Levitte
2001-04-26Some fixes to the reference-counting in ENGINE code. First, there were aGeoff Thorpe
2001-04-26This adds 2 things to the ENGINE code.Geoff Thorpe
2001-04-26Provide the possibility to clean up internal ENGINE structures. ThisRichard Levitte
2001-04-26Check for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO_DH and disableRichard Levitte
2001-04-19Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-19Some BIG tweaks to ENGINE code.Geoff Thorpe
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe
2000-12-14This is an engine contributed by Broadcom - it is meant to support theGeoff Thorpe