aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2006-06-27 06:31:34 +0000
committerRichard Levitte <levitte@openssl.org>2006-06-27 06:31:34 +0000
commit27a3d9f9aa1ca6137ffd13a23775709c6f1ef567 (patch)
tree704e0dbf58cc05fac757bea6050cad24bb4c26b8 /CHANGES
parent48fc582f66a58e3da6f095ba1b4498c17581e05a (diff)
downloadopenssl-27a3d9f9aa1ca6137ffd13a23775709c6f1ef567.tar.gz
Use poll() when possible to gather Unix randomness entropy
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8e7cf614ff..92f912bbe3 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")