evp: prevent underflow in base64 decoding
[openssl.git] / crypto / rand / rand_unix.c
2011-12-19 Dr. Stephen HensonPR: 2563
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-04-06 Dr. Stephen HensonPR: 1890
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-02-15 Ben LaurieUse new common flags and fix resulting warnings.
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben LaurieMore size_tification.
2006-06-30 Bodo Mölleruse <poll.h> as by Single Unix Specification
2006-06-28 Bodo Mölleralways read in RAND_poll() if we can't use select becau...
2006-06-27 Richard LevitteUse poll() when possible to gather Unix randomness...
2006-04-11 Ulf MöllerAdd BeOS support.
2005-07-22 Geoff ThorpeFix some signed/unsigned warnings.
2005-06-18 Richard LevitteMove the definition of DEVRANDOM for DJGPP from Configu...
2005-05-30 Richard LevitteDJGPP changes. Contributed by Doug Kaufman <dkaufman...
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.
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...
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-10-14 Richard LevitteComplete the VxWorks fix by implementing a NULL RAND_po...
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änickeAIX (V3) requires <sys/select.h> (included via e_os...
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...