-
Notifications
You must be signed in to change notification settings - Fork 781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[entropy_src] measurement of entropy is needed to configure health checks #22320
Labels
prodc-integration
ProdC Integration Issues
Comments
Do we have dump of logs with entropy measurement somewhere? I see issues, but can't find how they are resolved. NIST entropy tests produce output like below and shall be executed multiple times at different environmental points:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
NIST 800-90B provides guidance how APT & RCT health checks shall be configured depending on required probability of detecting error and measured entropy.$\alpha$ is recommended to be between $2^{−20}$ and $2^{−40}$ . Lower probability values are acceptable. The submitter shall specify and document a false positive probability suitable for their application
For the approved continuous health tests, the false positive probability
AIS.31 defines parameters for other tests.
NIST Entropy Assessment toolkit includes set of test, documented in NIST 800-90B to measure entropy for use in configuring health checks appropritately.
In my experience measurements would be in the range ~0.8-0.85 per bit even for very high quality entropy source, or, say DRBG output due to compression test nuances on 1-bit streams (alphabet of entropy source).
So, action items are:
@vogelpi @jadephilipoom
The text was updated successfully, but these errors were encountered: