RE: Socket hangs on SSL_read/SSL_write

2001-08-16 Thread Miles Sabin
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

RE: Socket hangs on SSL_read/SSL_write

2001-08-15 Thread Bill @ Rebey.com
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&

Re: Socket hangs on SSL_read/SSL_write

2001-08-15 Thread Eric Rescorla
"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

Socket hangs on SSL_read/SSL_write

2001-08-15 Thread Bill @ Rebey.com
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).