Re: Get public key from X509 certificate

2005-07-22 Thread Nils Larsch
Angel Martinez Gonzalez wrote: Hello: I want to get the RSA public key from a X509 certificate. Are there some function to do this?. I know this function: EVP_PKEY *509_get_pubkey(cert) But I want obtain a RSA *. what about EVP_PKEY_get1_RSA ? Nils __

Get public key from X509 certificate

2005-07-22 Thread Angel Martinez Gonzalez
Hello: I want to get the RSA public key from a X509 certificate. Are there some function to do this?. I know this function: EVP_PKEY *509_get_pubkey(cert) But I want obtain a RSA *. Thanks __ OpenSSL Project