]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[rng] Add NIST self-tests for HMAC_DRBG
authorMichael Brown <mcb30@ipxe.org>
Mon, 23 Jan 2012 14:58:56 +0000 (14:58 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 23 Jan 2012 15:06:08 +0000 (15:06 +0000)
commit9ec80a3df19a295d3d936094c15a2a89b6980e40
tree14f82b091d505012f3e013dbef3b0be7055955c3
parent5c2d6fa3997f5ad82527914c5e2e35ef423c3119
[rng] Add NIST self-tests for HMAC_DRBG

NIST provides a set of known-answer tests for the HMAC_DRBG algorithm,
which can be used as part of the conformance testing for ANS X9.82.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/tests/hmac_drbg_test.c [new file with mode: 0644]
src/tests/test.c