summaryrefslogtreecommitdiff
path: root/crypto/comp
Commit message (Expand)AuthorAgeFilesLines
* Add zlib oneshot compressionTodd Short2022-11-071-2/+83
* Update COMP_METHODTodd Short2022-10-185-96/+142
* Add support for compressed certificates (RFC8879)Todd Short2022-10-183-10/+6
* Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short2022-10-181-4/+10
* Add ZSTD compression support (RFC8478bis)Todd Short2022-10-183-1/+836
* Add brotli compression support (RFC7924)Todd Short2022-10-183-0/+781
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-052-12/+4
* Fix coverity 1493364 & 1493375: unchecked return valuePauli2021-11-081-2/+10
* Update copyright yearMatt Caswell2021-06-171-1/+1
* comp: remove TODOsPauli2021-06-021-2/+0
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Add RUN_ONCE support to zlib initTodd Short2021-04-221-46/+45
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_ conf symbolsShane Lontis2021-03-181-2/+2
* Update copyright yearMatt Caswell2020-11-262-2/+2
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-6/+12
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-6/+6
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-132-8/+8
* Reorganize local header filesDr. Matthias St. Pierre2019-09-283-2/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.Tomas Mraz2019-09-121-0/+22
* Regenerate mkerr filesRich Salz2019-07-161-13/+2
* Following the license change, modify the boilerplates in crypto/comp/Richard Levitte2018-12-064-4/+4
* Fix last(?) batch of malloc-NULL placesRich Salz2018-04-262-2/+6
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Allow NULL for some _free routines.Rich Salz2018-03-271-0/+2
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-271-3/+0
* Add comments to NULL func ptrs in bio_method_stDaniel Bevenius2017-12-181-2/+2
* Fix invalid function type casts.Bernd Edlinger2017-12-151-2/+2
* Don't NULL check before calling DSO_free.Rich Salz2017-11-081-2/+1
* Remove parentheses of return.KaoruToda2017-10-182-7/+7
* make error tables const and separate header fileRich Salz2017-06-071-19/+16
* Fix zlib BIO_METHOD for latest BIO_METHOD structure changesMatt Caswell2016-11-081-0/+4
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Remove unused error/function codes.Rich Salz2016-05-231-6/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 04/10Rich Salz2016-05-173-153/+18
* Remove --classic build entirelyRichard Levitte2016-04-201-46/+0
* Remake the way dynamic zlib is loadedRichard Levitte2016-04-131-5/+12
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-2/+2
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-2/+2
* Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell2016-04-131-3/+3
* Fix the zlib config optionMatt Caswell2016-03-291-21/+31
* Move dso.h to internalRich Salz2016-03-231-1/+1
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-181-10/+0