AW: AW: RSA_public_decrypt problem UPDATE

2007-08-02 Thread Wockenfuß , Frank
That's it! Many thanks for the help! Frank Wockenfuß -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Marek Marcola Gesendet: Donnerstag, 2. August 2007 18:25 An: openssl-users@openssl.org Betreff: Re: AW: RSA_public_decrypt problem U

Re: AW: RSA_public_decrypt problem UPDATE

2007-08-02 Thread Marek Marcola
Hello, > The content at my example is 128 byte long (as long as the RSA signature). > The original hash that was signed was 32 byte long. > I find the orignial hash inside the decrypted content. It lays on the last 32 > byte. > Before this is mostly FF. How do I surely get the original hash out

AW: RSA_public_decrypt problem UPDATE

2007-08-02 Thread Wockenfuß , Frank
The problem with the NULL pointer exception was also my mistake. But thanks to your program I found it and now -- ring ring -- I have a decrypted content. BUT The content at my example is 128 byte long (as long as the RSA signature). The original hash that was signed was 32 byte long. I find th