Re: RSA_public_encrypt/RSA_private decrypt giving inconsistent results in Windows

2013-10-31 Thread Shelli Skinner
last > > few bytes (I like 4). If you don’t have a debugger write a few lines of > code > > to print them out. > > ** ** > > ** ** > > *From:* owner-openssl-us...@openssl.org [ > mailto:owner-openssl-us...@openssl.org ] > *On Behalf Of *Shelli Skinner > *Sent:* Tuesday,

RE: RSA_public_encrypt/RSA_private decrypt giving inconsistent results in Windows

2013-10-30 Thread Dave Thompson
om: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Shelli Skinner Sent: Tuesday, October 29, 2013 22:46 To: openssl-users@openssl.org Subject: *** Spam *** RSA_public_encrypt/RSA_private decrypt giving inconsistent results in Windows Hello, Just to get the

RSA_public_encrypt/RSA_private decrypt giving inconsistent results in Windows

2013-10-29 Thread Shelli Skinner
Hello, Just to get the feel for how to use these functions, I am writing a test program that encrypts a string using RSA_public_encrypt, and then decrypts the encrypted string using RSA_private_decrypt. I am observing random failures, on Windows only. On OSX, it works consistently. I have done