SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium ia64 (32 bit mode)

2007-10-04 Thread Urjit Gokhale \(Gmail\)
Hello everyone, I have facing a SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium machine. I am building two different applications and the openssl libraries in 32 bit. The ssl libraries are statically linked with my applications. When build in 64 bit mode, the applications works fine

Re: SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium ia64 (32 bit mode)

2007-10-04 Thread Urjit Gokhale \(Gmail\)
, October 04, 2007 3:13 PM Subject: SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium ia64 (32 bit mode) Hello everyone, I have facing a SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium machine. I am building two different applications and the openssl libraries in 32 bit

Re: SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium ia64 (32 bit mode)

2007-10-04 Thread Urjit Gokhale \(Gmail\)
, 2007 5:04 PM Subject: Re: SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium ia64 (32 bit mode) I just tried the openssl s_client command with the same CA certificate, and it also dumped core. I will be really glad if someone could tell me what might be going wrong here

Re: SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium ia64 (32 bit mode)

2007-10-04 Thread Dr. Stephen Henson
On Thu, Oct 04, 2007, Urjit Gokhale (Gmail) wrote: Hello everyone, I have facing a SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium machine. I am building two different applications and the openssl libraries in 32 bit. The ssl libraries are statically linked with my applications.

Re: SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium ia64(32 bit mode)

2007-10-04 Thread Urjit Gokhale \(Gmail\)
- Original Message - From: Dr. Stephen Henson [EMAIL PROTECTED] To: openssl-dev@openssl.org Sent: Thursday, October 04, 2007 5:51 PM Subject: Re: SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium ia64(32 bit mode) On Thu, Oct 04, 2007, Urjit Gokhale (Gmail) wrote: Hello

Re: SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium ia64(32 bit mode)

2007-10-04 Thread Urjit Gokhale \(Gmail\)
Hello everyone, I have facing a SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium machine. I am building two different applications and the openssl libraries in 32 bit. The ssl libraries are statically linked with my applications. Please try a recent snapshot of the relevant

Re: SIGSEGV in SSL_CTX_load_verify_locations() on HP itanium ia64(32 bit mode)

2007-10-04 Thread Dr. Stephen Henson
On Thu, Oct 04, 2007, Urjit Gokhale (Gmail) wrote: Please try a recent snapshot of the relevant version of OpenSSL and see if that fixes this issue. I managed to get the latest tarball from openssl.org/source. The problem is still there, and i still get SIGSEGV. Please let me know