"Bill @ Rebey.com" <[EMAIL PROTECTED]> writes:
> I have a pair of programs that work fine (they can communicate with one
> another) in "clear" (non-SSL mode), but when I switch them to use SSL, the
> SSL_write hangs, as does the SSL_read on the other end. ( "select"ing for
> Read on the reader's handle doesn't even work - the "select" never trips).
You say the SSL_write() hangs? This in general shouldn't happen
unless you're trying to write something really enormous.
However, if it is happening that would explain why select()
never trips.
Try running the code under the debugger. Then break it
once it's hung (e.g. using Ctrl-C) and let us know what the stack
trace looks like.
-Ekr
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]