Trace every instantiation and reseed from the to the module interface, seed material, DRBG state, and generated sensitive security parameter. Record where the source sits relative to the cryptographic boundary and , who supplies the entropy, how much entropy is credited, and which caveat applies. A DRBG output length or claimed security strength does not prove that the seed contained that many bits of entropy, and an or CAVP record does not validate the whole module.
1
Section 1
Classify how the module obtains entropy
Start by drawing the entropy path for each instantiation and reseed: source, interface, boundary, caller, and whether the module actively requests entropy or passively receives it. CMVP Implementation Guidance 9.3.A distinguishes modules that generate entropy themselves or call a well-defined GetEntropy() interface from modules that passively receive entropy through a seed loader, preloaded seed, I/O port, buffer, file, API, or other caller-supplied input.
That classification drives the evidence. For active, well-defined sources, the testing lab corroborates the vendor's entropy-strength estimate and the Security Policy states the minimum entropy generated or requested. For external or passive inputs, the Security Policy and certificate caveats may need to warn that the minimum strength of generated SSPs is not assured. If an is inside the , the module cannot rely on code outside the cryptographic boundary to fetch and deliver entropy; the module needs direct access to the GetEntropy() interface.
Apply the 112-bit floor before comparing entropy with the strength of a generated . If a module is known to use fewer than 112 bits of entropy for SSPs used in an approved mode, IG 9.3.A says it cannot be validated. At 112 bits or more, a module can still need a caveat when it generates SSPs with greater comparable strength than the available entropy or when the lab cannot assure the external input.
Record whether each source is inside the cryptographic boundary, inside the , outside the TOEPP, or externally loaded.
Document the exact interface used by the module: direct GetEntropy() call, callback with a direct path, GET command, LOAD command, seed loader, preloaded seed, or caller-supplied API buffer.
State the minimum number of entropy bits generated, requested, accepted, or believed to have been loaded for generation.
Flag passive paths early because they can trigger certificate caveats or, for some inside- designs without direct GetEntropy() access, prevent validation.
Record one outcome for each path: sufficient entropy with stated strength; sufficient minimum entropy but strength modified by available entropy; no assurance of minimum generated-SSP strength; or cannot validate because the approved-mode SSP input is known to contain fewer than 112 bits of entropy.
Tie entropy claims to Security Policy and certificate caveats
The Security Policy should not merely say that a is seeded. It should state the scenario, the minimum entropy amount, the basis for the estimate, and the caveat text that applies when the lab cannot directly verify enough entropy for generated strength. CMVP guidance also says the burden of proof is on the vendor when a tester reviews the rationale.
Compare three records side by side: the design description, the Security Policy language, and the module certificate caveat. If the design changed from active GetEntropy() access to externally loaded entropy, or if an operational environment moved the outside the tested perimeter, the certificate and Security Policy assumptions may no longer describe the deployed module.
Separate the records and actors. The vendor documents the source design and claimed estimate; an accredited entropy or CST laboratory performs the applicable SP 800-90B assessment and module testing; can produce a standalone entropy-source validation; CAVP covers approved algorithm implementations; and CMVP decides the module validation and caveat. None of the supporting records makes the entire product a validated cryptographic module.
For active entropy generation or a direct call to a known source, keep the vendor entropy-strength estimate and the lab corroboration evidence with the Security Policy text.
For externally requested or externally loaded entropy, confirm whether the certificate needs the no-assurance caveat and whether the Security Policy explains the caller responsibility.
For generated SSPs or random strings whose strength is limited by available entropy, state the supported strength without equating the number of output bits with credited entropy, and make the caveat and Security Policy language match the affected output.
For configurable entropy sources, list the configured source, any certificate number, and the Security Policy configuration rule that makes the source valid for the module.
For SP 800-90A mechanisms, CMVP guidance treats the entropy input string and seed as critical security parameters. It also identifies secret working-state values for Hash_DRBG, HMAC_DRBG, and CTR_DRBG. This matters for design reviews because a DRBG service can look like a simple random API while its seed and internal state still need handling, boundary protection, and test-report coverage.
CTR_DRBG needs extra attention when the derivation function is not used. The test report must indicate whether a derivation function is used during instantiation and reseeding; without it, the report must demonstrate seeding by a full-, and CMVP guidance places that source inside the or physical perimeter or cryptographic boundary for hardware modules.
List mechanism type: Hash_DRBG, HMAC_DRBG, CTR_DRBG, or another approved random bit generation construction in scope.
Classify entropy input, seed, and required internal-state values as CSPs in the Security Policy and design evidence.
Show how non- code and other DRBG instantiations are prevented from accessing DRBG internal state.
For CTR_DRBG, record whether the derivation function is used and attach the full- evidence when it is not.
When an must be assessed under SP 800-90B, the evidence should include more than a statistical-test output. CMVP guidance says the lab still performs heuristic analysis of the entropy source, and it points to the CMVP implementation of the SP 800-90B entropy assessment tool for statistical testing.
Do not add entropy estimates by intuition. CMVP guidance allows concatenating outputs from multiple independent SP 800-90B-compliant sources to provide a seed, but the Security Policy must explain the sources, identify which ones receive entropy credit, and state whether the certificate identifies all-physical or not-all-physical validated entropy sources. If sources are mutually dependent, at most one dependent source may receive credit.
The server's numerical estimate is only one part of the assessment. The laboratory must also submit documentation addressing the other SP 800-90B requirements, and CMVP reviews the justification when a certificate is requested. Keep the entropy assessment report, raw-data provenance, source configuration, validation number, and module integration evidence together.
Keep raw entropy data handling, statistical-test results, and heuristic entropy-source analysis together in the validation evidence pack.
Distinguish physical and non-physical entropy sources before crediting entropy from multiple sources.
Credit only independent source behavior when summing entropy for a concatenated seed, and document any dependency argument.
Do not rely on external conditioning to rescue an entropy claim where current CMVP guidance does not allow it.
Review this checklist before relying on a FIPS 140-3 entropy or claim in a customer response, procurement review, certificate summary, or release gate. Each public or internal claim should trace to module-specific evidence instead of a generic statement that the product uses an approved DRBG.
Module boundary: confirm the cryptographic boundary, or physical perimeter, location, and service entry points match the validation evidence.
Entropy scenario: classify each source under the relevant CMVP entropy caveat scenario and record whether the module actively obtains entropy, passively receives it, or uses a hybrid design.
Security Policy: verify minimum entropy amounts, source configuration, caller guidance, caveat wording, random-string treatment, and or ENT references.
CSPs: map entropy input, seed, and mechanism-specific internal state values to handling, access controls, zeroization, and self-test evidence.
Algorithm evidence: attach CAVP or other validation records for the and related approved functions without implying that an algorithm certificate validates the whole module.
Change triggers: reopen the review after hardware, operating-system, virtualization, boundary, entropy-source, callback path, derivation-function, or -configuration changes.
Explains that ESV runs the SP 800-90B assessment tool on source output and requires additional documentation before CMVP reviews a requested entropy validation certificate.