Thank you very much !
It worked ;)
Dr. Stephen Henson wrote:
On Sat, Apr 10, 2010, Julien Kauffmann wrote:
Hello,
I need to extract the RSA public key from a RSA private key using OpenSSL.
I'm currently using |RSAPublicKey_dup()| passing the |RSA*| private key to
get the public key. How
On Sat, Apr 10, 2010, Julien Kauffmann wrote:
> Hello,
>
> I need to extract the RSA public key from a RSA private key using OpenSSL.
>
> I'm currently using |RSAPublicKey_dup()| passing the |RSA*| private key to
> get the public key. However, while the call seems to work, I cannot load
> (or us
Hello,
I need to extract the RSA public key from a RSA private key using OpenSSL.
I'm currently using |RSAPublicKey_dup()| passing the |RSA*| private key
to get the public key. However, while the call seems to work, I cannot
load (or use) this public key using the openssl command-line tool.