summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/comp/comp_lib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop the comp moduletb2023-07-281-188/+0
| | | | | | | | | | | opensslfeatures.h has long defined OPENSSL_NO_COMP and the build with ZLIB was broken in openssl(1) since 2015 and in libcrypto since 2022. ZLIB was unifdefed a while ago, now we can retire the public API. The comp.h header stays devoid of code because a number of ports use it for historic reasons. ok jsing
* Hide symbols in cms, comp, conf, and bufferbeck2023-07-081-1/+5
| | | | ok jsing@
* Zap trailing whitespace in license and add some empty linestb2022-12-241-2/+4
|
* Add the missing Copyright and license headers in the libcrypto/comp directory.schwarze2022-12-231-1/+113
| | | | | | | | | | | | | | | | | | | Requested some time ago by tb@. According to OpenSSL git history, the original version of this code appeared in SSLeay 0.9.1b (July 6, 1998). The LICENSE file in that release states that the Copyright of SSLeay belongs to Eric Young, and we believe that Eric still maintained SSLeay himself at that time. We have seen a small number of examples where Eric credited outside contributors for code that he included in his distribution, including citing Copyright notices and license headers as appropriate. We found no such hints regarding this code, so it is reasonable to assume that he wrote this code himself. Regarding subsequent changes and additions, i inspected the OpenSSL git repository. No code change; only Copyright and license comments are added.
* Add an essentially empty comp_local.h and include it where it willtb2022-01-091-1/+3
| | | | | | be needed. discussed with jsing
* minor cleanup of zlib code. DSO is gone. ok jsing.tedu2014-11-031-4/+1
|
* tags as requested by miod and teduderaadt2014-06-121-0/+1
|
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-251-2/+1
|
* KNF.jsing2014-04-261-46/+45
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-3/+3
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* resolve conflictsdjm2008-09-061-6/+0
|
* openssl-engine-0.9.6 mergebeck2000-12-151-3/+3
|
* new files for OpenSSL 0.9.4beck1999-09-291-0/+78