I'm trying to do the following:
1) Put a base64-encoded key (the normal one generated by openssl command
line tools) into a header file
2) Compile code with this key which will public-key encrypt a message.

My problem:
I'm not sure what interface to use to 1) read in the char array in my
header file into memory, and 2) read this memory into an RSA structure.

What do I use to do this?  It seems like I must be missing
something...this should be pretty easy.

-Zach
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to