Hello openssl-users, I generate an RSA key-pair like this: openssl genrsa 1024 And put it's output into a PEM file. Now I need to read both private and public parts of the key-pair into an RSA object in a program. How do I do it? Is there any special function for that? (The private key may be password-protected, how to handle this?)
Thank you in advance. -- Best regards, Tony mailto:[EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
