summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-06 15:58:26 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-06 15:58:26 +0000
commitf6800ee02280d07036209444b32109c54c98ff64 (patch)
treec90685507bde1dadb335f052d7adcce57f9d5a54 /modules
parente63023ef37a1810d614daeaafbdf36c9c0ae2d4c (diff)
downloadgnulib-f6800ee02280d07036209444b32109c54c98ff64.tar.gz
Add hmac-md5 module.
Diffstat (limited to 'modules')
-rw-r--r--modules/hmac-md525
-rw-r--r--modules/hmac-md5-tests11
2 files changed, 36 insertions, 0 deletions
diff --git a/modules/hmac-md5 b/modules/hmac-md5
new file mode 100644
index 0000000000..acfce4b4bd
--- /dev/null
+++ b/modules/hmac-md5
@@ -0,0 +1,25 @@
+Description:
+Compute hashed message authentication codes with MD5.
+
+Files:
+lib/hmac.h
+lib/hmac-md5.c
+m4/hmac-md5.m4
+
+Depends-on:
+memxor
+md5
+
+configure.ac:
+gl_HMAC_MD5
+
+Makefile.am:
+
+Include:
+"hmac.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
diff --git a/modules/hmac-md5-tests b/modules/hmac-md5-tests
new file mode 100644
index 0000000000..99a5996eb1
--- /dev/null
+++ b/modules/hmac-md5-tests
@@ -0,0 +1,11 @@
+Files:
+tests/test-hmac-md5.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-hmac-md5
+noinst_PROGRAMS += test-hmac-md5
+test_hmac_md5_SOURCES = test-hmac-md5.c