index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rand
/
rand_unix.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add UEFI flag for rand build
Long, Qin
2015-09-03
1
-2
/
+2
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Add OSSL_NELEM macro.
Dr. Stephen Henson
2015-05-03
1
-3
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-286
/
+300
*
RT3548: Remove some obsolete platforms
Rich Salz
2014-12-17
1
-18
/
+1
*
PR: 2563
Dr. Stephen Henson
2011-12-19
1
-34
/
+74
*
Changes from 1.0.0-stable.
Dr. Stephen Henson
2009-04-07
1
-1
/
+44
*
Use new common flags and fix resulting warnings.
Ben Laurie
2009-02-15
1
-1
/
+1
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-2
/
+2
*
More size_tification.
Ben Laurie
2008-11-01
1
-2
/
+2
*
use <poll.h> as by Single Unix Specification
Bodo Möller
2006-06-30
1
-2
/
+2
*
always read in RAND_poll() if we can't use select because of a too
Bodo Möller
2006-06-28
1
-79
/
+79
*
Use poll() when possible to gather Unix randomness entropy
Richard Levitte
2006-06-27
1
-7
/
+52
*
Add BeOS support.
Ulf Möller
2006-04-11
1
-1
/
+19
*
Fix some signed/unsigned warnings.
Geoff Thorpe
2005-07-22
1
-3
/
+6
*
Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.
Richard Levitte
2005-06-18
1
-1
/
+1
*
DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>
Richard Levitte
2005-05-31
1
-1
/
+1
*
Fix an "oops" typo! Well, it was a debugging left-over...
Andy Polyakov
2005-01-13
1
-1
/
+1
*
O_NOFOLLOW is not appropriate when opening /dev/* entries on Solaris.
Andy Polyakov
2005-01-13
1
-9
/
+20
*
DJGPP update.
Andy Polyakov
2005-01-04
1
-1
/
+7
*
It was just pointed out to me that it's better to cast to double...
Richard Levitte
2004-03-16
1
-1
/
+1
*
Make sure that the last argument to RAND_add() is a float, or some
Richard Levitte
2004-03-15
1
-4
/
+4
*
Check if a random "file" is really a device file, and treat it
Richard Levitte
2003-12-27
1
-0
/
+19
*
Netware-specific changes,
Richard Levitte
2003-11-28
1
-1
/
+2
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-1
/
+1
*
Complete the VxWorks fix by implementing a NULL RAND_poll() for it.
Richard Levitte
2002-10-14
1
-0
/
+7
*
Add a few more VxWorks targets.
Richard Levitte
2002-10-09
1
-1
/
+1
*
<sys/select.h> is included for AIX, when USE_SOCKETS is defined.
Lutz Jänicke
2002-06-20
1
-0
/
+1
*
AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.
Lutz Jänicke
2002-06-20
1
-0
/
+1
*
Changes to have OpenSSL compile on OS/2.
Richard Levitte
2001-07-02
1
-1
/
+1
*
fix md_rand.c locking bugs
Bodo Möller
2001-04-18
1
-1
/
+2
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-1
/
+1
*
Make sure time() is properly declared.
Richard Levitte
2001-02-19
1
-0
/
+1
*
Add automatic query of EGD sockets to RAND_poll(). The EGD sockets are
Lutz Jänicke
2001-01-09
1
-2
/
+26
*
Don't cheat: when only getting several bytes from each source, n is incremented
Lutz Jänicke
2001-01-09
1
-2
/
+5
*
Change RAND_poll for Unix to try a number of devices and only read
Richard Levitte
2001-01-08
1
-0
/
+207