I am experiencing a crash while using libcurl to access secure sites in multiple threads. I've registered the locking function for openssl as per the docs.
The two threads are calling curl_multi_perform and end up crashing in pbe_cmp after going through PKCS12_parse Putting a lock around cert_stuff in ssluse.c eliminates the crash. Can anyone point me in the right direction? I'll attempt to create a small test program in the mean time. Cheers, Chris. ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
