summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/ts
AgeCommit message (Expand)AuthorFilesLines
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.deraadt1-2/+2
2018-05-13Add const to the ASN1_OBJECT argument of TS_TST_INFO_get_ext_by_OBJ(3).tb2-4/+5
2018-05-13Add const qualifier to the ASN1_OBJ * argument oftb3-11/+11
2018-04-14Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andtb1-3/+2
2017-01-29Send the function codes from the error functions to the bit bucket,beck8-139/+81
2016-12-27Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have beenjsing1-4/+1
2016-11-05More X509_STORE_CTX_set_*() return value checks.miod1-2/+4
2016-11-04Kill a bunch of OLD_ASN1 usage by replacing ASN1_{d2i,i2d}_* withjsing1-21/+17
2016-03-11X509_free(3) is NULL-safe, so remove NULL checks before its calls.mmcc1-3/+2
2015-09-30Replace M_ASN1_GENERALIZEDTIME_(new|free) withjsing1-2/+2
2015-09-10Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.jsing1-4/+4
2015-07-29Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedjsing2-4/+4
2015-07-24Expand ASN.1 template macros - the generated assembly only differs byjsing1-51/+341
2015-07-19Verify ASN1 objects types before attempting to access them as a particularmiod1-1/+3
2015-07-19Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init()miod1-5/+11
2015-07-19Put explicit braces around assignment used in a conditional.miod1-2/+2
2015-07-15Do not allow TS_check_signer_name() with signer == NULL frommiod1-1/+4
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.doug1-1/+2
2015-02-10Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod1-3/+1
2015-02-10Manually expand ASN1_ITEM_rptr macros that should have been expanded withjsing1-10/+10
2015-02-10Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visiblejsing1-10/+55
2015-02-10Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that thejsing1-10/+226
2014-10-28Check the result of sk_*_push() operations for failure.miod1-3/+8
2014-07-12if (x) FOO_free(x) -> FOO_free(x).miod1-3/+2
2014-07-11Only import cryptlib.h in the four source files that actually need it.jsing9-30/+30
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesjsing4-4/+12
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatjsing4-6/+14
2014-07-09cast ASN1_STRING (unsigned char *) to match strlcat's argument (char *)bcook1-2/+2
2014-06-12tags as requested by miod and teduderaadt12-12/+12
2014-06-07malloc() result does not need a cast.deraadt1-1/+1
2014-05-31Get the public headers from the official place with <openssl/ >deraadt2-2/+2
2014-05-30Don't write out more than we have allocated in obj_txt, as the glorybeck1-1/+2
2014-05-29Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck1-8/+0
2014-05-27Fix a Y2038 problem, by conversion of long to time_t.deraadt2-18/+8
2014-05-25calloc instead of malloc/memset. from Benjamin Baiertedu2-6/+4
2014-05-22Hello? Yes, you're speaking with OPENSSL_SYS_UNIX.jsing1-28/+0
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.miod1-5/+0
2014-04-27Put explicit (void) in function declarations and shuffle keywords in somemiod1-1/+1
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2-7/+7
2014-04-21KNF.jsing12-1456/+1607
2014-04-20Restore tedu's rev 1.4: snprintf() was reviewed.guenther1-1/+1
2014-04-20reset imprint to NULL to avoid double free. from mancha1 at zohotedu1-0/+1
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther1-1/+1
2014-04-17Change library to use intrinsic memory allocation functions instead ofbeck4-15/+15
2014-04-16Clean up dangerous strncpy use. This included a use where the resultingbeck1-9/+5
2014-04-16Zero-pad usec format to handle values less than 100,000 correctlyguenther1-1/+1
2014-04-16Mandatory Surgeon Guenther's Warning: This code could not possibly betedu1-24/+24
2014-04-16revert. the full horror has only now revealed itself.tedu1-26/+21
2014-04-16replace some bio_snprintf crazy with regular snprintf.tedu1-21/+26
2014-04-15we don't use these files for buildingtedu1-86/+0