Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 4 | -15/+15 | |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | |||||
* | Clean up dangerous strncpy use. This included a use where the resulting | beck | 2014-04-16 | 1 | -9/+5 | |
| | | | | | | | string was potentially not nul terminated and a place where malloc return was unchecked. while we're at it remove dummytest.c ok miod@ | |||||
* | Zero-pad usec format to handle values less than 100,000 correctly | guenther | 2014-04-16 | 1 | -1/+1 | |
| | | | | ok matthew@ tedu@ | |||||
* | Mandatory Surgeon Guenther's Warning: This code could not possibly be | tedu | 2014-04-16 | 1 | -24/+24 | |
| | | | | | | | correct because it doesn't zerofill the front of usecs, but that's the way I found it. a more thorough emulation of the old code, but with fewer whacky snprintf pointer arithmetic antics. ok beck guenther | |||||
* | revert. the full horror has only now revealed itself. | tedu | 2014-04-16 | 1 | -26/+21 | |
| | ||||||
* | replace some bio_snprintf crazy with regular snprintf. | tedu | 2014-04-16 | 1 | -21/+26 | |
| | | | | | beck had a diff to convert to strftime, but it's easier to verify this is functionally the same. ok beck. | |||||
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -86/+0 | |
| | ||||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -183/+0 | |
| | | | | | that it is easier to find code pieces. They are getting in the way. ok miod | |||||
* | Remove the nCipher CHIL engine. It is not standalone and depends on | reyk | 2014-04-14 | 1 | -3/+0 | |
| | | | | external libraries that aren't covered by the same license. | |||||
* | Cope with the removal of openssl/symhacks.h | deraadt | 2014-04-13 | 1 | -1/+0 | |
| | ||||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -3/+6 | |
| | ||||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -3/+0 | |
|\ | | | | | branch. | |||||
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 2 | -6/+6 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 1 | -3/+2 | |
|\| | | | | | branch. | |||||
| * | import OpenSSL 1.0.0e | djm | 2011-11-03 | 1 | -3/+2 | |
| | | ||||||
* | | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -3/+5 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 12 | -0/+4951 | |
|\| | | | | | branch. | |||||
| * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 12 | -0/+4951 | |
| | ||||||
* | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -0/+269 | |