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