Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop the comp module | tb | 2023-07-28 | 1 | -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 buffer | beck | 2023-07-08 | 1 | -1/+5 |
| | | | | ok jsing@ | ||||
* | Zap trailing whitespace in license and add some empty lines | tb | 2022-12-24 | 1 | -2/+4 |
| | |||||
* | Add the missing Copyright and license headers in the libcrypto/comp directory. | schwarze | 2022-12-23 | 1 | -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 will | tb | 2022-01-09 | 1 | -1/+3 |
| | | | | | | be needed. discussed with jsing | ||||
* | minor cleanup of zlib code. DSO is gone. ok jsing. | tedu | 2014-11-03 | 1 | -4/+1 |
| | |||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -0/+1 |
| | |||||
* | calloc instead of malloc/memset. from Benjamin Baier | tedu | 2014-05-25 | 1 | -2/+1 |
| | |||||
* | KNF. | jsing | 2014-04-26 | 1 | -46/+45 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -3/+3 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -6/+0 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -3/+3 |
| | |||||
* | new files for OpenSSL 0.9.4 | beck | 1999-09-29 | 1 | -0/+78 |