summaryrefslogtreecommitdiffstats
path: root/apps/rand.c
AgeCommit message (Expand)Author
2023-11-13Augment rand argument parsing to allow scalingNeil Horman
2022-05-03Update copyright yearMatt Caswell
2022-03-28Size of random output is now a long, also added option to select chunk sizeKevin K Biju
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-12Load rand state after loading providersRich Salz
2020-12-15Check non-option argumentsRich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-10-18Remove parentheses of return.KaoruToda
2017-08-21Check # of arguments for remaining commands.Rich Salz
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-06-01Fix some RAND bugsRich Salz
2016-05-17Copyright consolidation 01/10Rich Salz
2016-01-12RT4227: Range-check in apps.Rich Salz
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-05-29Restore module loadingRichard Levitte
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2010-06-12Fix warnings.Ben Laurie
2009-02-02For -hex, print just one \nBodo Möller
2009-02-02-hex option for openssl randBodo Möller
2007-08-12Fix warnings.Dr. Stephen Henson
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-02-22Config code updates.Dr. Stephen Henson
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-09TypoLutz Jänicke
2001-02-07Fix typo preventing correct usage of -out option.Lutz Jänicke
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte