make update
[openssl.git] / crypto / engine /
2002-08-02 Richard LevitteCertain flag macros were tested with #if instead if...
2002-07-30 Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-07-30 Lutz Jänicke"make update"
2002-07-22 Richard LevitteIf DH is disabled, don't define the DH functions.
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-27 Richard LevitteDJGPP has some needed header files that other MSDOS...
2002-06-21 Geoff ThorpeMake sure any ENGINE control commands make local copies...
2002-06-13 Lutz JänickeAdd missing prototypes.
2002-06-05 Richard LevitteSince there's no continuation, the ; can go as well :-)
2002-06-05 Lutz JänickeThere is no continuation at this point.
2002-04-29 Richard LevitteSynchronise with 0.9.7-stable.
2002-04-20 Richard LevitteThe callback must have (void) as argument list.
2002-04-06 Richard Levittemake update (libeay.num has been edited to match 0...
2002-04-03 Richard LevitteForgot one of the casts
2002-04-03 Richard LevitteCast the pointers to the BIGNUM data to unsigned long...
2002-03-25 Bodo Möllerfix memory leak
2002-03-22 Bodo Möllerfix conditational compilation for OPENSSL_NO_...
2002-03-14 Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-03-07 Richard LevitteSynchronise the AEP engine in all branches. For 0...
2002-03-07 Richard LevitteWhen closing, do not use close(). Also, if the closing...
2002-03-06 Dr. Stephen HensonENGINE module additions.
2002-03-03 Dr. Stephen HensonFix warnings about signed/unsigned mismatch and global
2002-02-28 Richard Levittemake update
2002-02-28 Richard LevitteMake sure aep_close_connection() is declared and has...
2002-02-28 Richard LevitteUpdated AEP engine, submitted by Diarmuid O'Neill ...
2002-02-27 Geoff ThorpeThis adds a new ENGINE to support IBM 4758 cards, contr...
2002-02-24 Dr. Stephen HensonMake the engine config module always add dynamic ENGINEs
2002-02-14 Ben LaurieFix warnings.
2002-02-13 Bodo MöllerECDSA support
2002-02-07 Richard LevitteRemove an unused variable.
2002-02-07 Richard LevitteOops, do not unlock CRYPTO_LOCK_DYNLOCK when we locked
2002-02-07 Richard LevitteI forgot to include the aep and sureware vendor header...
2002-02-07 Richard LevitteBecause AEP and we used the same AEP_R_ prefix for...
2002-02-07 Richard LevitteAdd aep and sureware implementations and clean up some...
2002-02-07 Richard LevitteCertain reasons aren't really part of the engine framew...
2002-02-07 Richard LevitteGenerate the individual engines' error strings and...
2002-01-29 Lutz JänickeShut up compiler warnings for inconsistent declarations.
2002-01-29 Richard LevitteApply patch from Toomas Kiisk <vix@cyber.ee> and comple...
2002-01-25 Richard LevitteApply a change by Toomas Kiisk <vix@cyber.ee>:
2002-01-24 Bodo Möllerfix formatting of automatically generated error section
2002-01-24 Richard Levittemake update
2002-01-22 Ben LaurieMake no config file not an error. Move /dev/crypto...
2002-01-22 Dr. Stephen HensonConstification.
2002-01-22 Dr. Stephen Hensondefault_algorithms option in ENGINE config.
2002-01-21 Dr. Stephen HensonInitial ENGINE config module, docs to follow.
2002-01-18 Ben LaurieConstification, add config to /dev/crypto.
2001-12-12 Richard LevitteImplement failover for ubsec. Submitted by Subramanian...
2001-11-23 Bodo Möllerfix submitted by Andy Schneider <andy.schneider@bjss...
2001-11-22 Geoff ThorpeCut "ENGINE_ID" to the more concise "ID".
2001-11-22 Geoff ThorpeWhen the "dynamic" ENGINE loads another ENGINE from...
2001-11-22 Geoff ThorpeThe "openssl" ENGINE is no longer used except as a...
2001-11-16 Richard LevitteOn systems that don't do too well including headers...
2001-11-14 Richard LevitteAfter loading a dynamic engine, reset the command defin...
2001-11-09 Bodo Möller2001, not 2000
2001-11-05 Richard LevittePlace the OpenSSL-specific headers back so they always...
2001-11-05 Richard LevitteNo need to include anything on systems that do not...
2001-10-10 Richard Levitte'make update'
2001-10-10 Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-10-08 Geoff ThorpeAs ENGINE_load_openbsd_dev_crypto() is an API function...
2001-10-08 Geoff ThorpeMake sure the "ENGINE_TABLE" cleanup callbacks have...
2001-10-08 Geoff ThorpeMissing pointer in the eng_table_register function...
2001-10-04 Richard Levitte'make update'
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-10-01 Richard LevitteWoopsie...
2001-10-01 Richard Levittesk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in...
2001-10-01 Geoff ThorpeThe STACK macros take care of casting to and from the...
2001-09-26 Ben LaurieFixes.
2001-09-26 Ben LaurieFix warning.
2001-09-25 Geoff Thorpe"FALLBACK" handling was a hack that was thrown out...
2001-09-25 Geoff ThorpeThis change puts the original OpenBSD /dev/crypto suppo...
2001-09-25 Geoff ThorpeThis change adds dummy RC4 and SHA1 support to the...
2001-09-25 Geoff ThorpeThis change adds cipher and digest support into ENGINE...
2001-09-25 Geoff ThorpeThis change replaces the ENGINE's underlying mechanics...
2001-09-25 Geoff ThorpeSome major restructuring changes to ENGINE, including...
2001-09-14 Geoff ThorpeSome of the ENGINE file names were changed for 8.3...
2001-09-14 Geoff ThorpeFix a typo in the preprocessor logic in eng_list.c...
2001-09-12 Geoff ThorpeENGINE uses a very opaque design, so we can predeclare...
2001-09-10 Geoff Thorpeenginetest needs 'memset' defined.
2001-09-10 Ulf Möllermissed one file
2001-09-10 Bodo Mölleravoid warning ('const' discarded)
2001-09-10 Bodo MöllerDelete pointless casts
2001-09-07 Ben LaurieRemove duplication.
2001-09-07 Ulf Möllermake engine file names unique in 8.3
2001-09-06 Ulf Möllerdouble definition
2001-09-06 Bodo MöllerAvoid strdup.
2001-09-05 Geoff ThorpeThis adds "destroy" handlers to the existing ENGINEs...
2001-09-05 Geoff ThorpeENGINE's init() and finish() handler functions are...
2001-09-05 Bodo MöllerSolaris <string.h> does not declare 'strdup' if _XOPEN_...
2001-09-05 Ulf MöllerUse GCC 2.95/3.0 optimization
2001-09-04 Geoff ThorpeMake the 'dynamic' ENGINE bundle up the loading applica...
2001-09-03 Geoff ThorpeThis changes the existing hardware ENGINE implementatio...
2001-09-03 Geoff ThorpeThis change adds a new ENGINE called "dynamic" that...
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-28 Ben LaurieFix SSL memory leak.
2001-08-26 Geoff Thorpe"make update"
2001-08-25 Geoff ThorpeTidy up some code formatting.
2001-08-23 Dr. Stephen HensonAdd #ifdefs to some devcrypto code
2001-08-18 Ben LaurieAdd RC4 support to OpenBSD.
next