summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/comp/c_rle.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop the comp moduletb2023-07-281-172/+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/+2
| | | | 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
|
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid unreadable/unmaintainable constructs like that: const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = { EVP_PKEY_CMAC, EVP_PKEY_CMAC, 0, "CMAC", "OpenSSL CMAC method", 0,0,0,0, 0,0,0, cmac_size, 0, 0,0,0,0,0,0,0, cmac_key_free, 0, 0,0 }; ok matthew@ deraadt@
* KNF.jsing2014-04-261-33/+33
|
* resolve conflictsdjm2012-10-131-2/+2
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-2/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+1
|
* new files for OpenSSL 0.9.4beck1999-09-291-0/+61