summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2015-04-12 16:42:45 +0200
committerMichael Brown2015-04-12 18:01:10 +0200
commit6f713c2d959ab3280afc83e722d6589da2029108 (patch)
tree99843407dc4d237c60472fd52da4cc53526f57f8 /src/tests/tests.c
parent[crypto] Add SHA-224 algorithm (diff)
downloadipxe-6f713c2d959ab3280afc83e722d6589da2029108.tar.gz
ipxe-6f713c2d959ab3280afc83e722d6589da2029108.tar.xz
ipxe-6f713c2d959ab3280afc83e722d6589da2029108.zip
[crypto] Add SHA-512 algorithm
This implementation has been verified using the NIST SHA-512 test vectors. 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 c2286c98..40c33796 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -49,6 +49,7 @@ REQUIRE_OBJECT ( crc32_test );
REQUIRE_OBJECT ( md5_test );
REQUIRE_OBJECT ( sha1_test );
REQUIRE_OBJECT ( sha256_test );
+REQUIRE_OBJECT ( sha512_test );
REQUIRE_OBJECT ( aes_cbc_test );
REQUIRE_OBJECT ( hmac_drbg_test );
REQUIRE_OBJECT ( hash_df_test );