Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1470475

Re: Entropy sources (was: /dev/random - a new approach)

From "H. Peter Anvin" <hpa@zytor.com>
Newsgroups linux.kernel
Subject Re: Entropy sources (was: /dev/random - a new approach)
Date 2016-08-26 00:50 +0200
Message-ID <sabDb-79p-11@gated-at.bofh.it> (permalink)
References <s8tEd-4H7-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 08/20/16 22:37, Jeffrey Walton wrote:
>>
>> The biggest problem there is that the timer interrupt adds *no* entropy
>> unless there is a source of asynchronicity in the system.  On PCs,
>> traditionally the timer has been run from a completely different crystal
>> (14.31818 MHz) than the CPU, which is the ideal situation, but if they
>> are run off the same crystal and run in lockstep, there is very little
>> if anything there.  On some systems, the timer may even *be* the only
>> source of time, and the entropy truly is zero.
> 
> It seems like a networked computer should have an abundance on entropy
> available from the network stack. Every common case I can come up with
> includes a networked computer. If a handheld is outside of coverage,
> then it probably does not have the randomness demands because it can't
> communicate (i.e., TCP sequence numbers, key agreement, etc).
> 
> In fact, there are at least two papers that use bits from the network stack:
> 

The network stack is a good source of entropy, *once it is online*.
However, the most serious case is while the machine is still booting,
when the network will not have enabled yet.

	-hpa

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Entropy sources (was: /dev/random - a new approach) Jeffrey Walton <noloader@gmail.com> - 2016-08-21 07:40 +0200
  Re: Entropy sources (was: /dev/random - a new approach) "H. Peter Anvin" <hpa@zytor.com> - 2016-08-26 00:50 +0200
    Re: Entropy sources (was: /dev/random - a new approach) Sandy Harris <sandyinchina@gmail.com> - 2016-08-26 01:40 +0200
      Re: Entropy sources "H. Peter Anvin" <hpa@zytor.com> - 2016-08-26 02:30 +0200

csiph-web