summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts/ts_rsp_sign.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* Add const qualifier to the ASN1_OBJ * argument oftb2018-05-131-3/+3
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-32/+30
* X509_free(3) is NULL-safe, so remove NULL checks before its calls.mmcc2016-03-111-3/+2
* Replace M_ASN1_GENERALIZEDTIME_(new|free) withjsing2015-09-301-2/+2
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-3/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-3/+5
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* 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