Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More KNF. | jsing | 2014-04-20 | 1 | -6/+6 |
| | |||||
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -3/+3 |
| | | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@ | ||||
* | some KNF cleanup following the script | deraadt | 2014-04-17 | 1 | -2/+2 |
| | |||||
* | As we now remove it permanently, we no longer need NO_WINDOWS_BRAINDEATH | beck | 2014-04-15 | 1 | -4/+0 |
| | | | | | as a build time option... ok deraadt@ miod@ | ||||
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 1 | -3/+3 |
| | | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@ | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 1 | -29/+26 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -3/+0 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -3/+3 |
| | |||||
* | more strcpy & sprintf murder; ho ok | deraadt | 2003-04-04 | 1 | -3/+3 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+8 |
| | |||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -13/+26 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+99 |
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. |