Use poll() when possible to gather Unix randomness entropy
[openssl.git] / crypto / rand / rand_unix.c
2006-06-27 Richard LevitteUse poll() when possible to gather Unix randomness...
2005-05-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-11 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-01-14 Andy PolyakovO_NOFOLLOW is not appropriate when opening /dev/* entri...
2005-01-13 Andy PolyakovFix an "oops" typo! Well, it was a debugging left-over...
2005-01-13 Andy PolyakovO_NOFOLLOW is not appropriate when opening /dev/* entri...
2005-01-04 Andy PolyakovDJGPP update.
2005-01-04 Andy PolyakovDJGPP update.
2004-12-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-05 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-30 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-25 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-03-15 Richard LevitteIt was just pointed out to me that it's better to cast...
2004-03-15 Richard LevitteMake sure that the last argument to RAND_add() is a...
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-12-27 Richard LevitteCheck if a random "file" is really a device file, and...
2003-12-27 Richard LevitteCheck if a random "file" is really a device file, and...
2003-11-28 Richard LevitteNetware-specific changes,
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-10-14 Richard LevitteComplete the VxWorks fix by implementing a NULL RAND_po...
2002-10-14 Richard LevitteComplete the VxWorks fix by implementing a NULL RAND_po...
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-06-20 Lutz Jänicke<sys/select.h> is included for AIX, when USE_SOCKETS...
2002-06-20 Lutz Jänicke<sys/select.h> is included for AIX, when USE_SOCKETS...
2002-06-20 Lutz JänickeAIX (V3) requires <sys/select.h> (included via e_os...
2002-06-20 Lutz JänickeAIX (V3) requires <sys/select.h> (included via e_os...
2002-02-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-07-01 Richard LevitteChanges to have OpenSSL compile on OS/2.
2001-04-18 Bodo Möllerfix md_rand.c locking bugs
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake sure time() is properly declared.
2001-01-09 Lutz JänickeAdd automatic query of EGD sockets to RAND_poll()....
2001-01-09 Lutz JänickeDon't cheat: when only getting several bytes from each...
2001-01-08 Richard LevitteChange RAND_poll for Unix to try a number of devices...