summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2012-03-06 22:01:30 +0100
committerMichael Brown2012-03-06 22:01:30 +0100
commit1f238bc69e1aa56f79e163e60fd7c733ef7e0eb8 (patch)
treed44c598856b66174bf9a20b6a143abb1adac1070 /src/tests/tests.c
parent[rng] Choose HMAC_DRBG using SHA-256 as the DRBG algorithm (diff)
downloadipxe-1f238bc69e1aa56f79e163e60fd7c733ef7e0eb8.tar.gz
ipxe-1f238bc69e1aa56f79e163e60fd7c733ef7e0eb8.tar.xz
ipxe-1f238bc69e1aa56f79e163e60fd7c733ef7e0eb8.zip
[test] Add NIST self-tests for AES128 and AES256 in CBC mode
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r--src/tests/tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c
index 8e034afb..c759de7f 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -30,5 +30,6 @@ REQUIRE_OBJECT ( byteswap_test );
REQUIRE_OBJECT ( md5_test );
REQUIRE_OBJECT ( sha1_test );
REQUIRE_OBJECT ( sha256_test );
+REQUIRE_OBJECT ( aes_cbc_test );
REQUIRE_OBJECT ( hmac_drbg_test );
REQUIRE_OBJECT ( hash_df_test );