Re: [openssl-users] Not getting "RSA" keyword for a key in fips mode

2015-06-12 Thread Gayathri Manoj
Thanks Steve for the quick reply. On Thu, Jun 11, 2015 at 7:27 PM, Dr. Stephen Henson wrote: > On Thu, Jun 11, 2015, Gayathri Manoj wrote: > > > Hi All, > > > > > > I am trying to create a pem format key for my existing key by using the > > below command. > > > > openssl rsa -in my_rsa_key -outf

Re: [openssl-users] Not getting "RSA" keyword for a key in fips mode

2015-06-11 Thread Dr. Stephen Henson
On Thu, Jun 11, 2015, Gayathri Manoj wrote: > Hi All, > > > I am trying to create a pem format key for my existing key by using the > below command. > > openssl rsa -in my_rsa_key -outform PEM -out my_res_newkey_pem > > The new key format is -BEGIN PRIVATE KEY-. > But I am expecting

[openssl-users] Not getting "RSA" keyword for a key in fips mode

2015-06-11 Thread Gayathri Manoj
Hi All, I am trying to create a pem format key for my existing key by using the below command. openssl rsa -in my_rsa_key -outform PEM -out my_res_newkey_pem The new key format is -BEGIN PRIVATE KEY-. But I am expecting -BEGIN RSA PRIVATE KEY- In nonFIPS mode i am getting ---