summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-27DJGPP has some needed header files that other MSDOS/Windows compilers don't h...Richard Levitte
2002-06-21Make sure any ENGINE control commands make local copies of stringGeoff Thorpe
2002-06-13Add missing prototypes.Lutz Jänicke
2002-06-05Since there's no continuation, the ; can go as well :-)Richard Levitte
2002-06-05There is no continuation at this point.Lutz Jänicke
2002-04-29Synchronise with 0.9.7-stable.Richard Levitte
2002-04-20The callback must have (void) as argument list.Richard Levitte
2002-04-06make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte
2002-04-03Forgot one of the castsRichard Levitte
2002-04-03Cast the pointers to the BIGNUM data to unsigned long *. This would beRichard Levitte
2002-03-25fix memory leakBodo Möller
2002-03-22fix conditational compilation for OPENSSL_NO_...Bodo Möller
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller
2002-03-07Synchronise the AEP engine in all branches. For 0.9.6-stable [engine], imple...Richard Levitte
2002-03-07When closing, do not use close(). Also, if the closing call fails, doRichard Levitte
2002-03-06ENGINE module additions.Dr. Stephen Henson
2002-03-03Fix warnings about signed/unsigned mismatch and globalDr. Stephen Henson
2002-02-28make updateRichard Levitte
2002-02-28Make sure aep_close_connection() is declared and has a prototype that'sRichard Levitte
2002-02-28Updated AEP engine, submitted by Diarmuid O'Neill <Diarmuid.ONeill@aep.ie>Richard Levitte
2002-02-27This adds a new ENGINE to support IBM 4758 cards, contributed by MauriceGeoff Thorpe
2002-02-24Make the engine config module always add dynamic ENGINEsDr. Stephen Henson
2002-02-14Fix warnings.Ben Laurie
2002-02-13ECDSA supportBodo Möller
2002-02-07Remove an unused variable.Richard Levitte
2002-02-07Oops, do not unlock CRYPTO_LOCK_DYNLOCK when we lockedRichard Levitte
2002-02-07I forgot to include the aep and sureware vendor header files.Richard Levitte
2002-02-07Because AEP and we used the same AEP_R_ prefix for error reasons,Richard Levitte
2002-02-07Add aep and sureware implementations and clean up some error reasonsRichard Levitte
2002-02-07Certain reasons aren't really part of the engine framework, so let'sRichard Levitte
2002-02-07Generate the individual engines' error strings and macrosRichard Levitte
2002-01-29Shut up compiler warnings for inconsistent declarations.Lutz Jänicke
2002-01-29Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it.Richard Levitte
2002-01-25Apply a change by Toomas Kiisk <vix@cyber.ee>:Richard Levitte
2002-01-24fix formatting of automatically generated error sectionBodo Möller
2002-01-24make updateRichard Levitte
2002-01-22Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie
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
2002-01-18Constification, add config to /dev/crypto.Ben Laurie
2001-12-12Implement failover for ubsec. Submitted by Subramanian RamamoorthyRichard Levitte
2001-11-23fix submitted by Andy Schneider <andy.schneider@bjss.co.uk>Bodo Möller
2001-11-22Cut "ENGINE_ID" to the more concise "ID".Geoff Thorpe
2001-11-22When the "dynamic" ENGINE loads another ENGINE from a shared-library, itGeoff Thorpe
2001-11-22The "openssl" ENGINE is no longer used except as a testing/debuggingGeoff Thorpe
2001-11-16On systems that don't do too well including headers from a differentRichard Levitte
2001-11-14After loading a dynamic engine, reset the command definitions to theRichard Levitte