Re: rsa private key formats

2012-12-21 Thread Jakob Bohm
On 12/20/2012 6:58 PM, Pavol Supa wrote: Hi all, I wonder if there is some format directly supported by openssl, suitable for storing RSA key pair in the following way: - RSA private key (d,p,q,...) encrypted with passhphrase - RSA public key (n,e) unencrypted, so I can load public key without

rsa private key formats

2012-12-21 Thread Pavol Supa
Hi all, I wonder if there is some format directly supported by openssl, suitable for storing RSA key pair in the following way: - RSA private key (d,p,q,...) encrypted with passhphrase - RSA public key (n,e) unencrypted, so I can load public key without knowing passphrase, from the same data (bin