Hi,I have a RSA *  to a private key and want to convert it to an EVP_pkey. 1) 
Is there a way to convert from RSA to EVP_pkey.    would the following function 
the right candidate to do the job     EVP_PKEY *PEM_read_bio_PrivateKey(BIO 
*bp, EVP_PKEY **x,                                        pem_password_cb *cb, 
void *u);    Also what if there's not password . do i need still need the calls 
to be registered. in case i don't have want to prompted for password.2) I was 
looking and found this  d2i_RSAPrivateKey. From what it looks like, this 
doesn't seem to be what i want. and i was wondering when what does this convert 
to and from. thanks ! 
_________________________________________________________________
Don't get caught with egg on your face. Play Chicktionary!  
http://club.live.com/chicktionary.aspx?icid=chick_wlmailtextlink

Reply via email to