aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c,David Shaw2003-05-241-0/+9
| | | | | | | | 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-0/+17
| | | | | | | | | | | | | | | * 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.
* * md.c (md_start_debug): Need to open the file in binary mode.Werner Koch2003-04-151-0/+4
|
* * cipher.c (setup_cipher_table): #ifdef all optional ciphers.David Shaw2003-02-211-0/+6
| | | | | * md.c (load_digest_module): #ifdef all optional digests.
* * Makefile.am, md.c (load_digest_module): Only build in SHA384/512 andDavid Shaw2003-02-121-0/+6
| | | | | TIGER if specifically enabled by the 64-bit type check in configure.
* * sha256.c, sha512.c: New.David Shaw2003-02-041-0/+7
| | | | | | * Makefile.am, algorithms.h, md.c (load_digest_module, string_to_digest_algo): Add read-only support for the new SHAs.
* * rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not requiredDavid Shaw2002-11-061-0/+16
| | | | | | | | | | | | | | | 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().
* * cipher.c (string_to_cipher_algo), md.c (string_to_digest_algo): AllowDavid Shaw2002-11-021-0/+5
| | | | | the Sxxx and Hxxx format for cipher and digest names.
* added RISC OS module loading supportStefan Bellon2002-10-311-0/+5
|
* * rndunix.c (my_popen): Make sure that stdin and stderr areWerner Koch2002-10-121-0/+8
| | | | | | | | connected to a file. This is to avoid NetBSD to complain about set{u,g}id programs invoked with fd 0, 2 closed. Reported by Cristian Biere. (start_gatherer): Likewise. Reordered code.
* * tiger.c (tiger_get_info): Select the OID to use for TIGER at compileDavid Shaw2002-10-021-0/+5
| | | | | time.
* * Makefile.am, md.c (load_digest_module): TIGER is now always enabled.David Shaw2002-09-271-0/+5
|
* * tiger.c (tiger_get_info): Use a regular OID. Note that thisWerner Koch2002-09-261-0/+6
| | | | | | breaks all TIGER generated signatures; if we want to do something about it we have to do it in ../g10/sig-check.c .
* * rndw32.c (SIZEOF_DISK_PERFORMANCE_STRUCT): Increased to 256.Werner Koch2002-09-171-0/+4
|
* updated RISC OS stuffStefan Bellon2002-09-121-0/+4
|
* typo fixes and disabled dummy cipherWerner Koch2002-09-101-2/+2
|
* * random.c: Automagically detect the entrop gatherer whenWerner Koch2002-08-301-0/+9
| | | | | | | | | configure so. * rndegd.c (rndegd_connect_socket): New. Factored out from .. (rndegd_gather_random): here and call it. (do_read): Update the counter variables correctly. This was not a problem due to the way EGD works. Bug found by Christian Biere.
* Include intl/ in the CVS again; otherwise we are not able toWerner Koch2002-08-231-0/+5
| | | | | | re-recreate a distribution from CVS. Some minor other fixes.
* * cipher.c: Include the DUMMY cipher only when the new ALLOW_DUMMYWerner Koch2002-08-121-0/+5
| | | | | is defined. It should only be defined for hard core debugging.
* * Makefile.am, md.c (load_digest_module): Allow switching TIGER on and offDavid Shaw2002-08-081-0/+5
| | | | | via configure.
* * md.c (md_algo_present): New function to check if a given algo is in useDavid Shaw2002-08-071-1/+5
| | | | | for a given MD_HANDLE.
* Removed some obsolete header files.V1-1-91Werner Koch2002-08-041-0/+5
|
* RISC OS changes because of dynload removalStefan Bellon2002-08-031-3/+1
|
* RISC OS changes due to dynload removalStefan Bellon2002-08-031-0/+8
|
* The big extension module removal.Werner Koch2002-08-031-0/+38
|
* * random.c: "warning" -> "WARNING"David Shaw2002-07-251-0/+4
|
* * rndw32.c (slow_gatherer_windowsNT): Use a simple array for theWerner Koch2002-07-241-0/+6
| | | | | | disk performance structure and increase it to the size required by W2000.
* * rndlinux.c: Removed HAVE_LINUX_RANDOM_H conditional because itWerner Koch2002-06-291-0/+6
| | | | | | was never used and the configure test did set the wrong macro anyway.
* Update head to match stable 1.0David Shaw2002-06-291-0/+902
|
* Removed files from the HEAD revision, because they are now in anotherWerner Koch2000-12-191-800/+0
| | | | | repository
* Some configuration changesWerner Koch2000-11-141-0/+14
|
* Changed keyring handling - saving still does not work.Werner Koch2000-10-101-0/+7
| | | | | Added new cipher mode and updated cipher test program.
* See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner KochWerner Koch2000-10-041-0/+14
|
* See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner KochWerner Koch2000-09-181-0/+18
|
* See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner KochWerner Koch2000-07-311-0/+5
|
* See ChangeLog: Tue Jul 25 17:44:15 CEST 2000 Werner KochWerner Koch2000-07-251-0/+6
|
* See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner KochWerner Koch2000-07-171-0/+4
|
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-0/+82
|
* See ChangeLog: Fri Mar 24 11:25:45 CET 2000 Werner KochWerner Koch2000-03-241-0/+10
|
* See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner KochWerner Koch2000-03-131-0/+4
|
* See ChangeLog: Mon Jan 31 16:37:34 CET 2000 Werner KochWerner Koch2000-01-311-0/+5
|
* See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch2000-01-271-0/+4
|
* See ChangeLog: Mon Jan 24 22:24:38 CET 2000 Werner KochWerner Koch2000-01-241-0/+11
|
* See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch2000-01-241-0/+5
|
* See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1999-12-081-0/+10
|
* See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner KochWerner Koch1999-11-191-0/+21
|
* See ChangeLog: Mon Nov 15 21:36:02 CET 1999 Werner KochWerner Koch1999-11-151-0/+7
|
* See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner KochWerner Koch1999-11-131-0/+43
|
* See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1999-10-261-0/+18
|
* See ChangeLog: Wed Sep 15 17:57:13 CEST 1999 Werner KochWerner Koch1999-09-151-1/+6
|