RE: openssl RSA_sign() and Java verify how

2012-10-31 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of redpath > Sent: Tuesday, 30 October, 2012 16:56 > I am using openssl to create a signature for a file contents and use > openssl to verify the contents using the signature file. The > public key is from an x509 cert. > All works great. > Speci

Re: openssl RSA_sign() and Java verify how

2012-10-31 Thread Kenneth Goldman
ID, or the hash that has the problem. -- Ken Goldman kgold...@us.ibm.com 914-945-2415 (862-2415) From: R Redpath/Raleigh/IBM@IBMUS To: openssl-users@openssl.org, Date: 10/30/2012 04:59 PM Subject: openssl RSA_sign() and Java verify how Sent by:owner-openssl-us...@opens

openssl RSA_sign() and Java verify how

2012-10-30 Thread redpath
I am using openssl to create a signature for a file contents and use openssl to verify the contents using the signature file. The public key is from an x509 cert. All works great. I need to verify a file contents using Java. So I have written a sample Java application and it returns false and sho