From 1935ef0d5446bf372ee570ee20da703eaab65718 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 14 Aug 2006 14:56:21 +0000 Subject: r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202 metze (This used to be commit 200b1a5c81bd61320ac6b7e79880411920e3f432) --- source4/torture/local/local.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/local/local.c') diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 455d29d2ee..4c18803d23 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -53,6 +53,7 @@ NTSTATUS torture_local_init(void) register_torture_op("LOCAL-TALLOC", torture_local_talloc); register_torture_op("LOCAL-CRYPTO-MD4", torture_local_crypto_md4); register_torture_op("LOCAL-CRYPTO-MD5", torture_local_crypto_md5); + register_torture_op("LOCAL-CRYPTO-HMACMD5", torture_local_crypto_hmacmd5); register_torture_op("LOCAL-CRYPTO-SHA1", torture_local_crypto_sha1); register_torture_op("LOCAL-CRYPTO-HMACSHA1", torture_local_crypto_hmacsha1); for (i = 0; suite_generators[i]; i++) -- cgit