Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop the comp module | tb | 2023-07-28 | 1 | -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 buffer | beck | 2023-07-08 | 1 | -1/+2 |
| | | | | 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 |
| | |||||
* | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 1 | -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. | jsing | 2014-04-26 | 1 | -33/+33 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -2/+2 |
| | |||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -2/+1 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+1 |
| | |||||
* | new files for OpenSSL 0.9.4 | beck | 1999-09-29 | 1 | -0/+61 |