aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/tiger.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * md.c (string_to_digest_algo): Enable read-write SHA-256 support.David Shaw2003-09-041-921/+0
| | | | | | * algorithms.h, Makefile.am, md.c (load_digest_module, string_to_digest_algo), tiger.c: Drop TIGER/192 support.
* * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c,David Shaw2003-05-241-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.
* * cipher.c (setup_cipher_table): #ifdef IDEA.David Shaw2003-05-151-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.
* * rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not requiredDavid Shaw2002-11-061-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().
* * tiger.c (tiger_get_info): Select the OID to use for TIGER at compileDavid Shaw2002-10-021-0/+9
| | | | | time.
* * tiger.c (tiger_get_info): Use a regular OID. Note that thisWerner Koch2002-09-261-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 .
* The big extension module removal.Werner Koch2002-08-031-84/+8
|
* Update head to match stable 1.0David Shaw2002-06-291-0/+1008
|
* Removed files from the HEAD revision, because they are now in anotherWerner Koch2000-12-191-991/+0
| | | | | repository
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-4/+4
|
* See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner KochWerner Koch1999-11-191-1/+1
|
* See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner KochWerner Koch1999-02-101-0/+18
|
* See ChangeLog: Tue Jan 12 11:17:18 CET 1999 Werner KochWerner Koch1999-01-121-0/+6
|
* See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1998-12-231-3/+3
|
* *** empty log message ***Werner Koch1998-09-281-1/+1
|
* edit-key is now completeWerner Koch1998-07-291-1/+0
|
* some more internall structure changesWerner Koch1998-06-161-3/+118
|
* extensions are now working and fixed a lot of bugsWerner Koch1998-06-151-4/+8
|
* SicherungWerner Koch1998-06-091-4/+4
|
* add DSA key generationWerner Koch1998-05-051-4/+5
|
* *** empty log message ***Werner Koch1998-04-301-0/+848