summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509v3
AgeCommit message (Expand)Author
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
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2012-10-13resolve conflictsDamien Miller
2012-01-05OpenSSL 1.0.0f: mergeDamien Miller
2011-11-03openssl-1.0.0e: resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-04-06resolve conflictsDamien Miller
2009-01-09resolve conflictsDamien Miller
2009-01-05update to openssl-0.9.8i; tested by several, especially krw@Damien Miller
2008-09-06remerge local tweaks, update per-arch configuration headers, updateDamien Miller
2008-09-06resolve conflictsDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2006-06-27resolve conflictsDamien Miller
2005-04-29resolve conflictsDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2004-04-08merge 0.9.7dMarkus Friedl