summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-174-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 resultingbeck2014-04-161-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 correctlyguenther2014-04-161-1/+1
| | | | ok matthew@ tedu@
* Mandatory Surgeon Guenther's Warning: This code could not possibly betedu2014-04-161-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.tedu2014-04-161-26/+21
|
* replace some bio_snprintf crazy with regular snprintf.tedu2014-04-161-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 buildingtedu2014-04-151-86/+0
|
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-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 onreyk2014-04-141-3/+0
| | | | external libraries that aren't covered by the same license.
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-1/+0
|
* resolve conflictsdjm2012-10-131-3/+6
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-3/+0
|\ | | | | branch.
| * import OpenSSL-1.0.1cdjm2012-10-132-6/+6
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-031-3/+2
|\| | | | | branch.
| * import OpenSSL 1.0.0edjm2011-11-031-3/+2
| |
* | resolve conflicts, fix local changesdjm2010-10-011-3/+5
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-0112-0/+4951
|\| | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-0112-0/+4951
|
* import OpenSSL-1.0.0adjm2010-10-011-0/+269