summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/comp/c_zlib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* malloc + memset 0 -> callocmiod2014-04-171-22/+2
| | | | | (not that it matters much as this is in disabled code, for we don't build with zlib support)
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-13/+13
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* resolve conflicts, fix local changesdjm2010-10-011-0/+1
|
* add a fix from OpenSSL CVS for SA38200.jasper2010-01-311-10/+7
| | | | | | | | "Modify compression code so it avoids using ex_data free functions. This stops applications that call CRYPTO_free_all_ex_data() prematurely leaking memory." looks ok to markus@
* resolve conflictsdjm2009-01-091-2/+2
|
* resolve conflictsdjm2008-09-061-7/+593
|
* resolve conflictsdjm2006-06-271-72/+16
|
* resolve conflictsdjm2005-04-291-1/+12
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-2/+2
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-7/+134
|
* new files for OpenSSL 0.9.4beck1999-09-291-0/+133