summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1
AgeCommit message (Expand)Author
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-27static const char * = "" -> static const char[] = "", to produce shorter code.Miod Vallat
2014-04-27Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is toMiod Vallat
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.Bob Beck
2014-04-23Unifdef -UPEDANTIC. ok beck@ tedu@Miod Vallat
2014-04-23Remove duplicate pointer assignment in ASN1_primitive_free(); Dirk EnglingMiod Vallat
2014-04-23Casting from a const unsigned char ** to a const unsigned char ** seems...Joel Sing
2014-04-23Make sure ret->name is NULL'ed before return when freeing.Bob Beck
2014-04-23Rather than sprinkling magical numbers everywhere, we can use sizeof()Bob Beck
2014-04-22null a pointer to prevent double free. from Dirk EnglingTed Unangst
2014-04-22fix memory leaks. from Dirk EnglingTed Unangst
2014-04-21improve realloc/calloc/malloc patterns; ok guentherTheo de Raadt
2014-04-21Delete #if 0'd time related functions which are totally expired.Theo de Raadt
2014-04-21fix accidentally deleted deref.Bob Beck
2014-04-20ASN1_STRING cleanup - realloc has handled NULL since I had a mulletBob Beck
2014-04-20replace a bunch of pointer-arithmatic-strcpy-converted-blindly-to-strlcpyBob Beck
2014-04-19another attempt at fixing stale x509 data. since we don't know where theTed Unangst
2014-04-19can't actually do this. cause unknown.Ted Unangst
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19use intrinsic strlcpy and strlcat everywhere so we only have one set ofBob Beck
2014-04-18OPENSSL_gmtime() is really just gmtime_r(); ok guentherTheo de Raadt
2014-04-18tone down some XXXXX to not appear in grepTed Unangst
2014-04-18Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as thereMiod Vallat
2014-04-18guenther would prefer more separationTed Unangst
2014-04-18Some dude named Tavis Ormandy reported a bug which has gone unfixed.Ted Unangst
2014-04-18blank lines between decls and codeTed Unangst
2014-04-18More KNF.Joel Sing
2014-04-18More KNF.Joel Sing
2014-04-18More KNF.Joel Sing
2014-04-18More KNF.Joel Sing
2014-04-18add braces missed when fixing leaksJonathan Gray
2014-04-18More KNF.Joel Sing
2014-04-18lob a few more knf grenades in here to soften things up.Ted Unangst
2014-04-18putting most of the braces in the right column is the very least we can do.Ted Unangst
2014-04-17kill REF_PRINT/REF_CHECK debugging framework noone would useTheo de Raadt
2014-04-17sprintf: bad.Miod Vallat
2014-04-17fix some more leaks, mostly suggestions from miodJonathan Gray
2014-04-17fix some of the leaksJonathan Gray
2014-04-17Initial KNF.Joel Sing
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-16fix a few bugs observed on http://www.viva64.com/en/b/0250/Ted Unangst
2014-04-15we don't use these files for buildingTed Unangst
2014-04-15The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow forMiod Vallat