undefined reference to `RC5_32_ecb_encrypt'

2009-10-03 Thread Vivek Katakam
Hi All, I am getting the following error when I am trying to compile openssl-0.9.7g. The platform is SUSE9-32. The compiler is gcc version 3.3.3 (SuSE Linux). I have also given no-asm option while compilation but getting the same error. gcc -o openssl -DMONOLITH -I.. -I../include

Re: What can prevent a certificate being used for digital signature validation?

2009-10-03 Thread ohaya
oh...@cox.net wrote: Hi, I want to preface this by first saying that I know that this question is probably pretty broad, but I'm hoping that someon on this list might be able to help. We are working with web services our SOAP messages have SAML assertions that are digitally

Re: Crash!! trying to understand ECDHE operations

2009-10-03 Thread Ger Hobbelt
On Sat, Oct 3, 2009 at 2:09 AM, Dave Thompson dave.thomp...@princetonpayments.com wrote: And apparently you don't have symbols in your executable; to debug you almost always need them. On Linux assuming gcc, I just shove -g in CFLAG in the top Makefile by hand, and to simplify debug I would