summaryrefslogtreecommitdiff
path: root/lib/gc-libgcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-10/+10
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* crypto/gc-sha256, crypto/gc-sha512: New modules.Bruno Haible2019-08-241-0/+64
* crypto/gc-sm3: Fix compilation error with --with-libgcrypt.Bruno Haible2019-08-241-4/+48
* crypto/gc-md2: Optimize and clarify code.Bruno Haible2019-08-241-0/+4
* crypto/gc-md2: Add comment.Bruno Haible2019-08-241-0/+2
* crypto/gc: Access the module indicators correctly.Bruno Haible2019-08-241-27/+27
* crypto/gc: Cope with libgcrypt without SM3.Simon Josefsson2019-07-241-0/+2
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* New module: crypto/gc-sm3Jia Zhang2017-10-291-0/+46
* gc-libgcrypt: fix undefined enum type in switch statementJia Zhang2017-10-281-1/+1
* gc-libgcrypt: fix assignment error due to -Werror=pointer-signJia Zhang2017-10-281-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* gc: support HMAC-SHA256 and HMAC-SHA512.Simon Josefsson2013-08-261-1/+81
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-3/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to version 1.4.4.Simon Josefsson2010-04-141-1/+5
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-14/+14
* gc-libgcrypt.c, gc-gnulib.c: Change copyright to FSF.Simon Josefsson2009-08-021-1/+2
* Support SHA-224 in gc.Simon Josefsson2008-03-281-0/+14
* Disable secure memory in gc-libgcrypt.c.Simon Josefsson2008-01-161-1/+4
* Add module 'gc-camellia'.Simon Josefsson2007-10-221-0/+10
* 2007-04-16 Simon Josefsson <simon@josefsson.org>Simon Josefsson2007-04-161-1/+1
* lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.Simon Josefsson2007-02-051-0/+42
* Move module indicator macros from *.m4 files to the module descriptions.Bruno Haible2007-01-081-19/+19
* * lib/arcfour.c: Assume config.h.Eric Blake2006-10-291-3/+1
* Split off gc-random from gc, and only warn on missing devices.Simon Josefsson2006-03-071-1/+5
* * gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.Simon Josefsson2005-10-281-0/+2
* Add MD2 and hash fixes.Simon Josefsson2005-10-281-21/+116
* * gc-libgcrypt.c (gc_cipher_open): Handle ECB.Simon Josefsson2005-10-211-0/+4
* Add gc-md4 and gc-md4-tests modules.Simon Josefsson2005-10-181-0/+46
* * gc-libgcrypt.c (gc_hmac_sha1): Fix assert.Simon Josefsson2005-10-171-1/+1
* Add more hash functions.Simon Josefsson2005-10-171-0/+118
* Add ciphers.Simon Josefsson2005-10-171-0/+118
* * gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,Simon Josefsson2005-10-121-9/+9
* Add gc-hmac-sha1.Simon Josefsson2005-10-121-0/+40
* Add gc-sha1 module.Simon Josefsson2005-10-121-0/+38
* Split parts of the gc module into gc-md5 and gc-hmac-md5 modules.Simon Josefsson2005-10-121-0/+6
* * gc-libgcrypt.c (gc_md5): Fix assert call.Simon Josefsson2005-10-121-3/+3