summaryrefslogtreecommitdiff
path: root/lib/libcrypto/conf/conf_mod.c
AgeCommit message (Expand)Author
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2015-04-11Remove all getenv() calls, especially those wrapped by issetugid().Theo de Raadt
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-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
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-05-30no need for null check before free. from Brendan MacDonellTed Unangst
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-18use the portable construct around asprintf; pointed out by halexTheo 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-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsBob Beck
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
2004-04-08merge 0.9.7dMarkus Friedl
2003-04-05Trivial sprintf() -> snprintf() changes. ok deraadt@Hakan Olsson
2003-03-16Less strcpy/strcat/sprintf. tdeval@ ok.Hakan Olsson
2002-07-30sync with http://www.openssl.org/news/patch_20020730_0_9_7.txtMarkus Friedl
2002-05-15import openssl-0.9.7-beta1Bob Beck