svn commit: r273872 - in head: etc/defaults etc/rc.d libexec/save-entropy share/examples/kld/random_adaptor sys/conf sys/dev/glxsb sys/dev/random sys/kern sys/modules sys/modules/padlock_rng sys/mo...

Mark R V Murray markm at FreeBSD.org
Sun Nov 2 09:19:51 UTC 2014


Hi all

Apologies for my relative silence; I have been looking at this - promise!

> On 2 Nov 2014, at 00:12, Adrian Chadd <adrian at freebsd.org> wrote:
> 
> So, hm. How do us embedded people just unblock it for now at boot, so
> we can actually _get_ enough entropy?

Depending on your requirements, if switching to Fortuna[*] doesn’t solve your problem (Fortuna will be the default some time in the future anyway), then try this hack:

In yarrow.c, line 156, change

yarrow_state.seeded = 0;

to

yarrow_state.seeded = 1;

M

[*] In your kernel:

options         RANDOM_DEBUG		# Expose the reseed progress
options         RANDOM_FORTUNA          # Use the Fortuna CSPRNG

-- 
Mark R V Murray



More information about the svn-src-all mailing list