aboutsummaryrefslogtreecommitdiff
path: root/apps/rand.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-1/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-08-21Check # of arguments for remaining commands.Rich Salz1-2/+6
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-12/+8
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-1/+3
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-06-01Fix some RAND bugsRich Salz1-6/+10
2016-05-17Copyright consolidation 01/10Rich Salz1-51/+6
2016-01-12RT4227: Range-check in apps.Rich Salz1-3/+1
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-06Change the way apps open their input and output filesRichard Levitte1-8/+8
2015-09-06Make the handling of output and input formats consistentRichard Levitte1-1/+1
2015-05-29Restore module loadingRichard Levitte1-0/+3
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-6/+2
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-117/+66
2015-03-25free NULL cleanupRich Salz1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-156/+139
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
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