summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-02-17 14:32:41 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-02-17 14:32:41 +0000
commit47e0a1c335295d7548ecd1860954ee4f988d9804 (patch)
tree7daf14217e7dc722d8063990a857d0f25e7707dc /CHANGES
parent439aab3afca0cb7478db39396aa82c574fe73bcd (diff)
PR: 2100
Submitted by: James Baker <jbaker@tableausoftware.com> et al. Workaround for slow Heap32Next on some versions of Windows.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d233aee16b..4c553898a6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -898,6 +898,11 @@
Changes between 0.9.8l (?) and 0.9.8m (?) [xx XXX xxxx]
+ *) On some versions of WIN32 Heap32Next is very slow. This can cause
+ excessive delays in the RAND_poll(): over a minute. As a workaround
+ include a time check in the inner Heap32Next loop too.
+ [Steve Henson]
+
*) The code that handled flushing of data in SSL/TLS originally used the
BIO_CTRL_INFO ctrl to see if any data was pending first. This caused
the problem outlined in PR#1949. The fix suggested there however can