Hi

You can get the stuff you need something like this...

EVP_PKEY *pKey = NULL;
//do something, here like generating or loading a key

pKey->pkey.rsa // rsa stuff is here.

Also look at stuff like
i2d_RSAPrivateKey and
d2i_RSAPrivateKey

Hope this helps in some way.

-Andy


--- Cory Winter <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Is there a way to convert an EVP_PKEY structure to
> an RSA structure?
> 
> Thanks,
> Cory
> 
> -- 
> Cory Winter                      E-Mail:
> mailto:[EMAIL PROTECTED]
> Software Developer               WWW:
> http://www.ooc.com/
> Object Oriented Concepts, Inc.   Phone: (709)
> 738-3725 
>
______________________________________________________________________
> OpenSSL Project                                
> http://www.openssl.org
> Development Mailing List                      
> [EMAIL PROTECTED]
> Automated List Manager                          
> [EMAIL PROTECTED]
> 

__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to