Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Oct 2017 01:30:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 222807] PURE entropy sources are harvested but not mixed in. Also, min-entropy low per SP800-90B measurements
Message-ID:  <bug-222807-8-76fv0qEiVp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222807-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222807-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222807

--- Comment #6 from Conrad Meyer <cem@freebsd.org> ---
So hc_source_mask is initialized to RANDOM_HARVEST_EVERYTHING_MASK.

Is expanding RANDOM_HARVEST_EVERYTHING_MASK to cover the Pure devices
sufficient to harvest from RDRAND and Via?  Or would that break anything (e.g.,
due to the devices that did not register)?

Yes, the rest of the 1st patch is a nice enhancement to expose those bits to
userspace that were not exposed before.  I'm just not clear on if the bits must
only be set on registration, or if it's ok to just have them all set from the
beginning.

Thanks!

Would you mind throwing the patches up on Phabricator so comments can be more
clearly associated with specific lines of code?

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222807-8-76fv0qEiVp>