aboutsummaryrefslogtreecommitdiffstats
path: root/apps/rand.c
Commit message (Expand)AuthorAgeFilesLines
* 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