aesni-sha256-x86_64.pl: harmonize with latest sha512-x86_64.pl.
[openssl.git] / crypto / comp /
2011-02-03 Bodo MöllerAssorted bugfixes:
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-01-13 Dr. Stephen HensonModify compression code so it avoids using ex_data...
2008-12-13 Ben LaurieMissing return values (Coverity ID 204).
2008-03-12 Dr. Stephen HensonAnd so it begins...
2007-02-14 Nils Larsch- use OPENSSL_malloc() etc. in zlib
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-12-05 Dr. Stephen HensonUpdate from 0.9.8-stable.
2005-12-03 Dr. Stephen HensonMake ZLIB without ZLIB_SHARED compiled again.
2005-12-02 Dr. Stephen HensonAdd error checking to avoid crashing when zlib cannot...
2005-06-18 Richard LevitteOnly define ZLIB_SHARED if it hasn't already been defin...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-01-17 Richard LevitteChanges concering RFC 3820 (proxy certificates) integra...
2004-12-30 Andy PolyakovMake whiny compilers stop complaining about missing...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-10-14 Richard LevitteBecause libraries on Windows lack useful version inform...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-04-19 Geoff Thorpemake update
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-10-28 Geoff Thorpemake update
2003-10-06 Richard LevitteMake sure int SSL_COMP_add_compression_method() checks...
2003-10-06 Richard LevitteSetting the ex_data index is unsafe in a threaded envir...
2003-10-04 Richard LevitteRemove unused code, don't use zlib functions that are...
2003-03-21 Richard LevitteDefine COMP method function prototypes properly.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_ERR.
2003-01-16 Richard LevitteAdd some debugging output.
2002-12-08 Richard LevitteImplement a stateful variant if the ZLIB compression...
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-04 Richard LevitteIf we're loading libz dynamically, and COMP_zlib()...
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-01-04 Bodo Mölleradd automatically generated ERR_load_... prototype
2002-01-02 Richard Levittemake update
2001-12-20 Richard LevitteDo not forget to compile comp_err.c
2001-10-04 Richard Levitte'make update'
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-02-26 Richard Levittemake update
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-04 Ben LaurieMake depend.
2000-11-30 Bodo MöllerCOMP_zlib should always be declared, even if it is...
2000-11-30 Richard LevitteA few bug fixes for Windows.
2000-11-30 Richard LevitteCOMP_METHOD has a new argument since some time back...
2000-11-30 Richard LevitteChange c_zlib further to allow loading a shared zlib...
2000-11-30 Richard LevitteChanges to c_zlib.c to make ZLIB.DLL dynamically loadab...
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-07 Richard Levitte'make update'
2000-07-05 Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-02-20 Richard LevitteMove the registration of callback functions to special...
1999-05-01 Ben LaurieUpdate 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 Bodo Möller"perl util/mkerr.pl -static -recurse -rebuild" because...
1999-04-24 Dr. Stephen HensonDelete the unnecessary ERR and ERRC lines in makefiles...
1999-04-24 Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23 Bodo Möller"make depend"
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
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-02-27 Ralf S. EngelschallGet rid of remaining C++-style comments which strict...
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-07 Ben LaurieAccept NULL in *_free.
1998-12-22 Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay