Re: Private Key Format Different in FIPS Mode

2013-06-12 Thread Anamitra Dutta Majumdar (anmajumd)
Also I found that this works fine with openssl 1.0.1 Where keys are generated in FIPS mode with the following line. Can someone let me know why this change in behavior between 0.9.8l and 1.0.1? -BEGIN DSA PRIVATE KEY- Thanks, Anamitra On 6/12/13 12:01 PM, "Anamitra Dutta Majumdar (anma

Private Key Format Different in FIPS Mode

2013-06-12 Thread Anamitra Dutta Majumdar (anmajumd)
We are using OpenSSL version 0.9.8l And what we find is that the DSA private key formats are different in FIPS and non-FIPS mode In FIPS mode it starts with -BEGIN PRIVATE KEY- Whereas in non-FIPS mode it starts with -BEGIN DSA PRIVATE KEY- I understand that this is expected s

Re: RSA Private Key Format Different in FIPS Mode

2011-02-28 Thread Dr. Stephen Henson
On Mon, Feb 28, 2011, Yolanda Liu (liuyu) wrote: > Hi, > > > > I manually ran "openssl genrsa -out key.rsa 2048" in FIPS on and off > mode, the generated private keys are in different format. > > > > In FIPS off mode: > > -BEGIN RSA PRIVATE KEY- > > MIIEpAIBAAKCAQEAwhVeHVTVFcr

RSA Private Key Format Different in FIPS Mode

2011-02-28 Thread Yolanda Liu (liuyu)
Hi, I manually ran "openssl genrsa -out key.rsa 2048" in FIPS on and off mode, the generated private keys are in different format. In FIPS off mode: -BEGIN RSA PRIVATE KEY- MIIEpAIBAAKCAQEAwhVeHVTVFcrWJn6d8WJWgQ49lETK7a7rPS8nCxgOHJWmT3bV in FIPS on mode, the rsa key is in the