sha1_block_asm_data_order can't hash if message crosses 2GB boundary.
[oweals/openssl.git] / crypto / engine /
2004-11-30 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-25 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-11 Dr. Stephen HensonThe use of "exp" as a variable name in a prototype...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-09-27 Richard LevitteMove the declaration of alloca() so it's ony declared...
2004-09-24 Geoff ThorpeNils Larsch reported that this include is required...
2004-09-13 Richard Levitte- There's no more need for the snprintf macro.
2004-09-10 Richard Levittemake update
2004-09-09 Andy PolyakovMake VIA Padlock engine more platform friendly and...
2004-09-06 Dr. Stephen HensonStop compiler warnings.
2004-08-24 Andy PolyakovMinor VIA Padlock engine update: eliminate -Wunused...
2004-08-04 Andy PolyakovPadlock engine update to fix a typo in MSC assembler...
2004-08-02 Andy PolyakovMinor clean-up to make Microsoft compiler shut up.
2004-08-02 Andy PolyakovVIA C3 processor extends IA-32 instruction set with...
2004-06-19 Geoff ThorpeIncomplete initial sweep over the engine code. Mainly...
2004-06-17 Geoff ThorpeMinor change to group like functions together.
2004-06-15 Richard LevitteTypo, setting the first element of nids[] to NULL inste...
2004-06-15 Richard LevitteTypo, setting the first element of nids[] to NULL inste...
2004-06-01 Geoff ThorpeThis fixes the installation target for dynamic engines...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeI can't verify this directly, but recent changes will...
2004-05-15 Andy Polyakovsize_t-fication of message digest APIs. We should size_...
2004-05-11 Ben LauriePull FIPS back into stable.
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff ThorpeMore updates for the header cleanups (and apologies...
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-04-19 Geoff ThorpeReduce header interdependencies, initially in engine...
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-03-25 Geoff Thorpe... and this should likewise fix up those RSA implement...
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-12-27 Richard LevitteOpenBSD-internal changes.
2003-12-27 Richard LevitteOpenBSD-internal changes.
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-29 Richard LevitteWe're getting a clash with C++ because it has a type...
2003-11-29 Richard LevitteWe're getting a clash with C++ because it has a type...
2003-11-27 Richard LevitteIf dynamically-loadable ENGINEs are linked against...
2003-11-24 Lutz JänickeFree "engine" resource in case of failure to prevent...
2003-11-24 Lutz JänickeFree "engine" resource in case of failure to prevent...
2003-10-29 Geoff ThorpeThe "cryptodev" engine preprocessor logic used undefine...
2003-09-27 Richard LevitteAdd reference counting around the thread state hash...
2003-07-27 Ben LaurieUnfinished FIPS stuff for review/improvement.
2003-06-26 Richard LevitteThe definition of dynamic_ctrl() should change along...
2003-06-19 Richard Levittedynamic_ctrl() didn't have exactly the same prototype...
2003-06-06 Geoff ThorpeThis memset() in the ubsec ENGINE is a bug. Zeroing...
2003-06-04 Richard LevitteMake sure the function definitions match their declaration.
2003-05-19 Richard LevitteRemove certain functions
2003-05-03 Richard LevitteYeah, right, an object file ending with .c, that'll...
2003-05-01 Richard LevitteGet the year right...
2003-05-01 Richard LevitteAdd STORE support in ENGINE.
2003-03-13 Geoff ThorpeFix a bone-head bug. This warrants a CHANGES entry...
2003-03-13 Geoff ThorpeFix a bone-head bug. This warrants a CHANGES entry...
2003-02-15 Geoff ThorpeDeclare prototypes for function pointer types, even...
2003-02-01 Ben LaurieFix warning.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Geoff ThorpeThis glues the GMP wrapper ENGINE into OpenSSL if it...
2003-01-23 Richard LevitteMissing 0 broke FreeBSD build.
2003-01-23 Richard LevitteMissing 0 broke FreeBSD build.
2003-01-16 Richard LevitteFreeBSD has /dev/crypto as well.
2003-01-16 Richard LevitteFreeBSD has /dev/crypto as well.
2003-01-16 Lutz JänickeArmor against systems without ranlib...
2003-01-16 Lutz JänickeArmor against systems without ranlib...
2003-01-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-29 Richard Levittemake update
2002-12-15 Geoff ThorpeThe ampersand is not required in these constructs,...
2002-12-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-13 Geoff ThorpeThe ampersand is not required in these constructs,...
2002-12-12 Richard LevitteAdd a static lock called HWCRHK, for the case of having...
2002-12-05 Richard LevitteMake sure to implement the cryptodev engine only when...
2002-12-05 Richard LevitteMake sure to implement the cryptodev engine only when...
2002-12-05 Richard LevitteIf an application supports static locks, it MUST suppor...
2002-12-05 Richard LevitteOnly check for a result buffer if the allocated string...
2002-12-04 Richard LevitteDo not implement RC4 stuff if RC4 is disabled. Concequ...
2002-12-04 Richard LevitteDo not implement RC4 stuff if RC4 is disabled. Concequ...
2002-12-03 Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-12-03 Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-11-29 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-27 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-15 Richard LevitteWinCE patches
2002-11-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-15 Richard LevitteWinCE patches
2002-11-13 Richard LevitteWhen build as dynamic engines, the loading functions...
2002-11-01 Richard LevitteDepend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_...
2002-10-29 Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-24 Richard LevitteFor the mkdef.pl to recognise if the "external" engines...
2002-10-20 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-18 Geoff ThorpeIf dynamically-loadable ENGINEs are linked against...
2002-10-16 Geoff Thorpe- Remo Inverardi noticed that ENGINEs don't have an...
2002-10-16 Geoff Thorpe- Remo Inverardi noticed that ENGINEs don't have an...
2002-10-14 Richard Levittemakedepend complains when a header file is included...
2002-10-14 Richard Levittemakedepend complains when a header file is included...
2002-10-11 Richard LevitteStep 13 of move of engines: Remove old files.
2002-10-11 Richard LevitteStep 11c of move of engines: Time to make the changes...
2002-10-11 Richard LevitteStep 11b of move of engines: Time to make the changes...
next