Hello again, everyone.
I have solved some of the problems I have been having with setting
verification mode and depth, I think. (Thank you Lutz!)
I have also approached the problem of ensuring the connection is
successful on a nonblocking socket. What I was trying to do is use
SSL_state() to see if the connection has been made. If I interpreted
the SSL_connect()code correctly, it sets the state to
SSL_ST_CONNECT|SSL_ST_BEFORE
If I check the state with SSL_state() it should tell me if the SSL
connection has been established, right?
My initial solution was to set the connection back to blocking mode just
before the SSL_connect, and I am told it may be okay with the rest of
the app if it stays this way. Does any know of any caveats with this
scenario?
Thanks
Lou
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]