Re: Improving structure and governance

2014-04-27 Thread Awi
As a US based organization, Apache is unsuited and (given fairly recent public news) untrusted to have any power of a project such as OpenSSL. Additionally, the Apache foundation has accumulated so many important projects over the last few years that it they are becoming a single point of

Re: Improving structure and governance

2014-04-25 Thread awi
As a US based organization, Apache is unsuited and (given fairly recent public news) untrusted to have any power of a project such as OpenSSL. Additionally, the Apache foundation has accumulated so many important projects over the last few years that it they are becoming a single point of

Re: is openssl library thread safe

2010-06-10 Thread awi
Hi, Yes, it is thread safe if you define and initialize necessary locking functions at startup: http://www.openssl.org/docs/crypto/threads.html Regards, AW Arunkumar Manickam pisze: Hi, Is openssl library thread safe so that it can be used in an multithreaded environment as is. Thanks,

Re: OpenSSL with Winsock

2010-06-09 Thread awi
Hi, I am not sure if it helps but it seems that you forgot to define locking functions which are crucial for system working in multi-threaded environment. Take a look at: http://www.openssl.org/docs/crypto/threads.html Regards, AW havent forge pisze: Hi, I'm new to OpenSSL and trying to