Hi,

I have question regarding enabling multi-thread support in OpenSSL.
We have ported OpenSSL library to VxWorks. We are having two
applications (one server and one client). These two applications will
run as separate tasks, each having its own SSL context. These tasks
can concurrently do SSL operations.
Since these two tasks have their own SSL contexts, do they need
multi-thread protection? Does OpenSSL have some shared global
data outside the SSL context? In VxWorks, since global data is global
to all tasks, does this mean that we have to build OpenSSL with multi-
thread support and provide locking callbacks?

Any help on this will be very much appreciated.

thanks,
Krishna

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

Reply via email to