Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more | jsing | 2014-05-24 | 1 | -9/+114 |
| | | | | | | | | readable and one less layer of abstraction. Use C99 initialisers for clarity, grepability and to protect from future field reordering/removal. ok miod@ (tedu@ also thought it was a wonderful idea, beck@ also agreed, but ran away squealing since it reminded him of the VOP layer...) | ||||
* | More KNF. | jsing | 2014-04-19 | 1 | -6/+6 |
| | |||||
* | More KNF and style consistency tweaks | guenther | 2014-04-19 | 1 | -6/+6 |
| | |||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -13/+8 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -4/+17 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -2/+2 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -22/+4 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -5/+12 |
| | |||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 1 | -1/+1 |
| | |||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -8/+8 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+90 |
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. |