RE: Generating RSA key pair / Rand error / Solaris 7 ++

2000-09-26 Thread Sanjeev Jha
: Tuesday, September 26, 2000 2:35 AM To: [EMAIL PROTECTED] Subject: Re: Generating RSA key pair / Rand error / Solaris 7 ++ Jørgen Skogstad wrote: > > I am having some minor troubles trying to build a RSA keypair in > which I hoped to do a self signed CA certificate later on .. but > the

Re: Generating RSA key pair / Rand error / Solaris 7 ++

2000-09-25 Thread David Taylor
Jørgen Skogstad wrote: > > I am having some minor troubles trying to build a RSA keypair in > which I hoped to do a self signed CA certificate later on .. but > the RSA key pair generation failed with the beneatch mentioned > error; > > 08:20 root@nexus [ /home/kroot > openssl genrsa -des3 -out

Generating RSA key pair / Rand error / Solaris 7 ++

2000-09-25 Thread Jørgen Skogstad
Hi there .. I am having some minor troubles trying to build a RSA keypair in which I hoped to do a self signed CA certificate later on .. but the RSA key pair generation failed with the beneatch mentioned error; 08:20 root@nexus [ /home/kroot > openssl genrsa -des3 -out ca.key 2048 warning, no

Re: generating RSA key pair

2000-07-30 Thread Dr Stephen Henson
[EMAIL PROTECTED] wrote: > > the apps/genrsa utility confused me because it seems to only generate a > private key. the apps/rsa utility documentation says that with a -pubout a > public key is output from a private key. is this true? is a public key > embedded in the private key generated with g

generating RSA key pair

2000-07-30 Thread son
the apps/genrsa utility confused me because it seems to only generate a private key. the apps/rsa utility documentation says that with a -pubout a public key is output from a private key. is this true? is a public key embedded in the private key generated with genrsa? I tried to test this by addi