summaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine.h
AgeCommit message (Expand)Author
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-31More CryptoAPI engine code from stable branch.Dr. Stephen Henson
2007-11-21Lookup public key ASN1 methods by string by iterating through allDr. Stephen Henson
2006-12-29Minor clean-up in crypto/engine.Andy Polyakov
2006-10-23Allow for mingw cross-compile configuration.Andy Polyakov
2006-09-21Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.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
2005-11-06Update from stable branch.Dr. Stephen Henson
2005-07-16makeNils Larsch
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