RE: segfault with cryptodev in openssl 1.0.0g

2012-02-26 Thread Frank
The following issue has been fixed with the patch attached to this post (it has been verified to work on my setup). Here's some comment from the author (Nikos Mavrogiannopoulos) on the issue: "It seems the openssl digests option was never tested with cryptodev. The code as I understand it wouldn

Re: Deadlock in RAND_poll's Heap32First call

2012-02-26 Thread Jakob Bohm
On 2/25/2012 3:30 PM, sandeep kiran p wrote: MSDN says " To enumerate the heap or module states for all processes, specify TH32CS_SNAPALL and set /th32ProcessID/ to zero. " So it presumably does the heap and module walk for all processes and not only for the current process. Aha! Missed