Hi I can read in a RSA private key from file without problems (with PEM_read_RSAPrivateKey). But now i would like to read in a PEM RSA Key from a "void *buffer" with "size_t length". How can i do this? PEM_read_RSAPrivateKey only reads from FILE. I'm sure theres a ways to work around writing a tmp file.
Thanks for the help -- </jonas> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org