aboutsummaryrefslogtreecommitdiff
path: root/crypto/comp
AgeCommit message (Expand)AuthorFilesLines
2021-06-02comp: remove TODOsPauli1-2/+0
2021-05-26err: rename err_load_xxx_strings_int functionsPauli1-1/+1
2021-04-22Add RUN_ONCE support to zlib initTodd Short1-46/+45
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-18Add ossl_ conf symbolsShane Lontis1-2/+2
2020-11-26Update copyright yearMatt Caswell2-2/+2
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte1-6/+12
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte1-6/+6
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2-8/+8
2019-09-28Reorganize local header filesDr. Matthias St. Pierre3-2/+2
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-09-12BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.Tomas Mraz1-0/+22
2019-07-16Regenerate mkerr filesRich Salz1-13/+2
2018-12-06Following the license change, modify the boilerplates in crypto/comp/Richard Levitte4-4/+4
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz2-2/+6
2018-04-03Update copyright yearMatt Caswell1-1/+1
2018-03-27Allow NULL for some _free routines.Rich Salz1-0/+2
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell1-3/+0
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius1-2/+2
2017-12-15Fix invalid function type casts.Bernd Edlinger1-2/+2
2017-11-08Don't NULL check before calling DSO_free.Rich Salz1-2/+1
2017-10-18Remove parentheses of return.KaoruToda2-7/+7
2017-06-07make error tables const and separate header fileRich Salz1-19/+16
2016-11-08Fix zlib BIO_METHOD for latest BIO_METHOD structure changesMatt Caswell1-0/+4
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-05-23Remove unused error/function codes.Rich Salz1-6/+1
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 04/10Rich Salz3-153/+18
2016-04-20Remove --classic build entirelyRichard Levitte1-46/+0
2016-04-13Remake the way dynamic zlib is loadedRichard Levitte1-5/+12
2016-04-13Rename int_*() functions to *_int()Matt Caswell1-2/+2
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell1-2/+2
2016-04-13Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell1-3/+3
2016-03-29Fix the zlib config optionMatt Caswell1-21/+31
2016-03-23Move dso.h to internalRich Salz1-1/+1
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-2/+2
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-18Remove outdated DEBUG flags.Rich Salz1-10/+0
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell1-1/+5
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz1-1/+1
2016-02-09Auto init/deinit libcryptoMatt Caswell1-0/+2
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+4
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0