I am trying to port pieces of OpenSSL to NetWare.

I have been able to compile and link a program with the following
function OK.
RSA_private_decrypt(pubKeySize, input, buf_dec, privKey->pkey.rsa,
RSA_PKCS1_PADDING);

However, I would like alternative functions to 

ERR_load_crypto_strings(); //Well, maybe not this one.
privKey = ReadPrivateKey(PRIVFILE);
pubKey = ReadPublicKey(PUBFILE);  

that read the Public and Private Keys from simple character strings
instead of files.
Then, I want to input the returned values to the RSA_private_decrypt()
function to get the unencrypted data back in clear text form.

Please help!

[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to