RE: PRNG problems on Solaris 7 sparc

2001-08-30 Thread Shea Janet B CRBE
I finally got the RSA key generated! From there, I was finally able to create my PKI certificate request, which was submitted this morning. I have tried lots of variations in trying to get to this point. Among the things I tried was using the openssl package from Sunfreeware.com, using

RE: PRNG problems on Solaris 7 sparc

2001-08-30 Thread Chapman, Kyle
Title: RE: PRNG problems on Solaris 7 sparc /dev/random -found at: http://www.cosy.sbg.ac.at/~andi/ for solaris... -Original Message- From: Shea Janet B CRBE [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 9:39 AM To: 'Michael S. Tan'; '[EMAIL PROTECTED]' Subject: RE

Re: PRNG problems on Solaris 7 sparc

2001-08-27 Thread Yozo TODA
# openssl genrsa -des3 -out server.key 1024 warning, not much extra random data, consider using the -rand option how about adding -rand option? e.g., openssl genrsa -des3 -out server.key -rand /dev/random 1024 openssl rand(1) manpage may be informative for you. -- yozo.

RE: PRNG problems on Solaris 7 sparc

2001-08-27 Thread LSmith
Title: RE: PRNG problems on Solaris 7 sparc Creed Millman can no longer be reached at cmillman@chrysalis-its. Please remove Creed's name from the mailing list. Thank you. -Original Message- From: Yozo TODA [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 3:46 PM