On Wed, Jul 07, 1999 at 08:46:29AM +0200, Bodo Moeller wrote:
> >> is the SSL library safe in a multi-threaded environment ?
[...]
> Also you have to provide a callback that returns a thread ID (unless
> you're using Windows, where OpenSSL already knows how to obtain the
> thread ID from the OS)
On Tue, Jul 06, 1999 at 09:37:39PM -0400, Thomas Reinke wrote:
> J-L Charton:
>> is the SSL library safe in a multi-threaded environment ?
> Tot he best of my knowledge, mostly yes. The solution
> employed is to use callback routines that employ locks
> of one form or another (e.g. mutex'es).
A
Tot he best of my knowledge, mostly yes. The solution
employed is to use callback routines that employ locks
of one form or another (e.g. mutex'es).
Check the distribution doc/threads.doc file for
an explanation. One of our developers managed to
get this all working with SSLeay0.9.0, and I can't