Re: Issue with OpenSSL in multithreaded environment

2012-11-30 Thread NuSkooler
I think responses like this would be much more helpful without the FUD. WaitForSingleObject() and WaitForMultipleObjects() return *WAIT_ABANDONED *if the mutex has been closed. WAIT_OBJECT_0 would only be expected if you didn't read the documentation. I suggest you both do so before utilizing

MITM with OpenSSL v1.0.1c and BIOs

2012-11-15 Thread NuSkooler
Hello -- I have been working on the creation of a MITM plugin of sorts using OpenSSL v1.0.1.c. My code basically is handed stream payloads (e.g. in this case full SSL/TLS packets or groups of packets). I must then MITM them and extract application data as required. I cannot use sockets directly