Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill REF_PRINT/REF_CHECK debugging framework noone would use | deraadt | 2014-04-17 | 1 | -6/+0 |
| | | | | ok miod | ||||
* | some KNF cleanup following the script | deraadt | 2014-04-17 | 1 | -25/+21 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -5/+5 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | Remove non-posix support. Why is OPENSSL_isservice even here? | tedu | 2014-04-16 | 1 | -229/+0 |
| | | | | | Is this a crypto library or a generic platform abstraction library? "A hack to make Visual C++ 5.0 work correctly" ... time to upgrade. | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 1 | -407/+435 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | Remove some stuff that isn't needed. | beck | 2014-04-13 | 1 | -7/+7 |
| | | | | ok miod@ deraadt@ | ||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -2/+16 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -6/+34 |
| | |||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -10/+11 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -78/+430 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -282/+69 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -106/+120 |
| | |||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -53/+165 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -6/+124 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -10/+30 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -7/+12 |
| | |||||
* | merge openssl 0.9.6b-engine | beck | 2001-08-01 | 1 | -6/+4 |
| | | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries | ||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -6/+195 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -2/+4 |
| | | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs | ||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -46/+39 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+307 |
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible. |