aboutsummaryrefslogtreecommitdiff
path: root/crypto/comp
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-12Move Makefiles to Makefile.inRich Salz2-89/+64
2016-01-12make updateRichard Levitte1-10/+12
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-3/+3
2015-11-05Rebuild error source files.Dr. Stephen Henson1-5/+5
2015-09-03remove 0 assignments.Rich Salz1-17/+2
2015-09-02Add and use OPENSSL_zallocRich Salz2-5/+2
2015-08-26Fixed problem with multiple load-unload of comp zlibDavid Brodski1-1/+3
2015-06-09Fix -DZLIB build for opaque COMP typesRich Salz2-42/+10
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-12Make COMP_CTX and COMP_METHOD opaqueRich Salz4-9/+207
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-05-04Remove the fake RLE compression method.Rich Salz2-71/+2
2015-05-04Use safer sizeof variant in mallocRich Salz2-3/+3
2015-05-01free NULL cleanup 11Rich Salz1-2/+1
2015-05-01free null cleanup finaleRich Salz1-10/+5
2015-04-28remove malloc castsRich Salz2-3/+2
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-79/+0
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz1-113/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell5-848/+803
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2011-02-03Assorted bugfixes:Bodo Möller1-2/+1
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson1-1/+1