]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/dhparam.c
Document recent changes in NEWS and CHANGES
[thirdparty/openssl.git] / apps / dhparam.c
2019-07-22  Bernd EdlingerChange DH parameters to generate the order q subgroup...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-29  Beat Bolliapps/dsaparam.c generates code that is intended to...
2018-04-23  Richard LevitteFix late opening of output file
2018-02-13  Matt CaswellUpdate copyright year
2018-01-31  Richard Levitteapps: Don't include progs.h in apps.h
2017-12-08  Rich SalzConsistent formatting for sizeof(foo)
2017-10-18  KaoruTodaRemove parentheses of return.
2017-07-16  Rich SalzStandardize apps use of -rand, etc.
2017-06-12  Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-04-03  Matt CaswellEnsure dhparams can handle X9.42 params in DER
2016-10-19  Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14  FdaSilvaYYConstify command options
2016-06-15  Richard LevitteDeal with the consequences of constifying getters
2016-06-01  Matt CaswellAdd dhparam sanity check and update DH_check documentation
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-04  FdaSilvaYYGH932: Add more help messages to some apps options.
2016-04-09  Matt CaswellMake DH opaque
2016-03-21  Matt CaswellFix no-dsa
2016-02-10  Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2015-11-09  Matt CaswellContinue standardisation of malloc handling in apps
2015-10-12  Matt CaswellCentralise loading default apps config file
2015-09-05  Richard LevitteChange the way apps open their input and output files
2015-09-05  Richard LevitteMake the handling of output and input formats consistent
2015-06-02  Rich SalzStandardize handling of #ifdef'd options.
2015-05-29  Richard LevitteRestore module loading
2015-04-30  Rich SalzIn apps, malloc or die
2015-04-28  Rich Salzremove malloc casts
2015-04-25  Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24  Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-25  Rich Salzfree NULL cleanup
2015-03-25  Rich Salzfree NULL cleanup
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12  Rich SalzRT3548: Remove unsupported platforms
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-12-10  Rich SalzRT3543: Remove #ifdef LINT
2014-12-08  Matt CaswellUpdate apps for bn opaque change
2014-09-08  Kurt RoeckxRT2626: Change default_bits from 1K to 2K
2012-11-21  Dr. Stephen HensonPR: 2908
2011-12-07  Dr. Stephen Hensontransparently handle X9.42 DH parameters
2010-06-12  Ben LaurieFix warnings.
2009-04-26  Dr. Stephen HensonUpdate from 1.0.0-stable.
2005-07-16  Nils Larschmake
2003-10-29  Geoff ThorpeUpdate any code that was using deprecated functions...
2003-01-30  Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-03  Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-03-06  Dr. Stephen HensonENGINE module additions.
2002-02-22  Dr. Stephen HensonConfig code updates.
2001-09-12  Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-06-23  Richard LevitteUse apps_shutdown() in all applications, in case someon...
2001-06-18  Richard LevitteProvide an application-common setup function for engine...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19  Richard LevitteMake all configuration macros available for application...
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-20  Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-06-28  Richard LevitteUndo the changes I just made. I'm not sure what I...
2000-06-28  Richard LevitteMake it possible for users of the openssl applications...
2000-06-07  Bodo Mölleruse consistent indentation
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-03-10  Bodo MöllerChange to code generated by 'dhparam -C':
2000-03-10  Bodo Mölleranother typo
2000-03-10  Bodo Möllertypo
2000-03-03  Bodo MöllerAvoid potential memory leak in code generated by 'opens...
2000-03-03  Bodo MöllerNew '-dsaparam' option for 'openssl dhparam', and relat...
2000-03-01  Bodo Möller'rand'/'-rand' documentation.
2000-02-11  Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-01-22  Ulf Möllerdh renamed to dhparam
2000-01-22  Dr. Stephen HensonAdd new program dhparam and update docs.