summaryrefslogtreecommitdiffstats
path: root/apps/app_rand.c
AgeCommit message (Expand)Author
2018-11-20Update copyright yearMatt Caswell
2018-09-23Create the .rnd file it it does not existBernd Edlinger
2017-07-17Fix use-after-freeRich Salz
2017-07-17Fix some pedantic warnings.Pauli
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-06-27Use randomness not entropyRich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2016-05-29cherry pick pr-512 changesJoey Yandle
2016-05-17Copyright consolidation 01/10Rich Salz
2016-01-14Add a no-egd option to disable EGD-related codeBenjamin Kaduk
2015-08-16GH345: Remove stderr outputRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-03If the source has already been succesfully queried, do not try to open itLutz Jänicke
2000-10-23Don't ever set 'seeded' if RAND_status() returned 0Bodo Möller
2000-10-21There's no reason why app_RAND_load_file() should return 0 whenRichard Levitte
2000-03-04Read complete seed files given in -rand options.Bodo Möller
2000-03-03New '-dsaparam' option for 'openssl dhparam', and related fixes.Bodo Möller
2000-03-01Document the 'rand' application.Bodo Möller
2000-02-29'rand' application for creating pseudo-random files.Bodo Möller
2000-02-28Fix for non-monolithic build.Ulf Möller
2000-02-25EGD bugfix.Ulf Möller
2000-02-24Support EGD.Ulf Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-24RAND_load_file(..., -1) now means "read the complete file";Bodo Möller
1999-11-08Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson
1999-10-26Warn about RANDFILE being overwritten.Bodo Möller
1999-10-26New file app_rand.c with some functionality used in various opensslBodo Möller