RE: multi-thread support

2006-02-20 Thread David Schwartz
> I just wanted to verify that, as of OpenSSL 0.9.8a, any OpenSSL data > facility that utilizes "STACK_OF" as a container for different types > of objects, the routines that reference these "stacks" do not support > multiple threads accessing the same "stack". Is this the case? I > didn't see any

Re: multi-thread support

2006-02-20 Thread LDB
From the installation notes .. It should already be there if you have things are normal. Note on multi-threading --- For some systems, the OpenSSL Configure script knows what compiler options are needed to generate a library that is suitable for multi-threaded applicatio

Re: multi-thread support

2006-02-20 Thread Alain Damiral
Check this link: http://www.openssl.org/docs/crypto/threads.html Thread support is there, but is platform dependent. There is a file called th-lock.c under crypto/threads that contains some definitions for thread support on a few platforms. I haven't tested this but it compiles so it must wor

multi-thread support

2006-02-19 Thread Randy Turner
Hi All, I just wanted to verify that, as of OpenSSL 0.9.8a, any OpenSSL data facility that utilizes "STACK_OF" as a container for different types of objects, the routines that reference these "stacks" do not support multiple threads accessing the same "stack". Is this the case? I didn't