RE: Removing the passpharse from key file using openssl API's

2013-12-10 Thread Dave Thompson
> 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

Removing the passpharse from key file using openssl API's

2013-12-10 Thread Manoj
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