summaryrefslogtreecommitdiff
path: root/apps/rand.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Size of random output is now a long, also added option to select chunk sizeKevin K Biju2022-03-281-7/+8
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-1/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* Check non-option argumentsRich Salz2020-12-151-3/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Document command parameters.Rich Salz2019-11-201-1/+4
* Add "sections" to -help outputRich Salz2019-11-081-5/+9
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Check # of arguments for remaining commands.Rich Salz2017-08-211-2/+6
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-12/+8
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-1/+3
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Fix some RAND bugsRich Salz2016-06-011-6/+10
* Copyright consolidation 01/10Rich Salz2016-05-171-51/+6
* RT4227: Range-check in apps.Rich Salz2016-01-121-3/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-8/+8
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-1/+1
* Restore module loadingRichard Levitte2015-05-291-0/+3
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-6/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-117/+66
* free NULL cleanupRich Salz2015-03-251-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-156/+139
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Fix warnings.Ben Laurie2010-06-121-4/+1
* For -hex, print just one \nBodo Möller2009-02-021-1/+2
* -hex option for openssl randBodo Möller2009-02-021-3/+23
* Fix warnings.Dr. Stephen Henson2007-08-121-1/+1
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+10
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-0/+53
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* TypoLutz Jänicke2001-02-091-1/+1
* Fix typo preventing correct usage of -out option.Lutz Jänicke2001-02-071-1/+1
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-3/+32
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-0/+8