summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2002-11-01Depend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_NO_DYNAMIC_ENGINE.Richard Levitte
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
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-14makedepend complains when a header file is included more than once inRichard Levitte
2002-10-11Step 13 of move of engines: Remove old files.Richard Levitte
2002-10-11Step 11c of move of engines: Time to make the changes to supportRichard Levitte
2002-10-11Step 11b of move of engines: Time to make the changes to supportRichard Levitte
2002-10-11Step 11a of move of engines: Time to make the changes to supportRichard Levitte
2002-10-11Step 10 of move of engines: Change crypto/engine/Makefile.ssl so weRichard Levitte
2002-10-11Step 9 of move of engines: rename crypto/engine/hw_cryptodev.c toRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-06Various Win32 fixes.Dr. Stephen Henson
2002-10-05For some reason, the random number support removed the destructorRichard Levitte
2002-10-04make updateDr. Stephen Henson
2002-10-04Add random number generation capability to the cswift engine.Richard Levitte
2002-10-02Removal missingRichard Levitte
2002-10-02The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte
2002-09-25Incorrect argument order to memset()Richard Levitte
2002-09-25Missing ;Richard Levitte
2002-08-28Fix a bug to allow the 4758 ENGINE to build as a DSO.Geoff Thorpe
2002-08-22Change C++ style commentsDr. Stephen Henson
2002-08-09make updateBodo Möller
2002-08-09ECDH engine supportBodo Möller
2002-08-09Add ECDH support.Bodo Möller
2002-08-02Certain flag macros were tested with #if instead if #ifdef...Richard Levitte
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-07-30"make update"Lutz Jänicke
2002-07-22If DH is disabled, don't define the DH functions.Richard Levitte
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller
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