Re: openssl clients for windows

2007-06-03 Thread Gerrit E.G. Hobbelt
Gary, since you mentioned that you call LoadLibrary() in your code, depwalker will not find those SSL DLLs for your app itself. However, looking at your problem it may very well be that the SSL DLLs themselves do not properly initialize: they may also need additional DLL for their C run-time

SSL_accept gives error

2007-06-03 Thread Krishna M Singh
Hi all I have a SSL server that uses Openssl 9.7e. It works fine initially but few hundred connections, lots of SSL hanshake failure occurs. The failure reason given is SSL_ERROR_SYSCALL. After that I try to retrieve the more error details from the stack using ERR_error_string_n or ERR_print_err

Re: Steps to port operssl to VxWorks?

2007-06-03 Thread Raphael Ackermann
VxWorks comes with its own version of OpenSSL at least for the targets used by the project I am working on. There is documentation as to how to port applications using OpenSSL from OpenSSL to the VxWorks SSL. Raphael Ackermann On 6/3/07, Allen Chen <[EMAIL PROTECTED]> wrote: Hello, I am a begin

RE: flushing out data to write

2007-06-03 Thread Spiros Antonatos
Thanks a lot for the tips. The SSL negotiation and session establishment are done before proxying and the proxy never blocks. The weird thing is that I have implemented the proxy in both Linux (Debian) and Windows XP. The delay on SSL_write() is presented only in the Windows version. Thanks in ad