summaryrefslogtreecommitdiffstats
path: root/src/tests/test.c
diff options
context:
space:
mode:
authorMichael Brown2012-01-23 15:58:56 +0100
committerMichael Brown2012-01-23 16:06:08 +0100
commit9ec80a3df19a295d3d936094c15a2a89b6980e40 (patch)
tree14f82b091d505012f3e013dbef3b0be7055955c3 /src/tests/test.c
parent[rng] Add ANS X9.82 Approved HMAC_DRBG algorithm (diff)
downloadipxe-9ec80a3df19a295d3d936094c15a2a89b6980e40.tar.gz
ipxe-9ec80a3df19a295d3d936094c15a2a89b6980e40.tar.xz
ipxe-9ec80a3df19a295d3d936094c15a2a89b6980e40.zip
[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>
Diffstat (limited to 'src/tests/test.c')
-rw-r--r--src/tests/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test.c b/src/tests/test.c
index 2e3e7ef3..b5cc8506 100644
--- a/src/tests/test.c
+++ b/src/tests/test.c
@@ -141,3 +141,4 @@ struct init_fn test_init_fn __init_fn ( INIT_NORMAL ) = {
/* Drag in all applicable self-tests */
REQUIRE_OBJECT ( list_test );
REQUIRE_OBJECT ( sha1_test );
+REQUIRE_OBJECT ( hmac_drbg_test );