Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop the comp module | tb | 2023-07-28 | 1 | -148/+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 | ||||
* | Zap trailing whitespace in license and add some empty lines | tb | 2022-12-24 | 1 | -2/+3 |
| | |||||
* | Add the missing Copyright and license headers in the libcrypto/comp directory. | schwarze | 2022-12-23 | 1 | -2/+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. | ||||
* | Make structs in comp.h opaque | tb | 2022-01-14 | 1 | -1/+27 |
| | | | | | | | This moves COMP_CTX and COMP_METHOD to comp_local.h and provides missing typedefs in ossl_typ.h. ok inoguchi jsing | ||||
* | Add an essentially empty comp_local.h and include it where it will | tb | 2022-01-09 | 1 | -0/+10 |
be needed. discussed with jsing |