Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename all ChangeLog files to ChangeLog-2011. | Werner Koch | 2011-12-02 | 1 | -1389/+0 |
| | | | | * ChangeLog: New file. | ||||
* | Removed some set but unused vars. | Werner Koch | 2011-08-09 | 1 | -8/+16 |
| | |||||
* | Add a minor feature for w32.gnupg-1.4.11 | Werner Koch | 2010-10-18 | 1 | -0/+4 |
| | |||||
* | Minor changes to help the VMS port | Werner Koch | 2010-09-28 | 1 | -0/+12 |
| | |||||
* | Add Camellia-192. | David Shaw | 2008-04-17 | 1 | -0/+5 |
| | |||||
* | Improved AES performance. | Werner Koch | 2008-03-22 | 1 | -0/+10 |
| | |||||
* | Updated ZH po file. | Werner Koch | 2007-12-12 | 1 | -0/+5 |
| | | | | | | Allow de/encryption using legacy type 20 keys. Updated config.{sub,guess} | ||||
* | Allow decryption using type 20 key. | Werner Koch | 2007-12-11 | 1 | -0/+5 |
| | |||||
* | Add 128-bit variant of Camellia. | David Shaw | 2007-11-29 | 1 | -0/+5 |
| | |||||
* | * sha256.c (sha224_get_info): 4880 has an error in the SHA-224 OID and | David Shaw | 2007-11-28 | 1 | -0/+5 |
| | | | | | we inherited it. Fixing. | ||||
* | Switched to GPLv3. | Werner Koch | 2007-10-23 | 1 | -0/+4 |
| | | | | | Updated gettext. | ||||
* | Add an extra warning for Camellia. | Werner Koch | 2007-07-09 | 1 | -0/+4 |
| | | | | | | Minor W32 fix Address change. | ||||
* | Add Camellia. Do not enable this if you are not doing interop | David Shaw | 2007-06-13 | 1 | -1/+12 |
| | | | | | | | testing. It is not (yet) legal OpenPGP, is not interop tested yet (obviously), and it's a great way to lose your data. Just don't do it. | ||||
* | Removed the use of g10defs.h. | Werner Koch | 2006-12-11 | 1 | -0/+16 |
| | | | | | | This required some code cleanups and the introduction of a few accessor ducntions in mpi. | ||||
* | Preparing an RC | Werner Koch | 2006-11-29 | 1 | -0/+5 |
| | |||||
* | * rsa.c (generate): Use e=65537 for new RSA keys. | David Shaw | 2006-06-28 | 1 | -0/+4 |
| | |||||
* | (generate): Tweak to allow keys larger than 1024 bits. Enforce that the q | David Shaw | 2006-04-20 | 1 | -0/+2 |
| | | | | | size doesn't end between byte boundaries. | ||||
* | The plumbing necessary to create DSA keys with variable sized q. | David Shaw | 2006-04-20 | 1 | -0/+5 |
| | | | | | Not yet used (q==160). | ||||
* | Add SHA-224 support | David Shaw | 2006-04-20 | 1 | -0/+6 |
| | |||||
* | * blowfish.c, md5.c, rmd160.c, sha1.c, sha256.c, sha512.c: Revert previous | David Shaw | 2006-03-20 | 1 | -0/+5 |
| | | | | | change. It's now all done in configure. | ||||
* | * blowfish.c, md5.c, rmd160.c, sha1.c, sha256.c, sha512.c: Use '#if' | David Shaw | 2006-03-20 | 1 | -0/+8 |
| | | | | | | | rather than '#ifdef' BIG_ENDIAN_HOST. Harmless as we explicitly define BIG_ENDIAN_HOST to 1 when we need it, but needed for OSX fat builds when we define BIG_ENDIAN_HOST to another macro. | ||||
* | about to release 1.4.3rc1gnupg-1.4.3rc1 | Werner Koch | 2006-02-14 | 1 | -0/+4 |
| | |||||
* | Lock random seed file | Werner Koch | 2006-02-09 | 1 | -0/+6 |
| | |||||
* | * idea-stub.c (load_module): Not legal to return a void * as a function | David Shaw | 2005-12-06 | 1 | -3/+7 |
| | | | | | pointer. | ||||
* | * Makefile.am: Some cleanup so we don't build files that are completely | David Shaw | 2005-12-06 | 1 | -0/+6 |
| | | | | | | ifdeffed out. This causes a warning on Sun's cc. Do sha512.c as well for consistency. | ||||
* | Experimental code to improve AES performance. Got about 25% on ia32. | Werner Koch | 2005-08-11 | 1 | -0/+6 |
| | |||||
* | * random.c: Fix prototype of the fast random gatherer. Noted by Joe | David Shaw | 2005-06-07 | 1 | -0/+5 |
| | | | | | Vender. | ||||
* | (rndw32_gather_random_fast): While adding data use the | Werner Koch | 2005-03-23 | 1 | -1/+7 |
| | | | | | | size of the object and not the one of its address. Bug reported by Sascha Kiefer. | ||||
* | * primegen.c (is_prime): Free A2. Noted by [email protected]. | Werner Koch | 2005-03-07 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | Fixes #423. * DETAILS: Document new status codes. * cardglue.c (agent_scd_pkdecrypt, agent_scd_pksign) (agent_scd_genkey, agent_scd_setattr, agent_scd_change_pin) (agent_scd_checkpin, agent_openpgp_storekey): Make sure to send a SC_OP_FAILURE after card operations which might change data. * card-util.c (change_pin): Send a SC_OP_SUCCESS after a PIN has been changed. (change_name): Removed a debug output. * status.h, status.c: New codes BAD_PASSPHRASE_PIN, SC_OP_FAILURE and SC_OP_SUCCESS. * de.po: Updated. Translation is still in the works, though. | ||||
* | * md.c (string_to_digest_algo): Allow read/write SHA384 and SHA512. | David Shaw | 2004-12-01 | 1 | -0/+5 |
| | |||||
* | 2004-11-03 Timo Schulz <[email protected]> | Timo Schulz | 2004-11-03 | 1 | -0/+5 |
| | | | | | | | | * 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. | ||||
* | * rndunix.c (start_gatherer) [ENABLE_SELINUX_HACKS]: Don't allow | Werner Koch | 2004-10-14 | 1 | -0/+5 |
| | | | | | | | | logging. * gpgkeys_finger.c (get_key): s/unsigned char/byte/ due to a strange typedef for RISC OS. Noted by Stefan. | ||||
* | * algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c, | David Shaw | 2004-10-12 | 1 | -0/+6 |
| | | | | | des.c, rijndael.c: Consistently use const for input buffers. | ||||
* | Note: I have not fully tested the new key creation due to a pc/sc | Werner Koch | 2004-09-23 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
* | * dsa.c (verify): s/exp/exponent/ to fix a compiler warning. From Werner | David Shaw | 2004-05-20 | 1 | -0/+5 |
| | | | | | on stable branch. | ||||
* | * cipher.c (setup_cipher_table): May as well call Rijndael AES at this | David Shaw | 2004-01-17 | 1 | -1/+4 |
| | | | | | point. | ||||
* | * pubkey.c (setup_pubkey_table), elgamal.c (sign, verify, test_keys, | David Shaw | 2004-01-17 | 1 | -3/+8 |
| | | | | | | elg_sign, elg_verify, elg_get_info): Remove the last bits of Elgamal type 20 support. | ||||
* | * idea-stub.c (load_module, idea_get_info): Return the proper type for | David Shaw | 2003-12-30 | 1 | -0/+3 |
| | | | | | idea_get_info from inside load_module. From Stefan Bellon. | ||||
* | * rijndael.c, rndunix.c, twofish.c: Remove dead IS_MODULE code. | David Shaw | 2003-12-30 | 1 | -0/+8 |
| | | | | | | | * g10c.c: Dead code. Remove. * Makefile.am: Don't compile g10c.c. | ||||
* | cleaned up RISC OS code and removed lots of unnecessary stuff | Stefan Bellon | 2003-12-28 | 1 | -0/+8 |
| | |||||
* | * dsa.h, dsa.c (dsa_verify), elgamal.h, elgamal.c (elg_verify), rsa.h, | David Shaw | 2003-12-17 | 1 | -0/+6 |
| | | | | | | rsa.c (rsa_verify), pubkey.c (dummy_verify, pubkey_verify): Remove old unused code. | ||||
* | * pubkey.c (setup_pubkey_table): Don't allow signatures to and from | David Shaw | 2003-12-04 | 1 | -0/+8 |
| | | | | | | | 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. | ||||
* | * pubkey.c (setup_pubkey_table): Only include RSA if USE_RSA is defined. | David Shaw | 2003-12-01 | 1 | -1/+9 |
| | | | | | | | | | | (pubkey_get_npkey): Return 2 for RSA even if it isn't available so we can at least handle RSA keys. ---------------------------------------------------------------------- pubkey.c CVS: ---------------------------------------------------------------------- | ||||
* | * pubkey.c (pubkey_sign): Return an error if an ElGamal key is used. | Werner Koch | 2003-11-27 | 1 | -0/+8 |
| | | | | | | | * 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. | ||||
* | * primegen.c (gen_prime): Bail out if we try to generate a prime | Werner Koch | 2003-10-10 | 1 | -0/+5 |
| | | | | | | | with less than 16 bits. Include i18n.h. * POTFILES.in (cipher/primegen.c): Added. | ||||
* | * primegen.c (gen_prime): Bail out if NBITS is zero. This is | Werner Koch | 2003-10-06 | 1 | -0/+5 |
| | | | | | Debian bug #213989 reported by Max <[email protected]>. | ||||
* | * md.c (string_to_digest_algo): Enable read-write SHA-256 support. | David Shaw | 2003-09-04 | 1 | -0/+7 |
| | | | | | | * algorithms.h, Makefile.am, md.c (load_digest_module, string_to_digest_algo), tiger.c: Drop TIGER/192 support. | ||||
* | * idea-stub.c, random.c; s/__MINGW32__/_WIN32/ to help building on native | David Shaw | 2003-08-28 | 1 | -0/+6 |
| | | | | | | Windows compilers. Requested by Brian Gladman. From Werner on stable branch. | ||||
* | * random.c (getfnc_gather_random): Don't check NAME_OF_DEV_RANDOM twice. | David Shaw | 2003-08-21 | 1 | -0/+5 |
| | | | | | Use NAME_OF_DEV_URANDOM. | ||||
* | * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c, | David Shaw | 2003-05-24 | 1 | -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. |