summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_unix.c
AgeCommit message (Expand)Author
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-10-14Complete the VxWorks fix by implementing a NULL RAND_poll() for it.Richard Levitte
2002-10-09Add a few more VxWorks targets.Richard Levitte
2002-06-20<sys/select.h> is included for AIX, when USE_SOCKETS is defined.Lutz Jänicke
2002-06-20AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.Lutz Jänicke
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte
2001-04-18fix md_rand.c locking bugsBodo Möller
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make sure time() is properly declared.Richard Levitte
2001-01-09Add automatic query of EGD sockets to RAND_poll(). The EGD sockets areLutz Jänicke
2001-01-09Don't cheat: when only getting several bytes from each source, n is incrementedLutz Jänicke
2001-01-08Change RAND_poll for Unix to try a number of devices and only readRichard Levitte