Matt Caswell
|
40720ce3ca
Run util/openssl-format-source -v -c .
|
9 years ago |
Ben Laurie
|
1ed81ff731
Use shared dev team flags, fix resulting warning.
|
15 years ago |
Bodo Möller
|
5d7f15daf8
use <poll.h> as by Single Unix Specification
|
18 years ago |
Bodo Möller
|
ec67e3b7e4
always read in RAND_poll() if we can't use select because of a too
|
18 years ago |
Richard Levitte
|
8de95bc05b
Use poll() when possible to gather Unix randomness entropy
|
18 years ago |
Nils Larsch
|
7f622f6c04
fix warnings when building openssl with (gcc 3.3.1):
|
19 years ago |
Richard Levitte
|
7435d89edf
Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.
|
19 years ago |
Richard Levitte
|
77b97ee0d7
DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>
|
19 years ago |
Andy Polyakov
|
5d727078ac
Fix an "oops" typo! Well, it was a debugging left-over...
|
20 years ago |
Andy Polyakov
|
108159ffcc
O_NOFOLLOW is not appropriate when opening /dev/* entries on Solaris.
|
20 years ago |
Andy Polyakov
|
02a00bb054
DJGPP update.
|
20 years ago |
Richard Levitte
|
ec37635c94
It was just pointed out to me that it's better to cast to double...
|
20 years ago |
Richard Levitte
|
fd836aeee0
Make sure that the last argument to RAND_add() is a float, or some
|
20 years ago |
Richard Levitte
|
de02ec2767
Check if a random "file" is really a device file, and treat it
|
21 years ago |
Richard Levitte
|
4d8743f490
Netware-specific changes,
|
21 years ago |
Richard Levitte
|
4579924b7e
Cleanse memory using the new OPENSSL_cleanse() function.
|
22 years ago |
Richard Levitte
|
57d8ff79b2
Complete the VxWorks fix by implementing a NULL RAND_poll() for it.
|
22 years ago |
Richard Levitte
|
6a89a25c27
Add a few more VxWorks targets.
|
22 years ago |
Lutz Jänicke
|
a947f2d2b6
<sys/select.h> is included for AIX, when USE_SOCKETS is defined.
|
22 years ago |
Lutz Jänicke
|
da0616cd13
AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.
|
22 years ago |
Richard Levitte
|
dc01b6b1f2
Changes to have OpenSSL compile on OS/2.
|
23 years ago |
Bodo Möller
|
6e6d04e29a
fix md_rand.c locking bugs
|
23 years ago |
Richard Levitte
|
bc36ee6227
Use new-style system-id macros everywhere possible. I hope I haven't
|
24 years ago |
Richard Levitte
|
4901b41653
Make sure time() is properly declared.
|
24 years ago |
Lutz Jänicke
|
599c03530a
Add automatic query of EGD sockets to RAND_poll(). The EGD sockets are
|
24 years ago |
Lutz Jänicke
|
28e5428d5d
Don't cheat: when only getting several bytes from each source, n is incremented
|
24 years ago |
Richard Levitte
|
0c61e299b3
Change RAND_poll for Unix to try a number of devices and only read
|
24 years ago |