aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/idea-stub.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-12-06* idea-stub.c (load_module): Not legal to return a void * as a functionDavid Shaw1-1/+1
pointer.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2005-01-20Minor changesWerner Koch1-2/+2
2004-11-032004-11-03 Timo Schulz <[email protected]>Timo Schulz1-9/+6
* strgutil.c (w32_strerror): New. * ttyio.c (init_ttyfp, tty_printf, do_get): Use it here. * iobuf.c (fd_cache_open, file_filter): Likewise. (iobuf_seek, translate_file_handle): Likewise.
2004-10-12* algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c,David Shaw1-8/+8
des.c, rijndael.c: Consistently use const for input buffers.
2003-12-30* idea-stub.c (load_module, idea_get_info): Return the proper type forDavid Shaw1-19/+8
idea_get_info from inside load_module. From Stefan Bellon.
2003-08-28* idea-stub.c, random.c; s/__MINGW32__/_WIN32/ to help building on nativeDavid Shaw1-5/+5
Windows compilers. Requested by Brian Gladman. From Werner on stable branch.
2003-05-24* bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c,David Shaw1-4/+3
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-6/+4
* 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-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-198/+0
'GNUPG-1-9-BRANCH'.
2002-08-03RISC OS changes due to dynload removalStefan Bellon1-0/+11
2002-08-03The big extension module removal.Werner Koch1-0/+187