aboutsummaryrefslogtreecommitdiffstats
path: root/apps/rand.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte2000-06-281-14/+2
* Make it possible for users of the openssl applications to specify theRichard Levitte2000-06-281-2/+14
* Add required cast.Bodo Möller2000-05-191-1/+1
* Make sure strcmp() gets declared.Richard Levitte2000-03-141-0/+1
* 'rand'/'-rand' documentation.Bodo Möller2000-03-011-1/+1
* 'rand' application for creating pseudo-random files.Bodo Möller2000-02-291-0/+139