aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
AgeCommit message (Expand)AuthorFilesLines
2002-08-09make updateBodo Möller1-205/+217
2002-08-09ECDH engine supportBodo Möller1-0/+148
2002-08-09Add ECDH support.Bodo Möller6-3/+93
2002-08-02Certain flag macros were tested with #if instead if #ifdef...Richard Levitte1-4/+4
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke1-8/+8
2002-07-30"make update"Lutz Jänicke1-331/+318
2002-07-22If DH is disabled, don't define the DH functions.Richard Levitte1-0/+4
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-138/+248
2002-07-10Reorder inclusion of header files:Lutz Jänicke2-2/+2
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-27DJGPP has some needed header files that other MSDOS/Windows compilers don't h...Richard Levitte1-1/+1
2002-06-21Make sure any ENGINE control commands make local copies of stringGeoff Thorpe8-39/+174
2002-06-13Add missing prototypes.Lutz Jänicke2-2/+2
2002-06-05Since there's no continuation, the ; can go as well :-)Richard Levitte1-1/+1
2002-06-05There is no continuation at this point.Lutz Jänicke1-1/+1
2002-04-29Synchronise with 0.9.7-stable.Richard Levitte2-18/+18
2002-04-20The callback must have (void) as argument list.Richard Levitte1-1/+1
2002-04-06make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte1-5/+8
2002-04-03Forgot one of the castsRichard Levitte1-1/+1
2002-04-03Cast the pointers to the BIGNUM data to unsigned long *. This would beRichard Levitte1-8/+19
2002-03-25fix memory leakBodo Möller1-0/+25
2002-03-22fix conditational compilation for OPENSSL_NO_...Bodo Möller1-1/+64
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller3-9/+9
2002-03-07Synchronise the AEP engine in all branches. For 0.9.6-stable [engine], imple...Richard Levitte1-9/+6
2002-03-07When closing, do not use close(). Also, if the closing call fails, doRichard Levitte1-6/+11
2002-03-06ENGINE module additions.Dr. Stephen Henson4-2/+80
2002-03-03Fix warnings about signed/unsigned mismatch and globalDr. Stephen Henson1-31/+31
2002-02-28make updateRichard Levitte1-0/+19
2002-02-28Make sure aep_close_connection() is declared and has a prototype that'sRichard Levitte1-1/+2
2002-02-28Updated AEP engine, submitted by Diarmuid O'Neill <Diarmuid.ONeill@aep.ie>Richard Levitte3-7/+51
2002-02-27This adds a new ENGINE to support IBM 4758 cards, contributed by MauriceGeoff Thorpe8-2/+1348
2002-02-24Make the engine config module always add dynamic ENGINEsDr. Stephen Henson1-0/+2
2002-02-14Fix warnings.Ben Laurie1-4/+9
2002-02-13ECDSA supportBodo Möller5-214/+406
2002-02-07Remove an unused variable.Richard Levitte1-1/+0
2002-02-07Oops, do not unlock CRYPTO_LOCK_DYNLOCK when we lockedRichard Levitte1-1/+1
2002-02-07I forgot to include the aep and sureware vendor header files.Richard Levitte2-0/+417
2002-02-07Because AEP and we used the same AEP_R_ prefix for error reasons,Richard Levitte4-114/+115
2002-02-07Add aep and sureware implementations and clean up some error reasonsRichard Levitte11-28/+2559
2002-02-07Certain reasons aren't really part of the engine framework, so let'sRichard Levitte1-6/+6
2002-02-07Generate the individual engines' error strings and macrosRichard Levitte17-365/+1251
2002-01-29Shut up compiler warnings for inconsistent declarations.Lutz Jänicke1-1/+1
2002-01-29Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it.Richard Levitte1-1/+3
2002-01-25Apply a change by Toomas Kiisk <vix@cyber.ee>:Richard Levitte1-10/+16
2002-01-24fix formatting of automatically generated error sectionBodo Möller1-0/+1
2002-01-24make updateRichard Levitte1-9/+22
2002-01-22Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie1-9/+23
2002-01-22Constification.Dr. Stephen Henson2-3/+3
2002-01-22default_algorithms option in ENGINE config.Dr. Stephen Henson4-2/+51
2002-01-21Initial ENGINE config module, docs to follow.Dr. Stephen Henson5-3/+202