> From: owner-openssl-users On Behalf Of Manoj
> Sent: Tuesday, December 10, 2013 08:31
> I am creating an EVP_PKEY using functions EVP_PKEY_new() and then
> RSA_generate_key_ex()
> and then wrtting the obtained key to file using function
> PEM_write_PrivateKey().
> As the writing of key to file r
Hi,
I am creating an EVP_PKEY using functions EVP_PKEY_new() and then
RSA_generate_key_ex()
and then wrtting the obtained key to file using function
PEM_write_PrivateKey().
As the writing of key to file required a passpharse, which is passed as
argument to PEM_write_PrivateKey().
But I want to re