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,
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