PRNG not seeded error when running make tests on TRU64 (AKA DEC Unix) -- Yes, I did read the FAQ.

2011-02-17 Thread Johnson, Wayne
First off, yes, I did read the FAQ. I am trying to build 9.8.0r on an old Dec Unix (aka tru64 Alpha) machine, specifically OSF1 V4.0. I'm getting the PRNG not seeded error when running the tests. Yes, I did read the FAQ. Now this machine is pretty old, and AFAIK, has no random device

Why no PRNG not seeded error

2007-06-22 Thread Wayne Johnson
I'm using ssl (openssl-0.9.7m) as part of AXIS C++. I just spent a week trying to figure out why I couldn't use https (via openssl) to connect on only some of our systems. After rebuilding our copy of OpenSSL for debug and trapping through it, I found that ssleay_rand_bytes() was setting the

RE: PRNG not seeded ERROR!!!!

2002-11-04 Thread Erwann ABALEA
On Fri, 1 Nov 2002 [EMAIL PROTECTED] wrote: > More better is package 112438-x from sunsolve.sun.com - it adds /dev/random > Or ANDIrand package from www.sunfreeware.com (I think).- the same, better > then SUN package I think. Sure, but this was specified in the original post: > > I am using IBM

Re: PRNG not seeded ERROR!!!!

2002-10-31 Thread Suram Chandra Sekhar
Hi, I would like to ask one more question in connection to this one. How would you gather randomness or entryopy on a system that doesn't have any /dev/egd-pool or /dev/urandom or /dev/random. What cn be good sources of randomness and how do I know how much randomness is required? Regards Sura

RE: PRNG not seeded ERROR!!!!

2002-10-31 Thread David Shapiro
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: PRNG not seeded ERROR Hi Mr. Erwann: THANKS for your reply. I checked the url before I posted my query to this List. I am bit confused - should I need to install EGD or PRNG? I checked my IBM Server and could'nt find /dev/rando

Re: PRNG not seeded ERROR!!!!

2002-10-31 Thread Manoj Kithany
Thanks Erwann: I checked my System and have installed PRNG. I checked it by using: — # ps -ef | grep prng root 47354 6518 0 14:13:01 - 0:03 /opt/freeware/sbin/prngd

Re: PRNG not seeded ERROR!!!!

2002-10-31 Thread Erwann ABALEA
On Thu, 31 Oct 2002, Manoj Kithany wrote: > THANKS for your reply. > I checked the url before I posted my query to this List. I am bit Sorry if I offended you. You didn't specify in your first post that you checked the URL, and since this question is in the FAQ, that means it is asked a *lot* of

Re: PRNG not seeded ERROR!!!!

2002-10-31 Thread Manoj Kithany
Hi Mr. Erwann: THANKS for your reply. I checked the url before I posted my query to this List. I am bit confused - should I need to install EGD or PRNG? I checked my IBM Server and could'nt find /dev/random? Can you/anyone please help? THANKS! Manoj G. Kithany >>> [EMAIL PROTECTED] 10

Re: PRNG not seeded ERROR!!!!

2002-10-31 Thread Erwann ABALEA
On Thu, 31 Oct 2002, Manoj Kithany wrote: > I installing OPENSSL and when running I get following ERROR - wonder > why: > -- > # ./openssl req -new -nodes -keyout private.key -out public.csr > Using configuration from /usr/loc

Re: PRNG not seeded ERROR

2001-04-06 Thread Lutz Jaenicke
On Fri, Apr 06, 2001 at 11:34:48AM -0400, [EMAIL PROTECTED] wrote: > > Something like this may help you out: > > rand_buf = "0123456789ABCDEF0"; > RAND_seed(rand_buf, 17); > /* One or the other will do */ > RAND_add(rand_buf, 17, 17); First: fortunately it would not help out, si

Re: PRNG not seeded ERROR

2001-04-06 Thread Brian Hatch
> Something like this may help you out: > > rand_buf = "0123456789ABCDEF0"; > RAND_seed(rand_buf, 17); > /* One or the other will do */ > RAND_add(rand_buf, 17, 17); Seeding with a static stream is as worthless as no seeding at all. Try using something *random* for your RAND_se

Re: PRNG not seeded ERROR

2001-04-06 Thread carl . douglas
d to [EMAIL PROTECTED] To: openssl-users <[EMAIL PROTECTED]> cc:(bcc: Carl Douglas/CIMG/CVG) Subject: PRNG not seeded ERROR Openssl is correctly installed. Here is the report : OpenSSL self-test report: OpenSSL version: 0.9.6 Last change: In ssl23_get_client_hello, generate an

RE: PRNG not seeded ERROR

2001-04-06 Thread Ellis, John E (Edward)
cific Northwest National Laboratory (509) 375-3627 voice (509) 375-2379 FAX mailto:[EMAIL PROTECTED] -Original Message- From: De Closmadeuc, Etienne [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 12:48 AM To: openssl-users Subject: PRNG not seeded ERROR Opens

PRNG not seeded ERROR

2001-04-06 Thread De Closmadeuc, Etienne
Openssl is correctly installed. Here is the report : OpenSSL self-test report: OpenSSL version: 0.9.6 Last change: In ssl23_get_client_hello, generate an error message wh... OS (uname): AIX spirou 3 4 0055B8AA4C00 OS (config): 0055B8AA4C00-ibm-aix Target (default): ?

PRNG not seeded error

2001-03-18 Thread root
this file, I still get the 'PRNG not seeded' error whenever I try to use openssl. I would be v. grateful for any help. Allan. __ OpenSSL Project http://www.openssl.org User Support Ma

Re: Speed RSA4096 on VMS returns PRNG not seeded error.

2001-03-01 Thread Richard Levitte - VMS Whacker
From: "Greaney, Kevin" <[EMAIL PROTECTED]> Kevin.Greaney> I have run into a problem with one of the OpenSSL Apps. Kevin.Greaney> When attempting to run the Speed App with the RSA4096 option, Kevin.Greaney> I ran into a PRNG not seeded error (see log below). I ha

Speed RSA4096 on VMS returns PRNG not seeded error.

2001-03-01 Thread Greaney, Kevin
Hi, I have run into a problem with one of the OpenSSL Apps. When attempting to run the Speed App with the RSA4096 option, I ran into a PRNG not seeded error (see log below). I have setup a RANDFILE and it is pointed to be a system-wide logical. I also setup a .RND in my SYS

PRNG not seeded error, in STEP 4 of mkcert.sh of modssl THE ANSWER!

2000-03-16 Thread Steve Parker
ix before, even though this was discussed in openssl-dev just last weekend (Thread: 'prng not seeded' error when changeing RSA private key password, I just checked my archive) and probably already in another thread before that. Anyway. The PRNG seeding item is an important one and top