Change arg to cms_CompressedData_init_bio to be const
[openssl.git] / crypto / comp /
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-26 Rich SalzFix last(?) batch of malloc-NULL places
2018-04-03 Matt CaswellUpdate copyright year
2018-03-27 Rich SalzAllow NULL for some _free routines.
2018-03-27 Matt CaswellRemove some code for a contributor that we cannot find
2017-12-17 Daniel BeveniusAdd comments to NULL func ptrs in bio_method_st
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-11-08 Rich SalzDon't NULL check before calling DSO_free.
2017-10-18 KaoruTodaRemove parentheses of return.
2017-06-07 Rich Salzmake error tables const and separate header file
2016-11-08 Matt CaswellFix zlib BIO_METHOD for latest BIO_METHOD structure...
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-13 Richard LevitteRemake the way dynamic zlib is loaded
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate COMP_zlib_cleanup() and make it a no-op
2016-03-29 Matt CaswellFix the zlib config option
2016-03-23 Rich SalzMove dso.h to internal
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
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-18 Rich SalzRemove outdated DEBUG flags.
2016-02-10 Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
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
2016-01-12 Richard Levittemake update
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-26 David BrodskiFixed problem with multiple load-unload of comp zlib
2015-06-09 Rich SalzFix -DZLIB build for opaque COMP types
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-12 Rich SalzMake COMP_CTX and COMP_METHOD opaque
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzRemove the fake RLE compression method.
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-04-28 Rich Salzremove malloc casts
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-30 Rich SalzDead code removal: #if 0 bio, comp, rand
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
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.
next