Question on RSA public decryption

2001-07-10 Thread Carl Wanting
Hi all, I am trying to use the RSA_public_decrypt function but I need to set up the public key manually I have the public exponent and modulus in the form of an array of unsigned char and have converted these to BIGNUM format using BN_bin2bn. However, this is where I have started hitting

RE: Question on RSA public decryption

2001-07-10 Thread Carl Wanting
that I have never called RSA_check_key(), but RSA_public_decrypt works fine. Alex -Original Message- From: Carl Wanting [mailto:[EMAIL PROTECTED]] Sent: 10 July 2001 09:51 To: '[EMAIL PROTECTED]' Subject: Question on RSA public decryptionHi all, I am trying