]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/md4
crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO too
[thirdparty/openssl.git] / crypto / md4 /
2017-12-08  Rich SalzStandardize syntax around sizeof(foo)
2015-09-15  Rich SalzRT4044: Remove .cvsignore files.
2015-05-23  Richard LevitteFix the update target and remove duplicate file updates
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellAdditional comment changes for reformat of 1.0.2
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2013-01-13  Ben LaurieFix some clang warnings.
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-08-14  Dr. Stephen HensonRemove hard coded ecdsaWithSHA1 hack in ssl routines...
2011-06-01  Dr. Stephen HensonProhibit use of low level digest APIs in FIPS mode.
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2007-06-07  Dr. Stephen HensonRemove unnecessary casts and avoid some warnings with...
2007-01-21  Dr. Stephen HensonConstify version strings and some structures.
2006-12-29  Andy Polyakov#include <stddef.h> in digest headers.
2006-10-11  Andy PolyakovRe-implement md32_common.h [make it simpler!] and elimi...
2006-04-11  Ulf Möllerimprove make dclean to remove files generated during...
2006-02-04  Dr. Stephen HensonUpdate filenames in makefiles.
2005-12-18  Andy PolyakovKeep disclaiming 16-bit platform support. For now remov...
2005-10-25  Andy PolyakovEliminate false preprocessor dependencies introduced...
2005-06-23  Richard LevitteUpdate for Stratus VOS.
2005-05-16  Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16  Bodo Möllermake update
2005-05-15  Andy PolyakovFool-proofing Makefiles
2005-04-14  Dr. Stephen HensonCheck return values of <Digest>_Init functions in low...
2005-04-11  Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-30  Ben LaurieBlow away Makefile.ssl.
2004-11-02  Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-07-25  Andy PolyakovMinor 64-bit md32_common.h update and minor unsignifica...
2004-07-22  Andy PolyakovEVP_Digest is size_t-fied, clean up test programs accor...
2004-05-17  Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-15  Andy Polyakovsize_t-fication of message digest APIs. We should size_...
2003-12-27  Richard LevitteUse sh explicitely to run point.sh
2003-01-13  Richard LevitteMake sure not to declare a clashing read() for DJGPP.
2002-12-14  Andy Polyakovx86_64 performance patch.
2002-12-05  Richard Levittemake update
2002-12-03  Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-11-29  Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-11-28  Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-09  Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-06-27  Richard LevittePass CFLAG to dependency makers, so non-standard system...
2001-10-16  Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-14  Ulf Mölleropenbsd-x86 macros
2001-07-31  Richard Levittemake update
2001-07-30  Ben LaurieReally add the EVP and all of the DES changes.
2001-06-19  Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-03-09  Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-03-08  Dr. Stephen HensonMake EVP_Digest*() routines return a value.
2001-02-19  Richard LevitteMake all configuration macros available for application...
2000-09-25  Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-05  Bodo MöllerIgnore Makefile.save
2000-09-04  Bodo MöllerTell CVS to ignore 'lib'.
2000-08-14  Richard LevitteMD4 implemented. Assar Westerlund provided the digest...