summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts/ts_rsp_verify.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-22/+20
* More X509_STORE_CTX_set_*() return value checks.miod2016-11-051-2/+4
* Verify ASN1 objects types before attempting to access them as a particularmiod2015-07-191-1/+3
* Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init()miod2015-07-191-5/+11
* Put explicit braces around assignment used in a conditional.miod2015-07-191-2/+2
* Do not allow TS_check_signer_name() with signer == NULL frommiod2015-07-151-1/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* cast ASN1_STRING (unsigned char *) to match strlcat's argument (char *)bcook2014-07-091-2/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-6/+6
* KNF.jsing2014-04-211-251/+256
* reset imprint to NULL to avoid double free. from mancha1 at zohotedu2014-04-201-0/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
* Clean up dangerous strncpy use. This included a use where the resultingbeck2014-04-161-9/+5
* resolve conflictsdjm2012-10-131-3/+6
* resolve conflicts, fix local changesdjm2010-10-011-3/+5
* import OpenSSL-1.0.0adjm2010-10-011-0/+725