linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bill Davidsen <davidsen@tmr.com>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
	Evgeniy Polyakov <johnpol@2ka.mipt.ru>,
	David McCullough <davidm@snapgear.com>,
	cryptoapi@lists.logix.cz, linux-kernel@vger.kernel.org,
	linux-crypto@vger.kernel.org, Andrew Morton <akpm@osdl.org>,
	James Morris <jmorris@redhat.com>
Subject: Re: [PATCH] API for true Random Number Generators to add entropy (2.6.11)
Date: Wed, 30 Mar 2005 16:22:41 -0500	[thread overview]
Message-ID: <424B18A1.2060502@tmr.com> (raw)
In-Reply-To: <4249DAD4.9020602@pobox.com>

Jeff Garzik wrote:
> Bill Davidsen wrote:
> 
>> Herbert Xu wrote:
>>
>>> You missed the point.  This has nothing to do with the crypto API.
>>> Jeff is saying that if this is disabled by default, then only a few
>>> users will enable it and therefore use this API.
>>>
>>> Since we can't afford to enable it by default as hardware RNG may
>>> fail which can lead to catastrophic consequences, there is no point
>>> for this API at all.
>>
>>
>>
>> Wait a minute, if it fails the system drops back to software, which is 
>> not as good in a pedantic analysis, but perhaps falls a good bit short 
>> of "catastrophic consequences" as most people would characterize that 
>> phrase. And more to the point, now that many CPUs and chipsets are the 
>> RNG of choice, what is the actual probability of a failure of the RNG 
>> leaving a functional system (that's a real question seeking response 
>> from someone who has some actual data).
> 
> 
> As I've said, in the past the Intel RNGs in particular -have- failed, 
> but the rest of the system keeps on working just fine.

People have been hit by meteors, too. I wasn't questioning that it was 
possible in practice, or even that it did happen, but trying to get some 
quantitative values for failure rates. I guess that wasn't clear, I know 
entropy is scarse on embedded systems, I don't know what the magnitude 
of the RNG failure is, so I'm coming from the "router in a cigar box" 
point of view.
> 
> It probably depends on the hardware implementation; I think the Intel 
> RNG was based on a thermal diode, or somesuch.
> 
> In the cases where an RNG has failed in the past, the system has worked 
> as expected:  rngd stopped feeding data into the entropy pool.

If the hardware RNG always fails to all zeros it should be possible to 
detect that it failed with the need for userspace daemons.  While true 
random bits might legitimately have 10k zeros in a row, I will bet that 
if it happens the device isn't working.

I'm assuming that the hardware RNG is only read when a read on 
/dev/random occurs and there isn't enough entropy available to satisfy 
the read. I realize that may not be true, I just haven't had time to go 
study the code.
> 
> If the VIA RNG (on-CPU) fails, that's probably indicative of a larger 
> problem, though.


-- 
    -bill davidsen (davidsen@tmr.com)
"The secret to procrastination is to put things off until the
  last possible moment - but no longer"  -me

  reply	other threads:[~2005-03-30 21:20 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-15 13:36 ocf-linux-20050315 - Asynchronous Crypto support for linux David McCullough
2005-03-24  4:27 ` [PATCH] API for true Random Number Generators to add entropy (2.6.11) David McCullough
2005-03-24  4:30   ` [PATCH] API for true Random Number Generators to add entropy (2.4.29) David McCullough
2005-03-24  4:33   ` [PATCH] API for true Random Number Generators to add entropy (2.6.11) Jeff Garzik
2005-03-24  4:46     ` David McCullough
2005-03-24  4:49       ` Michal Ludvig
2005-03-24  5:13       ` Jeff Garzik
2005-03-24 12:37         ` Folkert van Heusden
2005-03-24 12:52         ` David McCullough
2005-03-24 20:51           ` Jeff Garzik
2005-03-24  7:18       ` Jan Engelhardt
2005-03-24  7:37         ` Dave Jones
2005-03-24  4:38   ` [PATCH] " Andrew Morton
2005-03-24  5:17     ` Jeff Garzik
2005-03-24  5:32       ` Andrew Morton
2005-03-29  1:33         ` Matt Mackall
2005-03-24  5:43       ` Randy.Dunlap
2005-03-24 12:21     ` Evgeniy Polyakov
2005-03-24 20:39       ` Jeff Garzik
2005-03-25  4:25         ` Evgeniy Polyakov
2005-03-25  4:45           ` Jeff Garzik
2005-03-25  5:46             ` Herbert Xu
2005-03-31  3:52             ` David McCullough
2005-03-31 13:58               ` [PATCH] API for TRNG (2.6.11) [Fortuna] Jean-Luc Cooke
2005-04-13 15:36                 ` Jean-Luc Cooke
2005-03-24 12:28     ` [PATCH 2.6.12-rc1] API for true Random Number Generators to add entropy David McCullough
2005-03-24 12:38     ` [PATCH] API for true Random Number Generators to add entropy (2.6.11) David McCullough
2005-03-24 18:51     ` Andi Kleen
2005-03-24 20:37       ` Jeff Garzik
2005-03-27 17:19         ` Andi Kleen
2005-03-27 18:55           ` folkert
2005-03-28 15:20             ` Andi Kleen
2005-03-28 15:24               ` folkert
2005-03-29  7:17               ` Jeff Garzik
2005-03-29 15:03                 ` Andi Kleen
2005-03-29  7:16             ` Jeff Garzik
2005-03-29 15:07               ` Andi Kleen
2005-03-29  7:15           ` Jeff Garzik
2005-03-24 11:59   ` Evgeniy Polyakov
2005-03-24 12:48     ` Jeff Garzik
2005-03-24 13:08       ` Evgeniy Polyakov
2005-03-24 20:53         ` Jeff Garzik
2005-03-24 13:23       ` David McCullough
2005-03-24 13:46         ` Evgeniy Polyakov
2005-03-24 20:56           ` Jeff Garzik
2005-03-25  4:34             ` Evgeniy Polyakov
2005-03-25  4:48               ` Jeff Garzik
2005-03-25  5:33                 ` Evgeniy Polyakov
2005-03-25  5:58                   ` Jeff Garzik
2005-03-25  6:16                     ` Evgeniy Polyakov
2005-03-25  6:13                       ` Herbert Xu
2005-03-25  6:34                         ` Evgeniy Polyakov
2005-03-25  6:33                           ` Herbert Xu
2005-03-25  6:59                             ` Evgeniy Polyakov
2005-03-25  6:56                               ` Herbert Xu
2005-03-25  7:19                                 ` Evgeniy Polyakov
2005-03-25  7:19                                   ` Jeff Garzik
2005-03-25  7:38                                     ` Evgeniy Polyakov
2005-03-25  7:25                                   ` Herbert Xu
2005-03-25  7:58                                     ` Evgeniy Polyakov
     [not found]                                       ` <424495A8.40804@freescale.com>
2005-03-25 23:43                                         ` Jeff Garzik
2005-03-25 23:47                                           ` Herbert Xu
2005-03-26  0:47                                             ` Evgeniy Polyakov
2005-03-26  0:36                                               ` Herbert Xu
2005-03-26  8:52                                                 ` Evgeniy Polyakov
2005-03-28 13:45                                           ` Jean-Luc Cooke
2005-03-28 21:30                                             ` Herbert Xu
2005-03-29 10:23                                     ` Pavel Machek
2005-03-29 10:21                         ` Pavel Machek
2005-03-29 10:30                           ` Herbert Xu
2005-03-29 10:38                             ` Pavel Machek
2005-03-29 10:45                               ` Herbert Xu
2005-03-29 10:50                             ` Evgeniy Polyakov
2005-03-29 10:46                               ` Herbert Xu
2005-03-29 11:42                                 ` Evgeniy Polyakov
2005-03-29 11:39                                   ` Herbert Xu
2005-03-29 12:15                                     ` Evgeniy Polyakov
2005-03-29 12:13                                       ` Pavel Machek
2005-03-29 12:43                                       ` Herbert Xu
2005-03-29 13:11                                         ` Evgeniy Polyakov
2005-03-29 14:38                                           ` Evgeniy Polyakov
2005-03-29 13:48                                     ` Jean-Luc Cooke
2005-03-29 23:36                               ` Andrew James Wade
2005-03-29 22:02                         ` Bill Davidsen
2005-03-29 22:24                           ` Kyle Moffett
2005-03-29 22:46                           ` Jeff Garzik
2005-03-30 21:22                             ` Bill Davidsen [this message]
2005-03-30 21:49                               ` Jeff Garzik
2005-03-30 22:27                                 ` Paul Jackson
2005-03-29 10:18                 ` Pavel Machek
2005-03-29 10:25                   ` Herbert Xu
2005-03-29 10:53                   ` Martin Mares
2005-03-24 20:54         ` Jeff Garzik
2005-03-24 14:25       ` Jean-Luc Cooke
2005-03-24 20:57         ` Jeff Garzik
2005-03-24 21:20         ` Herbert Xu
2005-03-25  5:52     ` Evgeniy Polyakov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=424B18A1.2060502@tmr.com \
    --to=davidsen@tmr.com \
    --cc=akpm@osdl.org \
    --cc=cryptoapi@lists.logix.cz \
    --cc=davidm@snapgear.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=jgarzik@pobox.com \
    --cc=jmorris@redhat.com \
    --cc=johnpol@2ka.mipt.ru \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).