Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-09-04 | * md.c (string_to_digest_algo): Enable read-write SHA-256 support. | David Shaw | 1 | -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 Shaw | 1 | -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 Shaw | 1 | -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 required | David Shaw | 1 | -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-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -930/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-10-02 | * tiger.c (tiger_get_info): Select the OID to use for TIGER at compile | David Shaw | 1 | -0/+9 | |
time. | |||||
2002-09-26 | * tiger.c (tiger_get_info): Use a regular OID. Note that this | Werner Koch | 1 | -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-03 | The big extension module removal. | Werner Koch | 1 | -84/+8 | |
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -0/+1008 | |
2000-12-19 | Removed files from the HEAD revision, because they are now in another | Werner Koch | 1 | -991/+0 | |
repository | |||||
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -4/+4 | |
1999-11-19 | See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-02-10 | See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch | Werner Koch | 1 | -0/+18 | |
1999-01-12 | See ChangeLog: Tue Jan 12 11:17:18 CET 1999 Werner Koch | Werner Koch | 1 | -0/+6 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-09-28 | *** empty log message *** | Werner Koch | 1 | -1/+1 | |
1998-07-29 | edit-key is now complete | Werner Koch | 1 | -1/+0 | |
1998-06-16 | some more internall structure changes | Werner Koch | 1 | -3/+118 | |
1998-06-15 | extensions are now working and fixed a lot of bugs | Werner Koch | 1 | -4/+8 | |
1998-06-09 | Sicherung | Werner Koch | 1 | -4/+4 | |
1998-05-05 | add DSA key generation | Werner Koch | 1 | -4/+5 | |
1998-04-30 | *** empty log message *** | Werner Koch | 1 | -0/+848 | |