lib/gc-libgcrypt.c


Log

Author Commit Date CI Message
Simon Josefsson 94c98b77 2010-04-14T15:23:28 lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to version 1.4.4.
Jim Meyering 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
Bruno Haible 441aa304 2009-12-10T20:28:30 Use spaces for indentation, not tabs.
Simon Josefsson 003bfc2d 2009-08-02T22:23:56 gc-libgcrypt.c, gc-gnulib.c: Change copyright to FSF.
Simon Josefsson 47ce26fc 2008-03-28T15:50:04 Support SHA-224 in gc.
Simon Josefsson f355f86f 2008-01-16T15:53:45 Disable secure memory in gc-libgcrypt.c.
Simon Josefsson 2d6501c9 2007-10-22T09:32:11 Add module 'gc-camellia'.
Simon Josefsson 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.
Simon Josefsson b4b1d30c 2007-02-05T11:17:30 lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
Bruno Haible c9426d5f 2007-01-08T20:48:03 Move module indicator macros from *.m4 files to the module descriptions.
Eric Blake 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.
Simon Josefsson 216c04af 2006-03-07T13:17:10 Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson d0299ff4 2005-10-28T12:13:27 * gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
Simon Josefsson c5d8261e 2005-10-28T12:09:31 Add MD2 and hash fixes.
Simon Josefsson a54d5fd5 2005-10-21T11:44:23 * gc-libgcrypt.c (gc_cipher_open): Handle ECB.
Simon Josefsson eecf6279 2005-10-18T23:35:50 Add gc-md4 and gc-md4-tests modules.
Simon Josefsson f56a8c75 2005-10-17T14:33:14 * gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
Simon Josefsson 42a58ba9 2005-10-17T13:13:08 Add more hash functions.
Simon Josefsson 1ded427a 2005-10-17T13:00:51 Add ciphers.
Simon Josefsson 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>.
Simon Josefsson 3ebed7b6 2005-10-12T09:28:48 Add gc-hmac-sha1.
Simon Josefsson ea3ee2b5 2005-10-12T01:42:54 Add gc-sha1 module.
Simon Josefsson bb504c0f 2005-10-12T01:09:32 Split parts of the gc module into gc-md5 and gc-hmac-md5 modules.
Simon Josefsson 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.
Simon Josefsson 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.
Simon Josefsson 5a01cacc 2005-10-08T08:33:07 Add generic crypto module.