diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-14 14:56:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:15:35 -0500 |
commit | 1935ef0d5446bf372ee570ee20da703eaab65718 (patch) | |
tree | 94f4510be7d096ea543ae4ba312f191a144d4651 /source4/script/tests | |
parent | 8c6cb8f09b02a599891c97028a28be0336f1e05c (diff) | |
download | samba-1935ef0d5446bf372ee570ee20da703eaab65718.tar.gz samba-1935ef0d5446bf372ee570ee20da703eaab65718.tar.bz2 samba-1935ef0d5446bf372ee570ee20da703eaab65718.zip |
r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202
metze
(This used to be commit 200b1a5c81bd61320ac6b7e79880411920e3f432)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/test_local.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/script/tests/test_local.sh b/source4/script/tests/test_local.sh index e2035211c9..8503b0d96a 100755 --- a/source4/script/tests/test_local.sh +++ b/source4/script/tests/test_local.sh @@ -3,7 +3,8 @@ local_tests="LOCAL-NTLMSSP LOCAL-TALLOC LOCAL-MESSAGING LOCAL-IRPC" local_tests="$local_tests LOCAL-BINDING LOCAL-IDTREE LOCAL-SOCKET" local_tests="$local_tests LOCAL-PAC LOCAL-STRLIST LOCAL-SDDL LOCAL-NDR" -local_tests="$local_tests LOCAL-EVENT LOCAL-CRYPTO-MD4 LOCAL-CRYPTO-MD5" +local_tests="$local_tests LOCAL-EVENT LOCAL-CRYPTO-MD4" +local_tests="$local_tests LOCAL-CRYPTO-MD5 LOCAL-CRYPTO-HMACMD5" local_tests="$local_tests LOCAL-CRYPTO-SHA1 LOCAL-CRYPTO-HMACSHA1" if [ $# -lt 0 ]; then |