summaryrefslogtreecommitdiffstats
path: root/crypto/comp/c_zlib.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-08-04bio: pass flags on BIO_ctrl to make flush retriableihciah
2022-11-07Add zlib oneshot compressionTodd Short
2022-10-18Update COMP_METHODTodd Short
2022-10-18Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-11-08Fix coverity 1493364 & 1493375: unchecked return valuePauli
2021-06-02comp: remove TODOsPauli
2021-04-22Add RUN_ONCE support to zlib initTodd Short
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_ conf symbolsShane Lontis
2020-11-26Update copyright yearMatt Caswell
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-12BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.Tomas Mraz
2018-12-06Following the license change, modify the boilerplates in crypto/comp/Richard Levitte
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-11-08Don't NULL check before calling DSO_free.Rich Salz
2017-10-18Remove parentheses of return.KaoruToda
2016-11-08Fix zlib BIO_METHOD for latest BIO_METHOD structure changesMatt Caswell
2016-05-17Copyright consolidation 04/10Rich Salz
2016-04-13Remake the way dynamic zlib is loadedRichard Levitte
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell
2016-03-29Fix the zlib config optionMatt Caswell
2016-03-23Move dso.h to internalRich Salz
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-08-26Fixed problem with multiple load-unload of comp zlibDavid Brodski
2015-06-09Fix -DZLIB build for opaque COMP typesRich Salz
2015-05-12Make COMP_CTX and COMP_METHOD opaqueRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2010-01-13Modify compression code so it avoids using ex_data free functions. ThisDr. Stephen Henson
2008-12-13Missing return values (Coverity ID 204).Ben Laurie