Re: Java signature verification fail in openssl

2011-10-05 Thread Jakob Bohm
On 10/5/2011 8:15 AM, brajan wrote: My steps are 1. raw data eg.balamurugan 2. i am calculating hash for this data using sha256 which is 256 bit for readable i convert this into (32 to 64 byte) hex string not hex represent. eg hash string is a123sdf... which is 64 characters 3. now i am gi

Re: Java signature verification fail in openssl

2011-10-04 Thread brajan
http://www.openssl.org > User Support Mailing Listopenssl-users@openssl.org > Automated List Manager majord...@openssl.org > > -- View this message in context: http://old.nabble.com/Java-signature-verification-fail-in-openssl-tp3258

Re: Java signature verification fail in openssl

2011-10-04 Thread brajan
ort Mailing List openssl-users@openssl.org > Automated List Manager majord...@openssl.org > > -- View this message in context: http://old.nabble.com/Java-signature-verification-fail-in-openssl-tp32589928p32594404.html Sent from the OpenSSL - User m

RE: Java signature verification fail in openssl

2011-10-04 Thread brajan
rs@openssl.org Automated List Manager majord...@openssl.org -- View this message in context: http://old.nabble.com/Java-signature-verification-fail-in-openssl-tp32589928p32594391.html Sent from the OpenSSL - Us

RE: Java signature verification fail in openssl

2011-10-04 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of brajan > Sent: Tuesday, 04 October, 2011 10:58 > can any one tell me why the signature verification in > openssl fail when the > message is signed bu java IBM fips compliant.i am using > openssl 0.9.8g in > power Pc. i am getting error in >

Re: Java signature verification fail in openssl

2011-10-04 Thread Jeffrey Walton
On Tue, Oct 4, 2011 at 10:58 AM, brajan wrote: > > hi >  can any one tell me why the signature verification in openssl fail when the > message is signed bu java IBM fips compliant.i am using openssl 0.9.8g in > power Pc. i am getting error in > >        if (((unsigned int)sig->digest->length != m_

Re: Java signature verification fail in openssl

2011-10-04 Thread Jakob Bohm
On 10/4/2011 4:58 PM, brajan wrote: hi can any one tell me why the signature verification in openssl fail when the message is signed bu java IBM fips compliant.i am using openssl 0.9.8g in power Pc. i am getting error in if (((unsigned int)sig->digest->length != m_len) || (memcmp(m,sig

Java signature verification fail in openssl

2011-10-04 Thread brajan
s function -- View this message in context: http://old.nabble.com/Java-signature-verification-fail-in-openssl-tp32589928p32589928.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __