From owner-freebsd-arch Mon Jun 19 10:25:43 2000 Delivered-To: freebsd-arch@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id D8FF537BD06; Mon, 19 Jun 2000 10:25:35 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id TAA01363; Mon, 19 Jun 2000 19:26:07 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200006191726.TAA01363@grimreaper.grondar.za> To: Dan Moschuk Cc: arch@FreeBSD.ORG Subject: Re: (2nd iteration) New /dev/(random|null|zero) - review, please References: <20000619124546.A2268@spirit.jaded.net> In-Reply-To: <20000619124546.A2268@spirit.jaded.net> ; from Dan Moschuk "Mon, 19 Jun 2000 12:45:46 -0400." Date: Mon, 19 Jun 2000 19:26:07 +0200 From: Mark Murray Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Not to worry. The i82802 isn't meant to replace our current random number > generator, but rather as a source of entropy for The Bigger Picture (Yarrow). Cool! May I have a look at what you have? > We will still harvest entropy from various interrupts and other system > sources. Great! > Which brings up another interesting point. Mark, I believe there are still > some architectual issues with the Yarrow design. Can you comment on this > status? The internals are pretty much there, the basic reseed/hash/encrypt stuff is written. I still need to write the harvesters and the entropy estimation stuff. What is there works in the sense that it generates random-looking junk, but is no good because there is no entropy addition, and it is thus entirely predictable. DFR is looking at it, and I'd like to commit it as-is, then work on the entropy collection stuff. If you'd like to see it (mixed in with the zooty new /dev/null driver) take a look at http://freefall.freebsd.org/~markm/sys.*.gz. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message