aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/tiger.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-09-04* md.c (string_to_digest_algo): Enable read-write SHA-256 support.David Shaw1-921/+0
* algorithms.h, Makefile.am, md.c (load_digest_module, string_to_digest_algo), tiger.c: Drop TIGER/192 support.
2003-05-24* bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c,David Shaw1-11/+11
rijndael.c, rndunix.c, sha256.c, cast5.c, idea-stub.c, rmd160.c, rndw32.c, sha512.c, md5.c, rmd160test.c, rsa.c, tiger.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it.
2003-05-15* cipher.c (setup_cipher_table): #ifdef IDEA.David Shaw1-528/+519
* random.c (fast_random_poll): Only use times() if we HAVE_TIMES. * sha512.c, tiger.c: Use the U64_C() macro to specify 64-bit constants. U64_C is defined in include/types.h and uses the correct suffix depending on the underlying type of u64. * idea-stub.c (load_module): Catch an error if the idea module file is unloadable for some reason (unreadable, bad permissions, etc.) * md.c (string_to_digest_algo): Give a warning about TIGER192 not being part of OpenPGP.
2002-11-06* rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not requiredDavid Shaw1-1/+1
anymore. (From Werner) * random.c (read_seed_file,update_random_seed_file): Use binary mode for __CYGWIN__. (From Werner) * blowfish.c (burn_stack), cast5.c (burn_stack), des.c (burn_stack), md5.c (burn_stack), random.c (burn_stack, read_pool, fast_random_poll), rijndael.c (burn_stack), rmd160.c (burn_stack), rndegd.c (rndegd_gather_random), rndlinux.c (rndlinux_gather_random), sha1.c (burn_stack), tiger.c (burn_stack), twofish.c (burn_stack): Replace various calls to memset() with the more secure wipememory().
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-930/+0
'GNUPG-1-9-BRANCH'.
2002-10-02* tiger.c (tiger_get_info): Select the OID to use for TIGER at compileDavid Shaw1-0/+9
time.
2002-09-26* tiger.c (tiger_get_info): Use a regular OID. Note that thisWerner Koch1-15/+4
breaks all TIGER generated signatures; if we want to do something about it we have to do it in ../g10/sig-check.c .
2002-08-03The big extension module removal.Werner Koch1-84/+8
2002-06-29Update head to match stable 1.0David Shaw1-0/+1008
2000-12-19Removed files from the HEAD revision, because they are now in anotherWerner Koch1-991/+0
repository
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch1-4/+4
1999-11-19See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner KochWerner Koch1-1/+1
1999-02-10See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner KochWerner Koch1-0/+18
1999-01-12See ChangeLog: Tue Jan 12 11:17:18 CET 1999 Werner KochWerner Koch1-0/+6
1998-12-23See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1-3/+3
1998-09-28*** empty log message ***Werner Koch1-1/+1
1998-07-29edit-key is now completeWerner Koch1-1/+0
1998-06-16some more internall structure changesWerner Koch1-3/+118
1998-06-15extensions are now working and fixed a lot of bugsWerner Koch1-4/+8
1998-06-09SicherungWerner Koch1-4/+4
1998-05-05add DSA key generationWerner Koch1-4/+5
1998-04-30*** empty log message ***Werner Koch1-0/+848