Re: [openssl.org #430] segementation fault with openssl 0.9.7

2003-01-11 Thread Patrik Karlsson
Hi Steve, This line also gives me a crash, exactly as you describe it: openssl ca -infiles If I enter a passphrase for the above command or press ctrl-break to abort it crashes. Using configuration from /usr/local/ssl/openssl.cnf Enter pass phrase for ./demoCA/private/cakey.pem: aborted!

Re: [openssl.org #430] segementation fault with openssl 0.9.7

2003-01-09 Thread Lutz Jaenicke via RT
On Thu, Jan 09, 2003 at 01:52:22AM +0100, Stephen Henson via RT wrote: Running under a debugging malloc library causes a crash earlier on with a double free error on something which is only freed once. Very odd... What platform is this on? Does anyone else get a crash with: openssl

Re: [openssl.org #430] segementation fault with openssl 0.9.7

2003-01-09 Thread Andy Polyakov via RT
Running under a debugging malloc library causes a crash earlier on with a double free error on something which is only freed once. Very odd... What platform is this on? Does anyone else get a crash with: openssl ca -infiles Linux: crash HP-UX 10.20: no crash when

[openssl.org #430] segementation fault with openssl 0.9.7

2003-01-09 Thread Stephen Henson via RT
[[EMAIL PROTECTED] - Thu Jan 9 11:26:42 2003]: If for any help. WorkShop dbx implements so called run-time check which catches things like references to uninitialized and unallocated memory. Not foolproof, but it might help. Here is what it says: I am unable to access the

Re: [openssl.org #430] segementation fault with openssl 0.9.7

2003-01-09 Thread Andy Polyakov
I've checked in a fix for that and another isssue which should fix things. if (keyfree key) ??? Bitwise and??? Don't you mean (keyfree key)? A. __ OpenSSL Project http://www.openssl.org

[openssl.org #430] segementation fault with openssl 0.9.7

2003-01-08 Thread Stephen Henson via RT
[[EMAIL PROTECTED] - Wed Jan 1 15:40:21 2003]: Hi, I have trouble running the following command with openssl version 0.9.7 openssl ca -policy policy_anything -out newcert.pem \ -passin pass:whatever -key whatever -extensions xpserver_ext \ -extfile xpextensions -infiles newreq.pem It

Re: [openssl.org #430] segementation fault with openssl 0.9.7

2003-01-08 Thread Kenneth R. Robinette
I just ran it on Windows XP, with OpenSSL-0.9.7 and do not get a crash. Ken [[EMAIL PROTECTED] - Wed Jan 1 15:40:21 2003]: Hi, I have trouble running the following command with openssl version 0.9.7 openssl ca -policy policy_anything -out newcert.pem \ -passin pass:whatever

Re: [openssl.org #430] segementation fault with openssl 0.9.7

2003-01-08 Thread Patrik Karlsson via RT
Hi Steve, This line also gives me a crash, exactly as you describe it: openssl ca -infiles If I enter a passphrase for the above command or press ctrl-break to abort it crashes. Using configuration from /usr/local/ssl/openssl.cnf Enter pass phrase for ./demoCA/private/cakey.pem: aborted!