RE: Checking for socket read state

2005-05-30 Thread David Schwartz
> Ok... > > Sorry, maybe that was the wrong question altogether... > I am trying to signal my blocking connection thread to end while > OpenSSL is > negotiating a connection with SSL_connect. > > Is there any way to tell SSL to stop once it enters SSL_connect, perhaps > with a non-blocking appr

RE: Checking for socket read state

2005-05-30 Thread Pj
takes place. Thanks! Pj. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Schwartz Sent: Tuesday, 31 May 2005 2:00 PM To: openssl-users@openssl.org Subject: RE: Checking for socket read state > Hi all quick question of you guru's. >

RE: Checking for socket read state

2005-05-30 Thread David Schwartz
> Hi all quick question of you guru's. > > If I wish to check to see if data is ready to be read on my SSL connection > do I just use normal "select" or is there something in the SSL libraries > that I need to use? You aren't asking a precise question. For example, if there's data that co