aboutsummaryrefslogtreecommitdiff
path: root/apps/app_rand.c
AgeCommit message (Expand)AuthorFilesLines
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