|
94c98b77
|
2010-04-14T15:23:28
|
|
lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to version 1.4.4.
|
|
b2e2010c
|
2010-01-01T10:31:12
|
|
update nearly all FSF copyright year lists to include 2010
Use the same procedure as for 2009, outlined in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
|
|
441aa304
|
2009-12-10T20:28:30
|
|
Use spaces for indentation, not tabs.
|
|
003bfc2d
|
2009-08-02T22:23:56
|
|
gc-libgcrypt.c, gc-gnulib.c: Change copyright to FSF.
|
|
47ce26fc
|
2008-03-28T15:50:04
|
|
Support SHA-224 in gc.
|
|
f355f86f
|
2008-01-16T15:53:45
|
|
Disable secure memory in gc-libgcrypt.c.
|
|
2d6501c9
|
2007-10-22T09:32:11
|
|
Add module 'gc-camellia'.
|
|
823f0817
|
2007-04-16T13:14:21
|
|
2007-04-16 Simon Josefsson <simon@josefsson.org>
* lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
|
|
b4b1d30c
|
2007-02-05T11:17:30
|
|
lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
|
|
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.
|
|
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.
|
|
a54d5fd5
|
2005-10-21T11:44:23
|
|
* gc-libgcrypt.c (gc_cipher_open): Handle ECB.
|
|
eecf6279
|
2005-10-18T23:35:50
|
|
Add gc-md4 and gc-md4-tests modules.
|
|
f56a8c75
|
2005-10-17T14:33:14
|
|
* gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
|
|
42a58ba9
|
2005-10-17T13:13:08
|
|
Add more hash functions.
|
|
1ded427a
|
2005-10-17T13:00:51
|
|
Add ciphers.
|
|
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.
|