]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/rand.c
Update copyright year
[thirdparty/openssl.git] / apps / rand.c
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-08-21  Rich SalzCheck # of arguments for remaining commands.
2017-07-16  Rich SalzStandardize apps use of -rand, etc.
2016-10-19  Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14  FdaSilvaYYConstify command options
2016-06-01  Rich SalzFix some RAND bugs
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-01-12  Rich SalzRT4227: Range-check 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-05-29  Richard LevitteRestore module loading
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-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2010-06-12  Ben LaurieFix warnings.
2009-02-02  Bodo MöllerFor -hex, print just one \n
2009-02-02  Bodo Möller-hex option for openssl rand
2007-08-12  Dr. Stephen HensonFix warnings.
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
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-02-22  Dr. Stephen HensonConfig code updates.
2001-10-20  Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
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-09  Lutz JänickeTypo
2001-02-07  Lutz JänickeFix typo preventing correct usage of -out option.
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-05-19  Bodo MöllerAdd required cast.
2000-03-14  Richard LevitteMake sure strcmp() gets declared.
2000-03-01  Bodo Möller'rand'/'-rand' documentation.
2000-02-29  Bodo Möller'rand' application for creating pseudo-random files.