summaryrefslogtreecommitdiffstats
path: root/crypto/conf
AgeCommit message (Expand)Author
2015-11-24mark openssl configuration as loaded at end of OPENSSL_configMarcus Meissner
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-10-23Replace malloc+strlcpy with strdupAlessandro Ghedini
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-03remove 0 assignments.Rich Salz
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-06-09No fprintf in the txt_db componentRich Salz
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-14make dependRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-02-12RT3670: Check return from BUF_MEM_grow_cleanGraeme Perrow
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz
2015-01-27"#if 0" removal: header filesRich Salz
2015-01-25Make OPENSSL_config truly ignore errors.Rich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-11-20RT3488: Update doc for OPENSSL_configRich Salz
2014-08-30Remove some outdated README files, to avoid confusing people.Rich Salz
2014-08-28fix warningDr. Stephen Henson
2014-08-18RT1815: More const'ness improvementsJustin Blanchard
2014-07-07Prevent infinite loop loading config files.David Lloyd
2012-10-22New config module for string tables. This can be used to add newDr. Stephen Henson
2012-07-03PR: 2840Dr. Stephen Henson
2011-09-02PR: 2576Dr. Stephen Henson
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2010-06-12Fix warnings.Ben Laurie
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-05-31Stop warning about extra ';' outside of function.Dr. Stephen Henson
2008-05-26LHASH revamp. make depend.Ben Laurie
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson
2007-05-10Tidy up docs, remove warning.Dr. Stephen Henson
2007-04-09Don't ignore config_name parameter passed to OPENSSL_config(). UseDr. Stephen Henson