summaryrefslogtreecommitdiff
path: root/lib/libcrypto/conf
AgeCommit message (Expand)Author
2016-08-05Do not *printf %s NULLTheo de Raadt
2015-07-18Coverity 21651Bob Beck
2015-04-30use strdup() to init stringTheo de Raadt
2015-04-11Remove all getenv() calls, especially those wrapped by issetugid().Theo de Raadt
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.Doug Hogan
2015-02-10Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastJoel Sing
2015-02-10Remove unnecessary include of assert.hMiod Vallat
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2014-07-22Kill a bunch more BUF_strdup's - these are converted to have a check forBob Beck
2014-07-13The bell tolls for BUF_strdup - Start the migration to usingBob Beck
2014-07-11Prevent infinite loop during configuration file parsing; OpenSSL PR #2985Miod Vallat
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-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-07-08replace malloc(strlen())/strlcpy with strdupBrent Cook
2014-06-23Since this is a library, place issetugid() before every getenv()Theo de Raadt
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-09do not include dso.h where it is not needed; ok miodTheo de Raadt
2014-06-07Remove various test stubs. The good ones have been moved by jsingTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-05-30more: no need for null check before freeTheo de Raadt
2014-05-30no need for null check before free. from Brendan MacDonellTed Unangst
2014-05-29Everything sane has stdio, and FILE *. we don't need ifdefs for this.Bob Beck
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byJoel Sing
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-27Put explicit (void) in function declarations and shuffle keywords in someMiod Vallat
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.Bob Beck
2014-04-20KNF.Joel Sing
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-18use the portable construct around asprintf; pointed out by halexTheo de Raadt
2014-04-18Put the final pieces from e_os.h in the required places, and remove it.Theo de Raadt
2014-04-18in CONF_get1_default_config_file(), don't calculate a buffer size,Theo de Raadt
2014-04-17more spring VMS cleanupGiovanni Bechis
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob 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
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
2008-09-06resolve conflictsDamien 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