From owner-cvs-src@FreeBSD.ORG Thu Sep 2 23:19:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC43816A4CE; Thu, 2 Sep 2004 23:19:30 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C08F43D1F; Thu, 2 Sep 2004 23:19:30 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id C4CCF65219; Fri, 3 Sep 2004 00:19:29 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 83652-04-5; Fri, 3 Sep 2004 00:19:29 +0100 (BST) Received: from empiric.dek.spc.org (dhcp113.icir.org [192.150.187.113]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 2BC4565216; Fri, 3 Sep 2004 00:19:29 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 396FF6316; Thu, 2 Sep 2004 16:19:27 -0700 (PDT) Date: Thu, 2 Sep 2004 16:19:27 -0700 From: Bruce M Simpson To: Robert Watson Message-ID: <20040902231927.GA8735@empiric.icir.org> Mail-Followup-To: Robert Watson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200409022014.i82KE3dT097931@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409022014.i82KE3dT097931@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netkey key.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 23:19:31 -0000 On Thu, Sep 02, 2004 at 08:14:03PM +0000, Robert Watson wrote: > Log: > The KAME IPSEC implementation at one point used its own pseudo-random > number generator, which was re-seeded via a timeout. Now centralized > randomness/entropy is used, we can garbage collect the timeout and > re-seeding code (which was largely a no-op). Bravo! Encore! BMS