+2007-04-01 Simon Josefsson <simon@josefsson.org>
+
+ * modules/crypto/arcfour: Moved from ../.
+ * modules/crypto/arcfour-tests: Moved from ../.
+ * modules/crypto/arctwo: Moved from ../.
+ * modules/crypto/arctwo-tests: Moved from ../.
+ * modules/crypto/des: Moved from ../.
+ * modules/crypto/des-tests: Moved from ../.
+ * modules/crypto/gc-arcfour: Moved from ../.
+ * modules/crypto/gc-arcfour-tests: Moved from ../.
+ * modules/crypto/gc-arctwo: Moved from ../.
+ * modules/crypto/gc-arctwo-tests: Moved from ../.
+ * modules/crypto/gc-des: Moved from ../.
+ * modules/crypto/gc-des-tests: Moved from ../.
+ * modules/crypto/gc-hmac-md5: Moved from ../.
+ * modules/crypto/gc-hmac-md5-tests: Moved from ../.
+ * modules/crypto/gc-hmac-sha1: Moved from ../.
+ * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
+ * modules/crypto/gc-md2: Moved from ../.
+ * modules/crypto/gc-md2-tests: Moved from ../.
+ * modules/crypto/gc-md4: Moved from ../.
+ * modules/crypto/gc-md4-tests: Moved from ../.
+ * modules/crypto/gc-md5: Moved from ../.
+ * modules/crypto/gc-md5-tests: Moved from ../.
+ * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
+ * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
+ * modules/crypto/gc-random: Moved from ../.
+ * modules/crypto/gc-rijndael: Moved from ../.
+ * modules/crypto/gc-rijndael-tests: Moved from ../.
+ * modules/crypto/gc-sha1: Moved from ../.
+ * modules/crypto/gc-sha1-tests: Moved from ../.
+ * modules/crypto/gc-tests: Moved from ../.
+ * modules/crypto/hmac-md5: Moved from ../.
+ * modules/crypto/hmac-md5-tests: Moved from ../.
+ * modules/crypto/hmac-sha1: Moved from ../.
+ * modules/crypto/hmac-sha1-tests: Moved from ../.
+ * modules/crypto/md2: Moved from ../.
+ * modules/crypto/md2-tests: Moved from ../.
+ * modules/crypto/md4: Moved from ../.
+ * modules/crypto/md4-tests: Moved from ../.
+ * modules/crypto/md5: Moved from ../.
+ * modules/crypto/md5-tests: Moved from ../.
+ * modules/crypto/memxor: Moved from ../.
+ * modules/crypto/rijndael: Moved from ../.
+ * modules/crypto/rijndael-tests: Moved from ../.
+ * modules/crypto/sha1: Moved from ../.
+
2007-03-30 James Youngman <jay@gnu.org>
* tests/test-stat-time.c (prepare_test): use chmod() rather than
+++ /dev/null
-Description:
-ARCFOUR stream cipher implementation
-
-Files:
-lib/arcfour.h
-lib/arcfour.c
-m4/arcfour.m4
-
-Depends-on:
-stdint
-
-configure.ac:
-gl_ARCFOUR
-
-Makefile.am:
-
-Include:
-"arcfour.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-arcfour.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-arcfour
-check_PROGRAMS += test-arcfour
+++ /dev/null
-Description:
-ARCTWO block cipher implementation
-
-Files:
-lib/arctwo.h
-lib/arctwo.c
-m4/arctwo.m4
-
-Depends-on:
-stdint
-
-configure.ac:
-gl_ARCTWO
-
-Makefile.am:
-
-Include:
-"arctwo.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-arctwo.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-arctwo
-check_PROGRAMS += test-arctwo
--- /dev/null
+Description:
+ARCFOUR stream cipher implementation
+
+Files:
+lib/arcfour.h
+lib/arcfour.c
+m4/arcfour.m4
+
+Depends-on:
+stdint
+
+configure.ac:
+gl_ARCFOUR
+
+Makefile.am:
+
+Include:
+"arcfour.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-arcfour.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-arcfour
+check_PROGRAMS += test-arcfour
--- /dev/null
+Description:
+ARCTWO block cipher implementation
+
+Files:
+lib/arctwo.h
+lib/arctwo.c
+m4/arctwo.m4
+
+Depends-on:
+stdint
+
+configure.ac:
+gl_ARCTWO
+
+Makefile.am:
+
+Include:
+"arctwo.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-arctwo.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-arctwo
+check_PROGRAMS += test-arctwo
--- /dev/null
+Description:
+DES block cipher.
+
+Files:
+lib/des.c
+lib/des.h
+m4/des.m4
+
+Depends-on:
+stdint
+stdbool
+
+configure.ac:
+gl_DES
+
+Makefile.am:
+
+Include:
+"des.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-des.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-des
+check_PROGRAMS += test-des
+
+License:
+LGPL
--- /dev/null
+Description:
+Generic crypto wrappers for ARCFOUR stream cipher.
+
+Files:
+m4/gc-arcfour.m4
+lib/arcfour.h
+lib/arcfour.c
+m4/arcfour.m4
+
+Depends-on:
+stdint
+crypto/gc
+
+configure.ac:
+gl_GC_ARCFOUR
+gl_MODULE_INDICATOR([gc-arcfour])
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-gc-arcfour.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gc-arcfour
+check_PROGRAMS += test-gc-arcfour
+
+License:
+LGPL
--- /dev/null
+Description:
+Generic crypto wrappers for ARCTWO block cipher.
+
+Files:
+m4/gc-arctwo.m4
+lib/arctwo.h
+lib/arctwo.c
+m4/arctwo.m4
+
+Depends-on:
+stdint
+crypto/gc
+
+configure.ac:
+gl_GC_ARCTWO
+gl_MODULE_INDICATOR([gc-arctwo])
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-gc-arctwo.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gc-arctwo
+check_PROGRAMS += test-gc-arctwo
+
+License:
+LGPL
--- /dev/null
+Description:
+Generic crypto wrappers for DES block cipher.
+
+Files:
+m4/gc-des.m4
+lib/des.h
+lib/des.c
+m4/des.m4
+
+Depends-on:
+stdint
+stdbool
+crypto/gc
+
+configure.ac:
+gl_GC_DES
+gl_MODULE_INDICATOR([gc-des])
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-gc-des.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gc-des
+check_PROGRAMS += test-gc-des
+
+License:
+LGPL
--- /dev/null
+Description:
+Generic crypto wrappers for HMAC-MD5 functions.
+
+Files:
+m4/gc-hmac-md5.m4
+lib/md5.h
+lib/md5.c
+m4/md5.m4
+lib/hmac.h
+lib/hmac-md5.c
+m4/hmac-md5.m4
+lib/memxor.h
+lib/memxor.c
+m4/memxor.m4
+
+Depends-on:
+stdint
+crypto/gc
+
+configure.ac:
+gl_GC_HMAC_MD5
+gl_MODULE_INDICATOR([gc-hmac-md5])
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-gc-hmac-md5.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gc-hmac-md5
+check_PROGRAMS += test-gc-hmac-md5
+
+License:
+LGPL
--- /dev/null
+Description:
+Generic crypto wrappers for HMAC-SHA1 functions.
+
+Files:
+m4/gc-hmac-sha1.m4
+lib/sha1.h
+lib/sha1.c
+m4/sha1.m4
+lib/hmac.h
+lib/hmac-sha1.c
+m4/hmac-sha1.m4
+lib/memxor.h
+lib/memxor.c
+m4/memxor.m4
+
+Depends-on:
+stdint
+crypto/gc
+
+configure.ac:
+gl_GC_HMAC_SHA1
+gl_MODULE_INDICATOR([gc-hmac-sha1])
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-gc-hmac-sha1.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gc-hmac-sha1
+check_PROGRAMS += test-gc-hmac-sha1
+
+License:
+LGPL
--- /dev/null
+Description:
+Generic crypto wrappers for MD2 functions.
+
+Files:
+m4/gc-md2.m4
+
+Depends-on:
+stdint
+minmax
+crypto/gc
+crypto/md2
+
+configure.ac:
+gl_GC_MD2
+gl_MODULE_INDICATOR([gc-md2])
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-gc-md2.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gc-md2
+check_PROGRAMS += test-gc-md2
+
+License:
+LGPL
--- /dev/null
+Description:
+Generic crypto wrappers for MD4 functions.
+
+Files:
+m4/gc-md4.m4
+lib/md4.h
+lib/md4.c
+m4/md4.m4
+
+Depends-on:
+stdint
+crypto/gc
+
+configure.ac:
+gl_GC_MD4
+gl_MODULE_INDICATOR([gc-md4])
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-gc-md4.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gc-md4
+check_PROGRAMS += test-gc-md4
+
+License:
+LGPL
--- /dev/null
+Description:
+Generic crypto wrappers for MD5 functions.
+
+Files:
+m4/gc-md5.m4
+lib/md5.h
+lib/md5.c
+m4/md5.m4
+
+Depends-on:
+stdint
+crypto/gc
+
+configure.ac:
+gl_GC_MD5
+gl_MODULE_INDICATOR([gc-md5])
+
+Makefile.am:
+lib_SOURCES += md5.h
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-gc-md5.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gc-md5
+check_PROGRAMS += test-gc-md5
+
+License:
+LGPL
--- /dev/null
+Description:
+Password-Based Key Derivation Function according to PKCS#5/RFC2898
+
+Files:
+lib/gc-pbkdf2-sha1.c
+m4/gc-pbkdf2-sha1.m4
+
+Depends-on:
+crypto/gc
+crypto/gc-hmac-sha1
+
+configure.ac:
+gl_GC_PBKDF2_SHA1
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-gc-pbkdf2-sha1.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gc-pbkdf2-sha1
+check_PROGRAMS += test-gc-pbkdf2-sha1
+
+License:
+LGPL
--- /dev/null
+Description:
+Generic crypto random number functions.
+
+Files:
+m4/gc-random.m4
+
+Depends-on:
+crypto/gc
+
+configure.ac:
+gl_GC_RANDOM
+gl_MODULE_INDICATOR([gc-random])
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Description:
+Generic crypto wrappers for rijndael block cipher.
+
+Files:
+m4/gc-rijndael.m4
+lib/rijndael-alg-fst.c
+lib/rijndael-alg-fst.h
+lib/rijndael-api-fst.c
+lib/rijndael-api-fst.h
+m4/rijndael.m4
+
+Depends-on:
+stdint
+crypto/gc
+
+configure.ac:
+gl_GC_RIJNDAEL
+gl_MODULE_INDICATOR([gc-rijndael])
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-gc-rijndael.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gc-rijndael
+check_PROGRAMS += test-gc-rijndael
+
+License:
+LGPL
--- /dev/null
+Description:
+Generic crypto wrappers for SHA-1 functions.
+
+Files:
+m4/gc-sha1.m4
+lib/sha1.h
+lib/sha1.c
+m4/sha1.m4
+
+Depends-on:
+stdint
+crypto/gc
+
+configure.ac:
+gl_GC_SHA1
+gl_MODULE_INDICATOR([gc-sha1])
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-gc-sha1.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gc-sha1
+check_PROGRAMS += test-gc-sha1
+
+License:
+LGPL
--- /dev/null
+Files:
+tests/test-gc.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gc
+check_PROGRAMS += test-gc
+
+License:
+LGPL
--- /dev/null
+Description:
+Compute hashed message authentication codes with MD5.
+
+Files:
+lib/hmac.h
+lib/hmac-md5.c
+m4/hmac-md5.m4
+
+Depends-on:
+memxor
+crypto/md5
+
+configure.ac:
+gl_HMAC_MD5
+
+Makefile.am:
+
+Include:
+"hmac.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-hmac-md5.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-hmac-md5
+check_PROGRAMS += test-hmac-md5
--- /dev/null
+Description:
+Compute hashed message authentication codes with SHA1.
+
+Files:
+lib/hmac.h
+lib/hmac-sha1.c
+m4/hmac-sha1.m4
+
+Depends-on:
+crypto/memxor
+crypto/sha1
+
+configure.ac:
+gl_HMAC_SHA1
+
+Makefile.am:
+
+Include:
+"hmac.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-hmac-sha1.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-hmac-sha1
+check_PROGRAMS += test-hmac-sha1
--- /dev/null
+Description:
+Compute MD2 checksum.
+
+Files:
+lib/md2.h
+lib/md2.c
+m4/md2.m4
+
+Depends-on:
+minmax
+
+configure.ac:
+gl_MD2
+
+Makefile.am:
+
+Include:
+"md2.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-md2.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-md2
+check_PROGRAMS += test-md2
+
+License:
+LGPL
--- /dev/null
+Description:
+Compute MD4 checksum.
+
+Files:
+lib/md4.h
+lib/md4.c
+m4/md4.m4
+
+Depends-on:
+stdint
+
+configure.ac:
+gl_MD4
+
+Makefile.am:
+
+Include:
+"md4.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-md4.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-md4
+check_PROGRAMS += test-md4
+
+License:
+LGPL
--- /dev/null
+Description:
+Compute MD5 checksum.
+
+Files:
+lib/md5.h
+lib/md5.c
+m4/md5.m4
+
+Depends-on:
+stdint
+
+configure.ac:
+gl_MD5
+
+Makefile.am:
+
+Include:
+"md5.h"
+
+License:
+LGPL
+
+Maintainer:
+Jim Meyering, glibc
--- /dev/null
+Files:
+tests/test-md5.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-md5
+check_PROGRAMS += test-md5
--- /dev/null
+Description:
+memxor() function: binary exclusive or operation on two memory blocks
+
+Files:
+lib/memxor.h
+lib/memxor.c
+m4/memxor.m4
+
+Depends-on:
+
+configure.ac:
+gl_MEMXOR
+
+Makefile.am:
+
+Include:
+"memxor.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Description:
+Rijndael block cipher.
+
+Files:
+lib/rijndael-alg-fst.c
+lib/rijndael-alg-fst.h
+lib/rijndael-api-fst.c
+lib/rijndael-api-fst.h
+m4/rijndael.m4
+
+Depends-on:
+stdint
+
+configure.ac:
+gl_RIJNDAEL
+
+Makefile.am:
+
+Include:
+"rijndael-alg-fst.h"
+"rijndael-api-fst.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson
--- /dev/null
+Files:
+tests/test-rijndael.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-rijndael
+check_PROGRAMS += test-rijndael
--- /dev/null
+Description:
+Compute SHA1 checksum.
+
+Files:
+lib/sha1.h
+lib/sha1.c
+m4/sha1.m4
+
+Depends-on:
+stdint
+
+configure.ac:
+gl_SHA1
+
+Makefile.am:
+
+Include:
+"sha1.h"
+
+License:
+LGPL
+
+Maintainer:
+Jim Meyering
+++ /dev/null
-Description:
-DES block cipher.
-
-Files:
-lib/des.c
-lib/des.h
-m4/des.m4
-
-Depends-on:
-stdint
-stdbool
-
-configure.ac:
-gl_DES
-
-Makefile.am:
-
-Include:
-"des.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-des.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-des
-check_PROGRAMS += test-des
-
-License:
-LGPL
+++ /dev/null
-Description:
-Generic crypto wrappers for ARCFOUR stream cipher.
-
-Files:
-m4/gc-arcfour.m4
-lib/arcfour.h
-lib/arcfour.c
-m4/arcfour.m4
-
-Depends-on:
-stdint
-gc
-
-configure.ac:
-gl_GC_ARCFOUR
-gl_MODULE_INDICATOR([gc-arcfour])
-
-Makefile.am:
-
-Include:
-"gc.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-gc-arcfour.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-gc-arcfour
-check_PROGRAMS += test-gc-arcfour
-
-License:
-LGPL
+++ /dev/null
-Description:
-Generic crypto wrappers for ARCTWO block cipher.
-
-Files:
-m4/gc-arctwo.m4
-lib/arctwo.h
-lib/arctwo.c
-m4/arctwo.m4
-
-Depends-on:
-stdint
-gc
-
-configure.ac:
-gl_GC_ARCTWO
-gl_MODULE_INDICATOR([gc-arctwo])
-
-Makefile.am:
-
-Include:
-"gc.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-gc-arctwo.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-gc-arctwo
-check_PROGRAMS += test-gc-arctwo
-
-License:
-LGPL
+++ /dev/null
-Description:
-Generic crypto wrappers for DES block cipher.
-
-Files:
-m4/gc-des.m4
-lib/des.h
-lib/des.c
-m4/des.m4
-
-Depends-on:
-stdint
-stdbool
-gc
-
-configure.ac:
-gl_GC_DES
-gl_MODULE_INDICATOR([gc-des])
-
-Makefile.am:
-
-Include:
-"gc.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-gc-des.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-gc-des
-check_PROGRAMS += test-gc-des
-
-License:
-LGPL
+++ /dev/null
-Description:
-Generic crypto wrappers for HMAC-MD5 functions.
-
-Files:
-m4/gc-hmac-md5.m4
-lib/md5.h
-lib/md5.c
-m4/md5.m4
-lib/hmac.h
-lib/hmac-md5.c
-m4/hmac-md5.m4
-lib/memxor.h
-lib/memxor.c
-m4/memxor.m4
-
-Depends-on:
-stdint
-gc
-
-configure.ac:
-gl_GC_HMAC_MD5
-gl_MODULE_INDICATOR([gc-hmac-md5])
-
-Makefile.am:
-
-Include:
-"gc.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-gc-hmac-md5.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-gc-hmac-md5
-check_PROGRAMS += test-gc-hmac-md5
-
-License:
-LGPL
+++ /dev/null
-Description:
-Generic crypto wrappers for HMAC-SHA1 functions.
-
-Files:
-m4/gc-hmac-sha1.m4
-lib/sha1.h
-lib/sha1.c
-m4/sha1.m4
-lib/hmac.h
-lib/hmac-sha1.c
-m4/hmac-sha1.m4
-lib/memxor.h
-lib/memxor.c
-m4/memxor.m4
-
-Depends-on:
-stdint
-gc
-
-configure.ac:
-gl_GC_HMAC_SHA1
-gl_MODULE_INDICATOR([gc-hmac-sha1])
-
-Makefile.am:
-
-Include:
-"gc.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-gc-hmac-sha1.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-gc-hmac-sha1
-check_PROGRAMS += test-gc-hmac-sha1
-
-License:
-LGPL
+++ /dev/null
-Description:
-Generic crypto wrappers for MD2 functions.
-
-Files:
-m4/gc-md2.m4
-
-Depends-on:
-stdint
-gc
-minmax
-md2
-
-configure.ac:
-gl_GC_MD2
-gl_MODULE_INDICATOR([gc-md2])
-
-Makefile.am:
-
-Include:
-"gc.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-gc-md2.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-gc-md2
-check_PROGRAMS += test-gc-md2
-
-License:
-LGPL
+++ /dev/null
-Description:
-Generic crypto wrappers for MD4 functions.
-
-Files:
-m4/gc-md4.m4
-lib/md4.h
-lib/md4.c
-m4/md4.m4
-
-Depends-on:
-stdint
-gc
-
-configure.ac:
-gl_GC_MD4
-gl_MODULE_INDICATOR([gc-md4])
-
-Makefile.am:
-
-Include:
-"gc.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-gc-md4.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-gc-md4
-check_PROGRAMS += test-gc-md4
-
-License:
-LGPL
+++ /dev/null
-Description:
-Generic crypto wrappers for MD5 functions.
-
-Files:
-m4/gc-md5.m4
-lib/md5.h
-lib/md5.c
-m4/md5.m4
-
-Depends-on:
-stdint
-gc
-
-configure.ac:
-gl_GC_MD5
-gl_MODULE_INDICATOR([gc-md5])
-
-Makefile.am:
-lib_SOURCES += md5.h
-
-Include:
-"gc.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-gc-md5.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-gc-md5
-check_PROGRAMS += test-gc-md5
-
-License:
-LGPL
+++ /dev/null
-Description:
-Password-Based Key Derivation Function according to PKCS#5/RFC2898
-
-Files:
-lib/gc-pbkdf2-sha1.c
-m4/gc-pbkdf2-sha1.m4
-
-Depends-on:
-gc
-gc-hmac-sha1
-
-configure.ac:
-gl_GC_PBKDF2_SHA1
-
-Makefile.am:
-
-Include:
-"gc.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-gc-pbkdf2-sha1.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-gc-pbkdf2-sha1
-check_PROGRAMS += test-gc-pbkdf2-sha1
-
-License:
-LGPL
+++ /dev/null
-Description:
-Generic crypto random number functions.
-
-Files:
-m4/gc-random.m4
-
-Depends-on:
-gc
-
-configure.ac:
-gl_GC_RANDOM
-gl_MODULE_INDICATOR([gc-random])
-
-Makefile.am:
-
-Include:
-"gc.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Description:
-Generic crypto wrappers for rijndael block cipher.
-
-Files:
-m4/gc-rijndael.m4
-lib/rijndael-alg-fst.c
-lib/rijndael-alg-fst.h
-lib/rijndael-api-fst.c
-lib/rijndael-api-fst.h
-m4/rijndael.m4
-
-Depends-on:
-stdint
-gc
-
-configure.ac:
-gl_GC_RIJNDAEL
-gl_MODULE_INDICATOR([gc-rijndael])
-
-Makefile.am:
-
-Include:
-"gc.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-gc-rijndael.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-gc-rijndael
-check_PROGRAMS += test-gc-rijndael
-
-License:
-LGPL
+++ /dev/null
-Description:
-Generic crypto wrappers for SHA-1 functions.
-
-Files:
-m4/gc-sha1.m4
-lib/sha1.h
-lib/sha1.c
-m4/sha1.m4
-
-Depends-on:
-stdint
-gc
-
-configure.ac:
-gl_GC_SHA1
-gl_MODULE_INDICATOR([gc-sha1])
-
-Makefile.am:
-
-Include:
-"gc.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-gc-sha1.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-gc-sha1
-check_PROGRAMS += test-gc-sha1
-
-License:
-LGPL
+++ /dev/null
-Files:
-tests/test-gc.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-gc
-check_PROGRAMS += test-gc
-
-License:
-LGPL
+++ /dev/null
-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
+++ /dev/null
-Files:
-tests/test-hmac-md5.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-hmac-md5
-check_PROGRAMS += test-hmac-md5
+++ /dev/null
-Description:
-Compute hashed message authentication codes with SHA1.
-
-Files:
-lib/hmac.h
-lib/hmac-sha1.c
-m4/hmac-sha1.m4
-
-Depends-on:
-memxor
-sha1
-
-configure.ac:
-gl_HMAC_SHA1
-
-Makefile.am:
-
-Include:
-"hmac.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-hmac-sha1.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-hmac-sha1
-check_PROGRAMS += test-hmac-sha1
+++ /dev/null
-Description:
-Compute MD2 checksum.
-
-Files:
-lib/md2.h
-lib/md2.c
-m4/md2.m4
-
-Depends-on:
-minmax
-
-configure.ac:
-gl_MD2
-
-Makefile.am:
-
-Include:
-"md2.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-md2.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-md2
-check_PROGRAMS += test-md2
-
-License:
-LGPL
+++ /dev/null
-Description:
-Compute MD4 checksum.
-
-Files:
-lib/md4.h
-lib/md4.c
-m4/md4.m4
-
-Depends-on:
-stdint
-
-configure.ac:
-gl_MD4
-
-Makefile.am:
-
-Include:
-"md4.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-md4.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-md4
-check_PROGRAMS += test-md4
-
-License:
-LGPL
+++ /dev/null
-Description:
-Compute MD5 checksum.
-
-Files:
-lib/md5.h
-lib/md5.c
-m4/md5.m4
-
-Depends-on:
-stdint
-
-configure.ac:
-gl_MD5
-
-Makefile.am:
-
-Include:
-"md5.h"
-
-License:
-LGPL
-
-Maintainer:
-Jim Meyering, glibc
+++ /dev/null
-Files:
-tests/test-md5.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-md5
-check_PROGRAMS += test-md5
+++ /dev/null
-Description:
-memxor() function: binary exclusive or operation on two memory blocks
-
-Files:
-lib/memxor.h
-lib/memxor.c
-m4/memxor.m4
-
-Depends-on:
-
-configure.ac:
-gl_MEMXOR
-
-Makefile.am:
-
-Include:
-"memxor.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Description:
-Rijndael block cipher.
-
-Files:
-lib/rijndael-alg-fst.c
-lib/rijndael-alg-fst.h
-lib/rijndael-api-fst.c
-lib/rijndael-api-fst.h
-m4/rijndael.m4
-
-Depends-on:
-stdint
-
-configure.ac:
-gl_RIJNDAEL
-
-Makefile.am:
-
-Include:
-"rijndael-alg-fst.h"
-"rijndael-api-fst.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
+++ /dev/null
-Files:
-tests/test-rijndael.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-rijndael
-check_PROGRAMS += test-rijndael
+++ /dev/null
-Description:
-Compute SHA1 checksum.
-
-Files:
-lib/sha1.h
-lib/sha1.c
-m4/sha1.m4
-
-Depends-on:
-stdint
-
-configure.ac:
-gl_SHA1
-
-Makefile.am:
-
-Include:
-"sha1.h"
-
-License:
-LGPL
-
-Maintainer:
-Jim Meyering