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,

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