Hi,

If a client implements it's own verify callback and that callback prompts
the user for input. (ie. Yes/No to allow connection) Is there a mechanism
which would prevent this action from blocking the server? Currently my
server which accepts all connections on a single thread denies connections
to other clients once a single client is waiting for input from the user.

SSL_accept(...) doesn't return until SSL_connect(...)'s verify callback
returns. The handshake waits. Is this incorrect usage of the verify 
callback?

Cory 

-- 
Cory Winter                               E-Mail: [EMAIL PROTECTED]
IONA                                      Phone : (709) 738-3725
Total Business Integration (TM)           WWW   : http://www.iona.com/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to