Re: [dsfjdssdfsd] software tools for testing entropy (was: Any plans for drafts or discussions on here?)

=JeffH <Jeff.Hodges@KingsMountain.com> Fri, 24 January 2014 18:33 UTC

Return-Path: <Jeff.Hodges@KingsMountain.com>
X-Original-To: dsfjdssdfsd@ietfa.amsl.com
Delivered-To: dsfjdssdfsd@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5BBAE1A002F for <dsfjdssdfsd@ietfa.amsl.com>; Fri, 24 Jan 2014 10:33:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.897
X-Spam-Level:
X-Spam-Status: No, score=-0.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, IP_NOT_FRIENDLY=0.334, RCVD_IN_SORBS_WEB=0.77, SPF_PASS=-0.001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W4Fk-Q4vjOzi for <dsfjdssdfsd@ietfa.amsl.com>; Fri, 24 Jan 2014 10:33:51 -0800 (PST)
Received: from oproxy7-pub.mail.unifiedlayer.com (oproxy7-pub.mail.unifiedlayer.com [67.222.55.9]) by ietfa.amsl.com (Postfix) with SMTP id 5D1081A0028 for <dsfjdssdfsd@ietf.org>; Fri, 24 Jan 2014 10:33:51 -0800 (PST)
Received: (qmail 24338 invoked by uid 0); 25 Jan 2014 01:32:48 -0000
Received: from unknown (HELO box514.bluehost.com) (74.220.219.114) by oproxy7.mail.unifiedlayer.com with SMTP; 25 Jan 2014 01:32:48 -0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kingsmountain.com; s=default; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=CAYPMXjyY+iUGET/X/L0J+b+6ULrc/fBRZvjpDXfTuY=; b=UBmGfHW/agrWLCjO0kYYb2dpnuJGDzsyNkE42IhwOm9yvrks4Wfnd1bg6jRLKq6l2qTttiahILnnKRFhBnjLYGJU3jZhil+KgtT5hltDG/wUZZOlJk5c8pj6RRADapVf;
Received: from [216.113.168.128] (port=59535 helo=[10.244.137.220]) by box514.bluehost.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from <Jeff.Hodges@KingsMountain.com>) id 1W6lYf-0003cB-Oz for dsfjdssdfsd@ietf.org; Fri, 24 Jan 2014 11:32:49 -0700
Message-ID: <52E2B1CF.50906@KingsMountain.com>
Date: Fri, 24 Jan 2014 10:32:47 -0800
From: =JeffH <Jeff.Hodges@KingsMountain.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130330 Thunderbird/17.0.5
MIME-Version: 1.0
To: IETF Pseudorandom Number Generator PRNG discussion list <dsfjdssdfsd@ietf.org>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Identified-User: {11025:box514.bluehost.com:kingsmou:kingsmountain.com} {sentby:smtp auth 216.113.168.128 authed with jeff.hodges+kingsmountain.com}
Subject: Re: [dsfjdssdfsd] software tools for testing entropy (was: Any plans for drafts or discussions on here?)
X-BeenThere: dsfjdssdfsd@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "The dsfjdssdfsd list provides a venue for discussion of randomness in IETF protocols, for example related to updating RFC 4086." <dsfjdssdfsd.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dsfjdssdfsd>, <mailto:dsfjdssdfsd-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dsfjdssdfsd/>
List-Post: <mailto:dsfjdssdfsd@ietf.org>
List-Help: <mailto:dsfjdssdfsd-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dsfjdssdfsd>, <mailto:dsfjdssdfsd-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 24 Jan 2014 18:33:52 -0000

> are there good software tools for testing entropy, that could help
> applications determine if the underlying system is giving them good
> input?

see also...

http://packages.debian.org/wheezy/rng-tools

Package: rng-tools (2-unofficial-mt.14-1)

Daemon to use a Hardware TRNG

The rngd daemon acts as a bridge between a Hardware TRNG (true random number 
generator) such as the ones in some Intel/AMD/VIA chipsets, and the kernel's 
PRNG (pseudo-random number generator).

It tests the data received from the TRNG using the FIPS 140-2 (2002-10-10) 
tests to verify that it is indeed random, and feeds the random data to the 
kernel entropy pool.

This increases the bandwidth of the /dev/random device, from a source that 
does not depend on outside activity. It may also improve the quality 
(entropy) of the randomness of /dev/random.

A TRNG kernel module such as hw_random, or some other source of true entropy 
that is accessible as a device or fifo, is required to use this package.

This is an unofficial version of rng-tools which has been extensively 
modified to add multithreading and a lot of new functionality.


---
end