]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/md2
Implement EVP_MAC_do_all_ex()
[thirdparty/openssl.git] / crypto / md2 /
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2017-10-18  KaoruTodaRemove parentheses of return.
2016-06-30  Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-04-20  Richard LevitteRemove --classic build entirely
2016-03-21  Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-02-20  Richard LevitteAlways build library object files with shared library...
2016-02-18  Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-01  Richard Levitteunified build scheme: add build.info files
2016-01-29  Rich SalzTemplatize util/domd
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-20  Rich SalzRemove update tags
2016-01-17  Rich SalzRemove some old makefile targets
2016-01-12  Rich SalzMove Makefiles to Makefile.in
2015-08-10  Rich SalzRT3999: Remove sub-component version strings
2015-05-22  Richard LevitteFix the update target and remove duplicate file updates
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-03-31  Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31  Richard LevitteStop symlinking, move files to intended directory
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08  Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28  Rich SalzRemove all .cvsignore files
2014-10-01  Rich SalzRT3549: Remove obsolete files in crypto
2011-01-26  Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2007-08-31  Andy PolyakovConstify seed and md2.
2007-01-21  Dr. Stephen HensonConstify version strings and some structures.
2006-12-29  Andy Polyakov#include <stddef.h> in digest headers.
2006-02-04  Dr. Stephen HensonUpdate filenames in makefiles.
2005-08-03  Andy PolyakovWCE update, mostly typos.
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 PolyakovTypos, typos...
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_...
2004-04-19  Geoff Thorpemake update
2003-12-27  Richard LevitteUse sh explicitely to run point.sh
2003-11-28  Richard LevitteNetware-specific changes,
2003-05-28  Lutz JänickeMove header file inclusion to prevent irritation of...
2003-03-20  Richard LevitteMake sure we get the definition of OPENSSL_NO_MD2.
2003-02-19  Richard LevitteBorland C++ Builder 5 complains about unreachable state...
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-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-22  Richard Levittee_os.h does not belong with the exported headers. ...
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-07  Richard Levitte'make update'
2000-06-13  Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-05-02  Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-02-03  Ulf MöllerDocument hash functions.
2000-01-23  Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
1999-09-08  Bodo Möllersome more patches for avoiding problems with non-automa...
1999-06-04  Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-05-21  Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20  Bodo MöllerAdd a kludge :-(
1999-05-20  Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-15  Bodo MöllerUpdate dependencies.
1999-04-29  Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29  Ulf MöllerIgnore Makefile.save
1999-04-29  Bodo MöllerObey $(PERL) when running util/mklink.pl.
1999-04-28  Bodo MöllerUse util/mklink.pl instead of util/mklink.sh.
1999-04-27  Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-24  Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23  Bodo Möller"make depend"
1999-04-23  Ulf MöllerRemove header files from .cvsignore.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23  Ben LaurieWork with -pedantic!
1999-04-22  Ulf MöllerRemove references to .org header file names.
1999-04-21  Ulf MöllerMove all autogenerated header file parts to crypto...
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
1999-04-01  Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-03-22  Ben LaurieFix security hole.
1999-03-06  Ben LauriePut the dependencies back.
1999-03-06  Ralf S. EngelschallGeneral source tree makefile cleanups: Made `making...
1999-01-19  Ben LaurieThis time, get it right.
1999-01-19  Ben LaurieFinally lay dependencies to rest (I hope!).
1999-01-18  Dr. Stephen HensonNew err_code.pl script to retain old error codes. This...
1999-01-03  Ralf S. EngelschallMore .cvsignore stuff to make CVS quiet on our generate...
1998-12-31  Ralf S. EngelschallFix version stuff:
next