Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up dangerous strncpy use. This included a use where the resulting | beck | 2014-04-16 | 1 | -3/+1 |
| | | | | | | | string was potentially not nul terminated and a place where malloc return was unchecked. while we're at it remove dummytest.c ok miod@ | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 1 | -225/+193 |
| | | | | | 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 | -2/+2 |
| | | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@ | ||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -4/+2 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -65/+161 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -0/+4 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -4/+6 |
| | |||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -8/+7 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -2/+32 |
| | |||||
* | sprintf->snprintf. deraadt@ suggestions and ok | ho | 2003-04-06 | 1 | -2/+2 |
| | |||||
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -1/+1 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -12/+14 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -6/+13 |
| | | | | | | *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 | -37/+20 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+359 |
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. |