RAND_poll() crashes on Windows (thread-safety issue)

2005-03-20 Thread Steven Reddie
Hi All,   As you are aware, RAND_poll() is not thread safe and must be called with only a single active thread in the process.  The section in which I have experienced crashes is the heap walking.  The entire section is protected by a mutex, but the issue seems to be that the snapshot refer

Re: [PATCH] speed.c speed test with EC:0.9.8

2005-03-20 Thread Nils Larsch
Jean- Luc Duval wrote: sorry if this is duplicate but seems to have not pass the first time A 192 key length seems to have been added for EC P type of key, this broke the for loop of iteration count. removing the 192 bits key or the following patch works(the sample count is possibly not very bi