summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2006-06-28 14:50:12 +0000
committerBodo Möller <bodo@openssl.org>2006-06-28 14:50:12 +0000
commite34aa5a3b353e72ace92d0f2a0868de59acf9321 (patch)
treecc228e4263b82d9150a1f4a8fa6cb6fbe98d1753 /CHANGES
parent985e4c4154dcf1e45f66ed649bfaa3737c5c99bd (diff)
always read in RAND_poll() if we can't use select because of a too
large FD: it's non-blocking mode anyway
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 92f912bbe3..21ec6437c5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -339,6 +339,11 @@
Changes between 0.9.8b and 0.9.8c [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 and Bodo Moeller]
+
*) Disable "ECCdraft" ciphersuites more thoroughly. Now special
treatment in ssl/ssl_ciph.s makes sure that these ciphersuites
cannot be implicitly activated as part of, e.g., the "AES" alias.
@@ -1292,7 +1297,7 @@
*) 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]
+ [Darryl Miles via Richard Levitte and Bodo Moeller]
*) Disable rogue ciphersuites: