commit | 27a3d9f9aa1ca6137ffd13a23775709c6f1ef567 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Tue Jun 27 06:31:34 2006 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Tue Jun 27 06:31:34 2006 +0000 |
tree | 704e0dbf58cc05fac757bea6050cad24bb4c26b8 | |
parent | 48fc582f66a58e3da6f095ba1b4498c17581e05a [diff] [blame] |
Use poll() when possible to gather Unix randomness entropy
diff --git a/CHANGES b/CHANGES index 8e7cf61..92f912b 100644 --- a/CHANGES +++ b/CHANGES
@@ -1289,6 +1289,11 @@ Changes between 0.9.7j and 0.9.7k [xx XXX xxxx] + *) Change the Unix randomness entropy gathering to use poll() when + possible instead of select(), since the latter has some + undesirable limitations. + [Darryl Miles via Richard Levitte] + *) Disable rogue ciphersuites: - SSLv2 0x08 0x00 0x80 ("RC4-64-MD5")