OPENSSL_cleanse issue

2008-02-13 Thread Belliappa, Ashith Muddiana (HP Software)
Hi, In one of our customer environment I am always getting the following stack error and my process always hangs here. Does anyone have any idea? I found that OPENSSL_cleanse is not thread safe from the google search. Ref: http://fixunix.com/openssl/155271-openssl_cleanse-threadsafe-routine.htm l

RE: Signature verification fails with block type is not 01

2007-10-17 Thread Belliappa, Ashith Muddiana (HP Software)
Hello, I used the below mentioned test program. Theses were the results from the same. There was a core file created. The pstack of core is shown below. bash-2.03# openssl genrsa -out rsa.pem 2048 Generating RSA private key, 2048 bit long modulus

RE: Signature verification fails with block type is not 01

2007-10-17 Thread Belliappa, Ashith Muddiana (HP Software)
Has anyone seen this behavior? Any help would be appreciated. Thanks in advance, Regards Ashith -Original Message- From: Belliappa, Ashith Muddiana (HP Software) Sent: Wednesday, October 17, 2007 11:37 AM To: 'openssl-users@openssl.org' Subject: RE: Signature verification fails

RE: Signature verification fails with block type is not 01

2007-10-15 Thread Belliappa, Ashith Muddiana (HP Software)
type is not 01 Belliappa, Ashith Muddiana (HP Software) wrote: Hi, We have complied the code in an Solaris 5.7 machine. We have the same set of binaries working fine in all the Solaris 5.8 machines. I am getting the error ONLY in ONE Solaris 5.8 machine. i believe your saying

RE: Signature verification fails with block type is not 01

2007-10-12 Thread Belliappa, Ashith Muddiana (HP Software)
Muddiana (HP Software) wrote: Hi, We have the same openssl version in both the machines. Still the problem occurs. Do you have the same binaries or did you compile it on both machines? If you compiled it try make test on the failing machine if that fails check compiler versions. Steve. -- Dr

RE: Signature verification fails with block type is not 01

2007-10-11 Thread Belliappa, Ashith Muddiana (HP Software)
Hi, We have the same openssl version in both the machines. Still the problem occurs. Regards Ashith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marek Marcola Sent: Thursday, October 11, 2007 10:14 PM To: openssl-users@openssl.org Subject: Re:

Test

2007-10-10 Thread Belliappa, Ashith Muddiana (HP Software)
Test

Signature verification fails with block type is not 01

2007-10-10 Thread Belliappa, Ashith Muddiana (HP Software)
Hi All, We are using openssl 0.9.8d in our environment. In one of the Solaris box we are getting an block type is not 01 while doing the signature verification. We have compared the openssl (0.9.7l) and openssl (0.9.8d) and found few difference in the signature verification part. We then used