On 4/11/2011 6:36 PM, Adrian D. Sacrez wrote:

> I'm fairly new to OpenSSL. How do I convert the rsa generated
> ry rsa_keygen_ex() into a public and private key?
> Is there a way to do that?

I assume you mean RSA_generate_key_ex. It already is. The purpose of this function is to generate a new RSA private and public key.

If you need the private key or public key in some particular format, you should tell us which key and what format.

DS

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

Reply via email to