Re: Get public key from X509 certificate
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
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