About half a year ago, apps/pkcs12.c was patched to use the load_*() functions of apps/apps.c instead of its own. This patch appears to have broken the client, as the new function prototype is:
stack = load_certs(...) which is called twice in case CA certificates are passed using the '-certfile' parameter. The second call will overwrite the original stack pointer, meaning the certificate specified using '-in' never gets added, and probably never freed properly. I don't know if it's the politically correct thing to do, but simply reverting the patch using 'cvs -q update -j1.57 -j1.56 pkcs12.c' seems to work for me. Cheers! //oscar ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
