aboutsummaryrefslogtreecommitdiff
path: root/apps/rand.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-12Fix warnings.Ben Laurie1-4/+1
2009-02-02For -hex, print just one \nBodo Möller1-1/+2
2009-02-02-hex option for openssl randBodo Möller1-3/+23
2007-08-12Fix warnings.Dr. Stephen Henson1-1/+1
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-1/+1
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+10
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-02-22Config code updates.Dr. Stephen Henson1-0/+3
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller1-0/+53
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe1-1/+0
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte1-0/+1
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte1-17/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-09TypoLutz Jänicke1-1/+1
2001-02-07Fix typo preventing correct usage of -out option.Lutz Jänicke1-1/+1
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-3/+32
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte1-0/+8
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte1-14/+2
2000-06-28Make it possible for users of the openssl applications to specify theRichard Levitte1-2/+14
2000-05-19Add required cast.Bodo Möller1-1/+1
2000-03-14Make sure strcmp() gets declared.Richard Levitte1-0/+1
2000-03-01'rand'/'-rand' documentation.Bodo Möller1-1/+1
2000-02-29'rand' application for creating pseudo-random files.Bodo Möller1-0/+139