AW: RSA_public_decrypt error

2008-02-12 Thread Wockenfuß , Frank
EMAIL PROTECTED] Im Auftrag von > Kenneth Goldman > Gesendet: Montag, 11. Februar 2008 16:31 > An: openssl-users@openssl.org > Betreff: Re: RSA_public_decrypt error > > [EMAIL PROTECTED] wrote on 02/11/2008 10:22:00 AM: > > > I'm not that good in OpenSSL. How do I

AW: RSA_public_decrypt error

2008-02-12 Thread Wockenfuß , Frank
EMAIL PROTECTED] Im Auftrag von Kenneth > Goldman > Gesendet: Montag, 11. Februar 2008 16:31 > An: openssl-users@openssl.org > Betreff: Re: RSA_public_decrypt error > > [EMAIL PROTECTED] wrote on 02/11/2008 10:22:00 AM: > > > I'm not that good in OpenSSL. How do I

Re: RSA_public_decrypt error

2008-02-12 Thread Kenneth Goldman
[EMAIL PROTECTED] wrote on 02/11/2008 10:22:00 AM: > I'm not that good in OpenSSL. How do I create a RSA file if I only > have a modulus and exponent. Programmatically I have set the 2 > values with BN_bin2bn(), but how do I save this to a file? I use PEM_write_RSAPublicKey() It's interesting th

AW: RSA_public_decrypt error

2008-02-11 Thread Wockenfuß , Frank
> An: openssl-users@openssl.org > Betreff: Re: RSA_public_decrypt error > > On Mon, Feb 11, 2008, Wockenfu, Frank wrote: > > > Hi all, > > > > I have the following problem: > > > > I want to verify a signature that was created inside a > smartcard.

Re: RSA_public_decrypt error

2008-02-11 Thread Dr. Stephen Henson
On Mon, Feb 11, 2008, Wockenfu, Frank wrote: > Hi all, > > I have the following problem: > > I want to verify a signature that was created inside a smartcard. The > smartcard creates a digital signature with RSA 2048 bit over a hash that was > created using SHA-512 (OpenSSL). > To verify the s

RSA_public_decrypt error

2008-02-10 Thread Wockenfuß , Frank
Hi all, I have the following problem: I want to verify a signature that was created inside a smartcard. The smartcard creates a digital signature with RSA 2048 bit over a hash that was created using SHA-512 (OpenSSL). To verify the signature I call the OpenSSL-function RSA_public_decrypt wit