Hi,

My threaded application fails during handshake when I use a C++ server and
a Java client. The app doesn't always fail, just about 20% of the time. I
have implemented the thread callbacks but this doesn't seem to help me any.

Is it possible to do reads and writes using the same ssl structure with 
mulitple threads? Suppose the situation where an application has multiple
worker threads which do the reading and writing to and from an ssl structure.
I have made the calls to SSL_accept and SSL_connect thread safe myself but 
I'm wondering if this needs to be done for SSL_read and SSL_write as well.

Take care,
Cory

-- 
Cory Winter                          E-Mail: mailto:[EMAIL PROTECTED]
Software Developer                   WWW: http://www.ooc.com/
Object Oriented Concepts, Inc.       Phone: (709) 738-3725 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to