RE: Signature verification fails with block type is not 01

2007-10-17 Thread Belliappa, Ashith Muddiana (HP Software)
ject: RE: Signature verification fails with block type is not 01 Hello, > Does anyone have a separate test program where we can test only the > signature verification? # openssl genrsa -out rsa.pem 2048 # openssl rsa -in rsa.pem -text -noout # openssl rsa -in rsa.pem -pubout -out rsa-p

RE: Signature verification fails with block type is not 01

2007-10-16 Thread Belliappa, Ashith Muddiana (HP Software)
ame -a SunOS test.hp.com 5.8 Generic_117350-39 sun4u sparc SUNW,Sun-Fire-280R Regards Ashith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marek Marcola Sent: Friday, October 12, 2007 11:48 PM To: openssl-users@openssl.org Subject: RE: Signature verificat

Re: Signature verification fails with block type is not 01

2007-10-15 Thread jimmy bahuleyan
Belliappa, Ashith Muddiana (HP Software) wrote: > > Hi, > We have checked for proper library files usage during the signature > verification. Even we have compared the file size of the library used in > working and non- working machine and found both are exactly same. Even > the checksum matches

RE: Signature verification fails with block type is not 01

2007-10-15 Thread Belliappa, Ashith Muddiana (HP Software)
problem? If yes, please let me know. Thanks in advance, Regards Ashith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jimmy bahuleyan Sent: Friday, October 12, 2007 5:46 PM To: openssl-users@openssl.org Subject: Re: Signature verification fails with block

RE: Signature verification fails with block type is not 01

2007-10-12 Thread Marek Marcola
Hello, > Does anyone have a separate test program where we can test only the > signature verification? # openssl genrsa -out rsa.pem 2048 # openssl rsa -in rsa.pem -text -noout # openssl rsa -in rsa.pem -pubout -out rsa-pub.pem # openssl rsa -in rsa-pub.pem -pubin -text -noout # echo test test

Re: Signature verification fails with block type is not 01

2007-10-12 Thread jimmy bahuleyan
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 that the same applic

RE: Signature verification fails with block type is not 01

2007-10-12 Thread Belliappa, Ashith Muddiana (HP Software)
Ashith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dr. Stephen Henson Sent: Friday, October 12, 2007 4:35 PM To: openssl-users@openssl.org Subject: Re: Signature verification fails with block type is not 01 On Fri, Oct 12, 2007, Belliappa, Ashith

Re: Signature verification fails with block type is not 01

2007-10-12 Thread Dr. Stephen Henson
On Fri, Oct 12, 2007, Belliappa, Ashith 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

RE: Signature verification fails with block type is not 01

2007-10-12 Thread Marek Marcola
Hello, > We have the same openssl version in both the machines. Still the > problem occurs. My proposition was to check private key modulus and public/certificate modulus to be sure that they are the same. Best regards, -- Marek Marcola <[EMAIL PROTECTED]> __

RE: Signature verification fails with block type is not 01

2007-10-11 Thread Belliappa, Ashith Muddiana (HP Software)
: Signature verification fails with block type is not 01 Hello, > 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

Re: Signature verification fails with block type is not 01

2007-10-11 Thread Marek Marcola
Hello, > 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