openssl-0.9.8d-tls-extensions.patch is not in the latest openssl-0.9.8k.tar.gz

2009-04-29 Thread Debbie (Yue) Xu
Hi, I need the openssl-0.9.8d-tls-extensions.patch in order to get the support for all the functionality needed for EAP-FAST in wpa-supplicant. But I found that even the latest openssl-0.9.8k.tar.gz doesn't include the patch. Can anybody tell me where to download the patch? it's not in the

Issue with openssl-1.0.0-stable-SNAP-20090429

2009-04-29 Thread The Doctor
Errors are as follow on BSD/OS 4.3 test SSL protocol ../util/shlib_wrap.sh ./ssltest -test_cipherlist testing SSLv2 cipher list order: ok testing SSLv3 cipher list order: ok testing TLSv1 cipher list order: ok test sslv2 Available compression methods: 1: zlib compression

Re: openssl-0.9.8d-tls-extensions.patch is not in the latest openssl-0.9.8k.tar.gz

2009-04-29 Thread Jouni Malinen
On Tue, Apr 28, 2009 at 05:40:04PM -0700, Debbie (Yue) Xu wrote: I need the openssl-0.9.8d-tls-extensions.patch in order to get the support for all the functionality needed for EAP-FAST in wpa-supplicant. But I found that even the latest openssl-0.9.8k.tar.gz doesn't include the patch. Can

Is X509_STORE thread safe ?

2009-04-29 Thread Brett Schoppert
I have an application that uses the same trusted certificates across a large number of SSL connections. The current design loads the trusted cert into the cert store within the SSL_CTX for each connection. What I would like to do is create the X509_STORE during initialization set it into the

[openssl.org #1915] Bug Report : Abort when race condition occurs in ERR_get_state

2009-04-29 Thread Jean-Marc Desperrier via RT
In ERR_get_state (err_def.c:613), there's the following code : /* If a race occured in this function and we came second, tmpp * is the first one that we just replaced. */ if (tmpp) ERR_STATE_free(tmpp); As already suggested in 2006 in this message