aboutsummaryrefslogtreecommitdiffstats
path: root/cipher (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-01-20Minor changesWerner Koch1-2/+2
2004-12-01* md.c (string_to_digest_algo): Allow read/write SHA384 and SHA512.David Shaw2-15/+5
2004-11-032004-11-03 Timo Schulz <[email protected]>Timo Schulz2-9/+11
* 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-14* rndunix.c (start_gatherer) [ENABLE_SELINUX_HACKS]: Don't allowWerner Koch2-1/+13
logging. * gpgkeys_finger.c (get_key): s/unsigned char/byte/ due to a strange typedef for RISC OS. Noted by Stefan.
2004-10-12* algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c,David Shaw9-135/+112
des.c, rijndael.c: Consistently use const for input buffers.
2004-09-23Note: I have not fully tested the new key creation due to a pc/scWerner Koch2-1/+7
error. However the backupfile has been created successfully. * rsa.c (rsa_generate): Return the dummy list of factors only if the caller asked for it. * card_util.c (generate_card_keys): ask whether backup should be created. (card_store_subkey): Factored some code out to .. * keygen.c (save_unprotected_key_to_card): .. new function. (gen_card_key_with_backup): New. (generate_raw_key): New. (generate_keypair): New arg BACKUP_ENCRYPTION_DIR. Changed all callers. (do_generate_keypair): Divert to gen_card_key_with_backup when desired.
2004-05-20* dsa.c (verify): s/exp/exponent/ to fix a compiler warning. From WernerDavid Shaw2-5/+10
on stable branch.
2004-01-17* cipher.c (setup_cipher_table): May as well call Rijndael AES at thisDavid Shaw2-4/+7
point.
2004-01-17* pubkey.c (setup_pubkey_table), elgamal.c (sign, verify, test_keys,David Shaw3-182/+13
elg_sign, elg_verify, elg_get_info): Remove the last bits of Elgamal type 20 support.
2003-12-30* idea-stub.c (load_module, idea_get_info): Return the proper type forDavid Shaw2-19/+11
idea_get_info from inside load_module. From Stefan Bellon.
2003-12-30* rijndael.c, rndunix.c, twofish.c: Remove dead IS_MODULE code.David Shaw6-190/+10
* g10c.c: Dead code. Remove. * Makefile.am: Don't compile g10c.c.
2003-12-28cleaned up RISC OS code and removed lots of unnecessary stuffStefan Bellon4-38/+10
2003-12-17* dsa.h, dsa.c (dsa_verify), elgamal.h, elgamal.c (elg_verify), rsa.h,David Shaw8-26/+19
rsa.c (rsa_verify), pubkey.c (dummy_verify, pubkey_verify): Remove old unused code.
2003-12-04* pubkey.c (setup_pubkey_table): Don't allow signatures to and fromDavid Shaw2-7/+46
encrypt-only Elgamal keys. (pubkey_get_npkey, pubkey_get_nskey, pubkey_get_nsig, pubkey_get_nenc, pubkey_nbits): Wrap the RSA cheats in !USE_RSA. Add cheats for sign+encrypt Elgamal.
2003-12-01* pubkey.c (setup_pubkey_table): Only include RSA if USE_RSA is defined.David Shaw2-3/+14
(pubkey_get_npkey): Return 2 for RSA even if it isn't available so we can at least handle RSA keys. ---------------------------------------------------------------------- pubkey.c CVS: ----------------------------------------------------------------------
2003-11-27* pubkey.c (pubkey_sign): Return an error if an ElGamal key is used.Werner Koch3-27/+43
* elgamal.c (gen_k): New arg SMALL_K. (sign): Use it here with SMALL_K set to false (do_encrypt): and here with SMALL_K set to true.
2003-10-10* primegen.c (gen_prime): Bail out if we try to generate a primeWerner Koch2-3/+13
with less than 16 bits. Include i18n.h. * POTFILES.in (cipher/primegen.c): Added.
2003-10-06* primegen.c (gen_prime): Bail out if NBITS is zero. This isWerner Koch2-1/+9
Debian bug #213989 reported by Max <[email protected]>.
2003-09-04* md.c (string_to_digest_algo): Enable read-write SHA-256 support.David Shaw5-948/+11
* algorithms.h, Makefile.am, md.c (load_digest_module, string_to_digest_algo), tiger.c: Drop TIGER/192 support.
2003-08-28* idea-stub.c, random.c; s/__MINGW32__/_WIN32/ to help building on nativeDavid Shaw3-7/+16
Windows compilers. Requested by Brian Gladman. From Werner on stable branch.
2003-08-21* random.c (getfnc_gather_random): Don't check NAME_OF_DEV_RANDOM twice.David Shaw2-1/+6
Use NAME_OF_DEV_URANDOM.
2003-05-24* bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c,David Shaw20-196/+179
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 Shaw7-598/+629
* 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.
2003-04-15* md.c (md_start_debug): Need to open the file in binary mode.Werner Koch2-2/+6
2003-02-21* cipher.c (setup_cipher_table): #ifdef all optional ciphers.David Shaw3-4/+22
* md.c (load_digest_module): #ifdef all optional digests.
2003-02-12* Makefile.am, md.c (load_digest_module): Only build in SHA384/512 andDavid Shaw3-6/+14
TIGER if specifically enabled by the 64-bit type check in configure.
2003-02-04* sha256.c, sha512.c: New.David Shaw6-2/+792
* Makefile.am, algorithms.h, md.c (load_digest_module, string_to_digest_algo): Add read-only support for the new SHAs.
2002-11-06* rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not requiredDavid Shaw14-25/+41
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-11-02* cipher.c (string_to_cipher_algo), md.c (string_to_digest_algo): AllowDavid Shaw3-8/+33
the Sxxx and Hxxx format for cipher and digest names.
2002-10-31added RISC OS module loading supportStefan Bellon2-32/+14
2002-10-12* rndunix.c (my_popen): Make sure that stdin and stderr areWerner Koch2-24/+49
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.
2002-10-02* tiger.c (tiger_get_info): Select the OID to use for TIGER at compileDavid Shaw2-0/+14
time.
2002-09-27* Makefile.am, md.c (load_digest_module): TIGER is now always enabled.David Shaw3-6/+10
2002-09-26* tiger.c (tiger_get_info): Use a regular OID. Note that thisWerner Koch2-15/+10
breaks all TIGER generated signatures; if we want to do something about it we have to do it in ../g10/sig-check.c .
2002-09-17* rndw32.c (SIZEOF_DISK_PERFORMANCE_STRUCT): Increased to 256.Werner Koch2-1/+7
2002-09-12updated RISC OS stuffStefan Bellon2-0/+6
2002-09-10typo fixes and disabled dummy cipherWerner Koch2-4/+4
2002-08-30* random.c: Automagically detect the entrop gatherer whenWerner Koch5-69/+129
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.
2002-08-23Include intl/ in the CVS again; otherwise we are not able toWerner Koch2-1/+6
re-recreate a distribution from CVS. Some minor other fixes.
2002-08-12* cipher.c: Include the DUMMY cipher only when the new ALLOW_DUMMYWerner Koch2-5/+17
is defined. It should only be defined for hard core debugging.
2002-08-08* Makefile.am, md.c (load_digest_module): Allow switching TIGER on and offDavid Shaw3-8/+13
via configure.
2002-08-07* md.c (md_algo_present): New function to check if a given algo is in useDavid Shaw2-2/+22
for a given MD_HANDLE.
2002-08-04Removed some obsolete header files.V1-1-91Werner Koch14-211/+64
2002-08-03RISC OS changes because of dynload removalStefan Bellon2-28/+20
2002-08-03RISC OS changes due to dynload removalStefan Bellon4-54/+30
2002-08-03The big extension module removal.Werner Koch19-1650/+505
2002-07-25* random.c: "warning" -> "WARNING"David Shaw2-1/+5
2002-07-24* rndw32.c (slow_gatherer_windowsNT): Use a simple array for theWerner Koch2-3/+12
disk performance structure and increase it to the size required by W2000.
2002-06-29* rndlinux.c: Removed HAVE_LINUX_RANDOM_H conditional because itWerner Koch2-2/+6
was never used and the configure test did set the wrong macro anyway.
2002-06-29Update head to match stable 1.0David Shaw41-0/+17970