]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/app_rand.c
Rework the provider digest constructor to provide implementation get_params
[thirdparty/openssl.git] / apps / app_rand.c
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-20  Matt CaswellUpdate copyright year
2018-09-23  Bernd EdlingerCreate the .rnd file it it does not exist
2017-07-17  Rich SalzFix use-after-free
2017-07-17  PauliFix some pedantic warnings.
2017-07-16  Rich SalzStandardize apps use of -rand, etc.
2017-06-27  Rich SalzUse randomness not entropy
2017-06-12  Paul YangClean up a bundle of codingstyle stuff in apps directory
2016-05-29  Joey Yandlecherry pick pr-512 changes
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-01-14  Benjamin KadukAdd a no-egd option to disable EGD-related code
2015-08-17  Rich SalzGH345: Remove stderr output
2015-04-24  Rich SalzBig apps cleanup (option-parsing, etc)
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-03  Lutz JänickeIf the source has already been succesfully queried...
2000-10-23  Bodo MöllerDon't ever set 'seeded' if RAND_status() returned 0
2000-10-21  Richard LevitteThere's no reason why app_RAND_load_file() should retur...
2000-03-04  Bodo MöllerRead complete seed files given in -rand options.
2000-03-03  Bodo MöllerNew '-dsaparam' option for 'openssl dhparam', and relat...
2000-03-01  Bodo MöllerDocument the 'rand' application.
2000-02-29  Bodo Möller'rand' application for creating pseudo-random files.
2000-02-28  Ulf MöllerFix for non-monolithic build.
2000-02-25  Ulf MöllerEGD bugfix.
2000-02-24  Ulf MöllerSupport EGD.
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-01-24  Bodo MöllerRAND_load_file(..., -1) now means "read the complete...
1999-11-08  Dr. Stephen HensonFix to the -revoke option in ca. It was leaking memory...
1999-10-26  Bodo MöllerWarn about RANDFILE being overwritten.
1999-10-26  Bodo MöllerNew file app_rand.c with some functionality used in...