Experimental support for import of more options from Configure
[openssl.git] / apps / rand.c
2007-08-12 Dr. Stephen HensonFix warnings.
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-02-22 Dr. Stephen HensonConfig code updates.
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-06-23 Richard LevitteUse apps_shutdown() in all applications, in case someon...
2001-06-18 Richard LevitteProvide an application-common setup function for engine...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-09 Lutz JänickeTypo
2001-02-07 Lutz JänickeFix typo preventing correct usage of -out option.
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-20 Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-06-28 Richard LevitteUndo the changes I just made. I'm not sure what I...
2000-06-28 Richard LevitteMake it possible for users of the openssl applications...
2000-05-19 Bodo MöllerAdd required cast.
2000-03-14 Richard LevitteMake sure strcmp() gets declared.
2000-03-01 Bodo Möller'rand'/'-rand' documentation.
2000-02-29 Bodo Möller'rand' application for creating pseudo-random files.