|
854ebf64
|
2007-01-14T11:32:10
|
|
New module 'fchdir'.
|
|
c9426d5f
|
2007-01-08T20:48:03
|
|
Move module indicator macros from *.m4 files to the module descriptions.
|
|
a42e0dae
|
2006-10-29T21:52:55
|
|
* lib/arcfour.c: Assume config.h.
* lib/arctwo.c: Likewise.
* lib/base64.c: Likewise.
* lib/check-version.c: Likewise.
* lib/crc.c: Likewise.
* lib/des.c: Likewise.
* lib/gc-gnulib.c: Likewise.
* lib/gc-libgcrypt.c: Likewise.
* lib/gc-pbkdf2-sha1.c: Likewise.
* lib/getaddrinfo.c: Likewise.
* lib/getdelim.c: Likewise.
* lib/getline.c: Likewise.
* lib/hmac-md5.c: Likewise.
* lib/hmac-sha1.c: Likewise.
* lib/iconvme.c: Likewise.
* lib/md2.c: Likewise.
* lib/md4.c: Likewise.
* lib/memxor.c: Likewise.
* lib/read-file.c: Likewise.
* lib/readline.c: Likewise.
* lib/rijndael-alg-fst.c: Likewise.
* lib/rijndael-api-fst.c: Likewise.
* lib/xgetdomainname.c: Likewise.
|
|
8b50a885
|
2006-09-22T16:54:11
|
|
* gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
* md4.c (md4_process_block): Remove unused variable.
* rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
parentheses for clarity.
|
|
e919c87e
|
2006-03-08T13:40:30
|
|
Fix gc-random module.
|
|
216c04af
|
2006-03-07T13:17:10
|
|
Split off gc-random from gc, and only warn on missing devices.
|
|
d0299ff4
|
2005-10-28T12:13:27
|
|
* gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
|
|
c5d8261e
|
2005-10-28T12:09:31
|
|
Add MD2 and hash fixes.
|
|
a87030b6
|
2005-10-21T13:39:43
|
|
* gc-gnulib.c: Support ARCTWO in CBC mode.
|
|
93d97d89
|
2005-10-21T12:56:13
|
|
Use "" instead of <> for gc.h include, from Bruno.
|
|
6a58cb3f
|
2005-10-21T12:28:18
|
|
Add des, des-tests, gc-des, gc-des-tests modules.
|
|
853ca59f
|
2005-10-21T12:03:17
|
|
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
|
|
c4f00b7d
|
2005-10-19T15:40:26
|
|
Add gc-arcfour and gc-arcfour-tests modules.
|
|
76990ea3
|
2005-10-19T14:54:32
|
|
Add gc-rijndael and gc-rijndael-tests modules.
|
|
eecf6279
|
2005-10-18T23:35:50
|
|
Add gc-md4 and gc-md4-tests modules.
|
|
ecbe47ca
|
2005-10-12T11:57:13
|
|
* gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
suggested by Bruno Haible <bruno@clisp.org>.
|
|
3ebed7b6
|
2005-10-12T09:28:48
|
|
Add gc-hmac-sha1.
|
|
ea3ee2b5
|
2005-10-12T01:42:54
|
|
Add gc-sha1 module.
|
|
bb504c0f
|
2005-10-12T01:09:32
|
|
Split parts of the gc module into gc-md5 and gc-hmac-md5 modules.
|
|
a5f08cf2
|
2005-10-12T00:23:38
|
|
* gc-libgcrypt.c (gc_md5): Fix assert call.
(gc_md5): Fix typo.
* gc.h (gc_hash_buffer): Use gc_hash in prototype.
* gc-libgcrypt.c (gc_hash_buffer): Ditto.
* gc-gnulib.c (gc_hash_buffer): Ditto.
|
|
b2a551e0
|
2005-10-08T09:26:59
|
|
2005-10-08 Simon Josefsson <jas@extundo.com>
* gc.h: Add gc_hash and gc_hash_buffer.
* gc-gnulib.c (gc_hash_buffer): Add. Reorder #include's.
* gc-libgcrypt.c (gc_hash_buffer): Add.
|
|
5a01cacc
|
2005-10-08T08:33:07
|
|
Add generic crypto module.
|