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).
I know the program logic itself is correct, as it works with clear sockets,
but I must be setting something up wrong when I use the programs in SSL
mode.
If I change the SSL_write to a "send" on the file descriptor itself, the
"select" at the other end does in fact trip, so it appears that SSL_write is
the source of the problem.
Any ideas on what could cause SSL_read() to hang and not send any data?
Bill Rebey
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]