Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Any sane platform has stdio. Stop pretending we will ever use a platform | beck | 2014-05-29 | 1 | -2/+0 |
| | | | | | that does not. "fire bomb" tedu@ | ||||
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -15/+15 |
| | | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@ | ||||
* | > As I walk through the valley of the shadow of death | tedu | 2014-04-16 | 1 | -1/+1 |
| | | | | | | | | | > I take a look at my life and realize there's nothin' left > Cause I've been blasting and laughing so long, > That even my mama thinks that my mind is gone Remove even more unspeakable evil being perpetuated in the name of VMS. (and lesser evils done in the name of others.) ok miod | ||||
* | More KNF. | jsing | 2014-04-16 | 1 | -7/+7 |
| | |||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 1 | -37/+41 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 1 | -15/+15 |
| | | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@ | ||||
* | Remove some stuff that isn't needed. | beck | 2014-04-13 | 1 | -2/+2 |
| | | | | ok miod@ deraadt@ | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -10/+14 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -15/+15 |
| | |||||
* | sprintf->snprintf. deraadt@ suggestions and ok | ho | 2003-04-06 | 1 | -15/+21 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -1/+1 |
| | |||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -9/+4 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+138 |
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. |