Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use intrinsic strlcpy and strlcat everywhere so we only have one set of | beck | 2014-04-19 | 1 | -6/+6 |
| | | | | | | funcitons to check for incorrect use. keep BUF_strlcpy and BUF_strlcat for API comptibility only. ok tedu@ | ||||
* | More KNF. | jsing | 2014-04-18 | 1 | -112/+115 |
| | |||||
* | stab at indentation | tedu | 2014-04-17 | 1 | -524/+498 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -16/+16 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | 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@ | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -0/+19 |
| | |||||
* | resolve conflicts | djm | 2009-04-06 | 1 | -0/+1 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -3/+5 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -7/+7 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -4/+6 |
| | |||||
* | Less strcpy/strcat/sprintf. tdeval@ ok. | ho | 2003-03-16 | 1 | -6/+7 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+899 |