Eric Rescorla wrote,
> The man page says:
^^^
Huh? Which platform?
I'd be more impressed by POSIX chapter and verse, but even that's
irrelevant because all it might or might not tell us is that many
platforms aren't fully POSIX compliant.
> select() examines the I/O descriptor sets whose a
c Rescorla
Sent: Wednesday, August 15, 2001 11:36 AM
To: [EMAIL PROTECTED]
Subject: Re: Socket hangs on SSL_read/SSL_write
"Bill @ Rebey.com" <[EMAIL PROTECTED]> writes:
> I have a pair of programs that work fine (they can communicate with one
> another) in "clear&
"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
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).