Hi Darkspell,

I have 2 questions:

1) I have a multithreaded client which connects to the server using
multiple sockets.  How do I make the client verify the server certificate
only once, say on the initial SSL_connect, and not for subsequent
connects?

2) The SSL_read/SSL_write API doesn't seems to support non-blocking IO.  I
Is it sufficient to set the underlying file descriptor for non-blocking IO
and just use SSL_set_fd to enable this? And if I change the properties of
the underlying file desc. can I just issue another SSL_set_fd to update
the SSL socket?

Many thanks for any help.

--Douglas Lee




______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to