Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support the not anymore patented IDEA cipher algorithm. | Werner Koch | 2012-11-08 | 1 | -8/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | * cipher/idea.c: New. Take from Libgcrypt master and adjust for direct use in GnuPG. * cipher/idea-stub.c: Remove. * cipher/Makefile.am: Add idea.c and remove idea-stub.c rules. * configure.ac: Remove idea-stub code. * g10/gpg.c (check_permissions): Remove code path for ITEM==2. (main): Make --load-extension a dummy option. * g10/keygen.c (keygen_set_std_prefs): Include IDEA only in PGP2 compatibility mode. * g10/misc.c (idea_cipher_warn): Remove. Also remove all callers. * g10/seckey-cert.c (do_check): Remove emitting of STATUS_RSA_OR_IDEA. * g10/status.c (get_status_string): Remove STATUS_RSA_OR_IDEA. * g10/status.h (STATUS_RSA_OR_IDEA): Remove. -- To keep the number of actually used algorithms low, we support IDEA only in a basically read-only way (unless --pgp2 is used during key generation). It does not make sense to suggest the use of this old 64 bit blocksize algorithm. However, there is old data available where it might be helpful to have IDEA available. | ||||
* | Switched to GPLv3. | Werner Koch | 2007-10-23 | 1 | -4/+2 |
| | | | | | Updated gettext. | ||||
* | * keydb.h, passphrase.c (next_to_last_passphrase): New. "Touch" a | David Shaw | 2006-01-17 | 1 | -2/+17 |
| | | | | | | | | | | | | | passphrase as if it was used (move from next_pw to last_pw). * pubkey-enc.c (get_session_key): Use it here to handle the case where a passphrase happens to be correct for a secret key, but yet that key isn't the anonymous recipient (i.e. the secret key could be decrypted, but not the session key). This also handles the case where a secret key is located on a card and a secret key with no passphrase. Note this does not fix bug 594 (anonymous recipients on smartcard do not work) - it just prevents the anonymous search from stopping when the card is encountered. | ||||
* | Converted all m_free to xfree etc. | Werner Koch | 2005-07-27 | 1 | -4/+4 |
| | |||||
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 1 | -1/+2 |
| | |||||
* | * pubkey-enc.c (get_session_key, get_it), keyedit.c | David Shaw | 2004-05-20 | 1 | -4/+4 |
| | | | | | (show_key_with_all_names, show_basic_key_info): --keyid-format conversion. | ||||
* | * ccid-driver.c (ccid_transceive): Add T=1 chaining for sending. | Werner Koch | 2003-10-09 | 1 | -21/+60 |
| | | | | | | | | | | * sign.c (do_sign) [!ENABLE_CARD_SUPPORT]: Return an error for card keys. * cardglue.c (agent_scd_pkdecrypt): Implemented. * pubkey-enc.c (get_it) [ENABLE_CARD_SUPPORT]: Divert decryption to card | ||||
* | * g10.c (main): Add --no-groups to zero --group list. | David Shaw | 2003-10-01 | 1 | -13/+6 |
| | | | | | | | | | | | | | | * encode.c (encode_simple): Allow for 32 bytes (256 bits) of symmetrically encrypted session key. Use --s2k-cipher-algo to choose cipher, rather than the default cipher. * parse-packet.c (parse_subkeyenc): Give a warning if an symmetrically encrypted session key is seen without salt. Show in --list-packets if a symetrically encrypted session key is present. * pubkey-enc.c (get_it): Always show cipher-not-in-prefs warning unless --quiet is set. Use text name of cipher in warning. | ||||
* | * pubkey-enc.c (get_session_key): With hidden recipients or try a given | David Shaw | 2002-11-06 | 1 | -3/+14 |
| | | | | | | | | | | | | | | | passphrase against all secret keys rather than trying all secret keys in turn. Don't if --try-all-secrets or --status-fd is enabled. * passphrase.c (passphrase_to_dek): Mode 1 means do a regular passphrase query, but don't prompt with the key info. * seckey-cert.c (do_check, check_secret_key): A negative ask count means to enable passphrase mode 1. * keydb.h, getkey.c (enum_secret_keys): Add flag to include secret-parts-missing keys (or not) in the list. | ||||
* | * pubkey-enc.c (get_it): Fix segv, test for revoked only when PK | Werner Koch | 2002-10-23 | 1 | -1/+1 |
| | | | | | has been assigned. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -109/+122 |
| | |||||
* | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2000-09-18 | 1 | -4/+1 |
| | |||||
* | See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch | Werner Koch | 2000-07-31 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Jul 25 17:44:15 CEST 2000 Werner Koch | Werner Koch | 2000-07-25 | 1 | -25/+17 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -9/+28 |
| | |||||
* | See ChangeLog: Mon Jan 31 16:37:34 CET 2000 Werner Koch | Werner Koch | 2000-01-31 | 1 | -1/+0 |
| | |||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 1 | -9/+9 |
| | |||||
* | See ChangeLog: Mon Jan 24 22:24:38 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -1/+69 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -8/+12 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -6/+5 |
| | |||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 1 | -5/+5 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -2/+3 |
| | |||||
* | See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch | Werner Koch | 1999-02-10 | 1 | -2/+11 |
| | |||||
* | See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch | Werner Koch | 1998-12-29 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+3 |
| | |||||
* | Some bug fixes of the last release | Werner Koch | 1998-11-10 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-09-11 | 1 | -16/+59 |
| | |||||
* | ready for a new release | Werner Koch | 1998-08-08 | 1 | -1/+2 |
| | |||||
* | intermediate check in | Werner Koch | 1998-08-05 | 1 | -0/+15 |
| | |||||
* | textual changes | Werner Koch | 1998-06-29 | 1 | -7/+7 |
| | |||||
* | a whole bunch of internal cleanups | Werner Koch | 1998-06-13 | 1 | -34/+10 |
| | |||||
* | update from tobold | Werner Koch | 1998-06-11 | 1 | -5/+5 |
| | |||||
* | Sicherung | Werner Koch | 1998-06-09 | 1 | -1/+1 |
| | |||||
* | *** empty log message ***V0-2-19 | Werner Koch | 1998-05-29 | 1 | -1/+8 |
| | |||||
* | new releaseV0-2-17 | Werner Koch | 1998-05-04 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-04-30 | 1 | -8/+2 |
| | |||||
* | test release | Werner Koch | 1998-04-08 | 1 | -20/+4 |
| | |||||
* | cipher reorganisiert | Werner Koch | 1998-04-07 | 1 | -2/+3 |
| | |||||
* | cast5 does now work | Werner Koch | 1998-04-04 | 1 | -0/+3 |
| | |||||
* | Renamed to GNUPGV-0-2-8 | Werner Koch | 1998-02-24 | 1 | -4/+4 |
| | |||||
* | added option exportV0-2-6 | Werner Koch | 1998-02-13 | 1 | -30/+38 |
| | |||||
* | patchlevel 2 | Werner Koch | 1998-01-07 | 1 | -0/+5 |
| | |||||
* | added option file handling | Werner Koch | 1997-12-12 | 1 | -1/+1 |
| | |||||
* | List and check sigs works | Werner Koch | 1997-12-01 | 1 | -4/+4 |
| | |||||
* | How with some assembly support | Werner Koch | 1997-11-26 | 1 | -0/+2 |
| | |||||
* | ElGamal funktioniert und ist default | Werner Koch | 1997-11-24 | 1 | -14/+41 |
| | |||||
* | IDEA removed, signing works | Werner Koch | 1997-11-24 | 1 | -2/+1 |
| | |||||
* | initially checkin | Werner Koch | 1997-11-18 | 1 | -0/+130 |