On Tue, Jun 22, 2010, Brian Makin wrote:

> Using curl 7.16.1 and 7.20.0
> with openssl 0.9.8l and 0.9.8o
> I am getting intermittent crashes.  Apache is setup with a pkcs12 cert
> and when this fails it is always early in the process ie: initialization
> of the threads.  I'm guessing either curl or ssl has a missing lock but
> I'm not sure which and where.  Any assistance is greatly appreciated.
>  
> The callstack usually looks something like the following or ends up in
> the CRYPTO_malloc functions.
> 

See if adding sk_sort(pbe_algs) at the end of EVP_PBE_alg_add() in
crypto/evp/evp_pbe.c fixes this.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to