summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts/ts_rsp_sign.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change ts to only support one second precision.beck2024-03-261-79/+3
* Fix time conversion that broke regress.beck2024-03-251-5/+5
* Convert libressl to use the BoringSSL style time conversionsbeck2024-03-241-2/+2
* Plug a leak of ASN1_INTEGR in def_serial_cb()tb2023-08-221-4/+7
* Hide symbols in tsbeck2023-07-071-1/+21
* Make internal header file names consistenttb2022-11-261-3/+3
* Prepare to resurrect TS_RESP_CTX_set_time_cb()tb2022-07-241-1/+8
* Start making ts opaquetb2022-07-241-1/+2
* Avoid direct X509 structure accesskn2022-07-161-4/+4
* Include evp_locl.h where it will be needed once most structs fromtb2021-12-121-1/+2
* Cache sha512 hash and parsed not_before and not_after with X509 cert.beck2021-11-041-3/+7
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-1/+3
* 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