> 
> Hi. I'm trying to use just the Bignumber, Random and RSA code blocks for
> criptography tests. I see there are no functions to generate a key PAIR,
> just a private key (RSA_generate_key). How do I make up a public key
> given a RSA object which has a private key just generated?

"private key" object in SSLeay/openssl holds all data on RSA keypair
while "public key" have values for really public part of it.

Just take a look at "struct rsa_st"

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

Reply via email to