summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts/ts_rsp_sign.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a Y2038 problem, by conversion of long to time_t.deraadt2014-05-271-14/+7
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-251-2/+1
* Hello? Yes, you're speaking with OPENSSL_SYS_UNIX.jsing2014-05-221-28/+0
* Put explicit (void) in function declarations and shuffle keywords in somemiod2014-04-271-1/+1
* KNF.jsing2014-04-211-375/+414
* Restore tedu's rev 1.4: snprintf() was reviewed.guenther2014-04-201-1/+1
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-1/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
* Zero-pad usec format to handle values less than 100,000 correctlyguenther2014-04-161-1/+1
* Mandatory Surgeon Guenther's Warning: This code could not possibly betedu2014-04-161-24/+24
* 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
* import OpenSSL-1.0.0adjm2010-10-011-0/+1020