summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509v3
AgeCommit message (Expand)Author
2014-12-06Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.Doug Hogan
2014-11-18further BUF_strdup conversion: these places should be safe to rely onTed Unangst
2014-10-28Check the result of sk_*_push() operations for failure.Miod Vallat
2014-10-05The fixes to X509_PURPOSE_add() in r1.18 actually could cause a globalMiod Vallat
2014-10-05Be sure to check the stack push operation for success in v2i_POLICY_MAPPINGS();Miod Vallat
2014-10-05In v2i_AUTHORITY_INFO_ACCESS(), separate object allocation from object pushMiod Vallat
2014-10-05Memory leak upon error in set_dist_point_name().Miod Vallat
2014-10-05Be sure to check object allocation for success before using them.Miod Vallat
2014-10-05Missing deallocation upon error.Miod Vallat
2014-10-05Fix memory leak in the error path of v2i_AUTHORITY_KEYID().Miod Vallat
2014-07-23level_add_node(): if a memory allocation failure causes us to attempt to cleanMiod Vallat
2014-07-13The bell tolls for BUF_strdup - Start the migration to usingBob Beck
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10Upon realloc() failure, free() the original pointer and remove the stupidMiod Vallat
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-07-09{malloc,reallocarray} + memset(,0,) -> callocMiod Vallat
2014-06-28Fix 9 memory leaks.Loganaden Velvindron
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-11c-file-style hints, begone; ok beckTheo de Raadt
2014-06-07Remove various test stubs. The good ones have been moved by jsingTheo de Raadt
2014-06-01There is no need for is{upper,lower}() tests before to{lower,uppper}(),Theo de Raadt
2014-06-01EBCDIC support died a while ago, except in a comment.Theo de Raadt
2014-05-30more: no need for null check before freeTheo de Raadt
2014-05-29ok, next pass after review: when possible, put the reallocarray argumentsTheo de Raadt
2014-05-29convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53Theo de Raadt
2014-05-29Everything sane has stdio, and FILE *. we don't need ifdefs for this.Bob Beck
2014-05-26KNF.Joel Sing
2014-05-26KNF.Joel Sing
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-04-27Put explicit (void) in function declarations and shuffle keywords in someMiod Vallat
2014-04-27Fix leak last commit introduced. Spotted by Sebastian Kapfer.Bob Beck
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.Bob Beck
2014-04-21KNF.Joel Sing
2014-04-21KNF.Joel Sing
2014-04-21KNF.Joel Sing
2014-04-21KNF.Joel Sing
2014-04-21no need for malloc castsTheo de Raadt
2014-04-21KNF.Joel Sing
2014-04-21KNF.Joel Sing
2014-04-21KNF.Joel Sing
2014-04-20Restore beck's (void)snprintf(): they were reviewed.Philip Guenther
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
2014-04-19use intrinsic strlcpy and strlcat everywhere so we only have one set ofBob Beck
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-17OpenSSL PR#3309: when looking for an extension, set the last found positionStuart Henderson
2014-04-16Clean up dangerous strncpy use. This included a use where the resultingBob Beck
2014-04-15we don't use these files for buildingTed Unangst
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternityBob Beck
2014-04-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsBob Beck