Re: rsa_publiic_encrypt problem

2005-09-20 Thread Chris Rutherford
oblem is why people use the bp bio structure. i.e. this contains both data and datalen parameters. Thanks Chris R - Original Message - From: "Dr. Stephen Henson" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 20, 2005 3:19 AM Subject: Re: rsa_publiic_encrypt problem

Re: rsa_publiic_encrypt problem

2005-09-19 Thread Dr. Stephen Henson
On Mon, Sep 19, 2005, Chris Rutherford wrote: > Hi All, > > I have a strange problem with RSA_Public_Encrypt. Basically it only > produces decipherable information about 50% of the time, but with the > same clear text string. i.e. I have an RSA encrypt decrypt benchmark > program using a static

RE: rsa_publiic_encrypt problem

2005-09-19 Thread Steven Reddie
PROTECTED] On Behalf Of Chris Rutherford Sent: Tuesday, 20 September 2005 2:53 AM To: openssl-users@openssl.org Subject: rsa_publiic_encrypt problem Hi All, I have a strange problem with RSA_Public_Encrypt. Basically it only produces decipherable information about 50% of the time, but with the

rsa_publiic_encrypt problem

2005-09-19 Thread Chris Rutherford
Hi All, I have a strange problem with RSA_Public_Encrypt. Basically it only produces decipherable information about 50% of the time, but with the same clear text string. i.e. I have an RSA encrypt decrypt benchmark program using a static clear text char string. sometimes it works, but other tim