Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * parse-packet.c (parse_key): Support a SHA1 checksum as per | Werner Koch | 2002-04-17 | 1 | -0/+2 |
| | | | | | | | | | | draft-rfc2440-bis04. * packet.h (PKT_secret_key): Add field sha1chk. * seckey-cert.c (do_check): Check the SHA1 checksum (protect_secret_key): And create it. * build-packet.c (do_secret_key): Mark it as sha-1 protected. * g10.c, options.h: New option --simple-sk-checksum. | ||||
* | Some minor fixes for revocation keys: print a warning if a key is imported | David Shaw | 2002-03-07 | 1 | -1/+1 |
| | | | | | | | | | | that has been revoked by designated revoker, but the designated revoker is not present to verify the revocation (whew!). This applies to all ways to get a key into the system: --import --recv-keys, and --search-keys. If auto-key-retrieve is set, try and retrieve the revocation key. Also, auto-key-retrieve is now a keyserver-option. | ||||
* | For --sig-policy-url and --cert-policy-url, clarify what is a sig and what | David Shaw | 2002-02-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | is a cert. A sig has sigclass 0x00, 0x01, 0x02, or 0x40, and everything else is a cert. Add a "nrlsign" for nonrevocable and local key signatures. Add a --no-force-mdc to undo --force-mdc. Add a knob to force --disable-mdc/--no-disable-mdc. Off by default, of course, but is used in --pgp2 and --pgp6 modes. Allow specifying multiple users in the "Enter the user ID" loop. Enter a blank line to stop. Show each key+id as it is added. It is not illegal (though possibly silly) to have multiple policy URLs in a given signature, so print all that are present. More efficient implementation of URL-ifying code for --search on an HKP keyserver. | ||||
* | Workaround for the pksd and OKS keyserver bug that calculates v4 RSA | David Shaw | 2002-02-04 | 1 | -0/+1 |
| | | | | | | | | keyids as if they were v3. The workaround/hack is to fetch both the v4 (e.g. 99242560) and v3 (e.g. 68FDDBC7) keyids. This only happens for key refresh while using the HKP scheme and the refresh-add-fake-v3-keyids keyserver option must be set. This should stay off by default. | ||||
* | Split "--set-policy-url" into "--cert-policy-url" and "--sig-policy-url" | David Shaw | 2002-02-03 | 1 | -1/+2 |
| | | | | | | so the user can set different policies for key and data signing. For backwards compatibility, "--set-policy-url" sets both, as before. | ||||
* | --pgp6 flag. This is not nearly as involved as --pgp2. In short, it | David Shaw | 2002-01-29 | 1 | -0/+1 |
| | | | | | | | | turns off force_mdc, turns on no_comment, escape_from, and force_v3_sigs, and sets compression to 1. It also restricts the user to IDEA (if present), 3DES, CAST5, MD5, SHA1, and RIPEMD160. See the comments above algo_available() for lots of discussion on why you would want to do this. | ||||
* | * g10.c, options.h: New option --gpg-agent-info | Werner Koch | 2002-01-26 | 1 | -0/+1 |
| | | | | | | | | * passphrase.c (agent_open): Let it override the environment info. * seckey-cert.c (check_secret_key): Always try 3 times when the agent is enabled. * options.skel: Describe --use-agent. | ||||
* | fix off-by-one in building attribute subpackets | David Shaw | 2002-01-06 | 1 | -0/+2 |
| | | | | | | | | | | change default compression to 1 add ask-sig-expire and ask-cert-expire (--expert was getting absurdly overloaded) permit v3 subkeys use --expert to protect adding multiple photo ids and adding photos to a v3 key | ||||
* | Photo ID support (actually generic "attribute packet" support, but there | David Shaw | 2001-12-21 | 1 | -1/+3 |
| | | | | | is only one attribute packet defined thus far, and it's a picture) | ||||
* | * g10.c. options.h : New option --show-keyring | Werner Koch | 2001-12-21 | 1 | -0/+1 |
| | | | | | | * getkey.c (get_ctx_handle): New. * keylist.c (list_one): Implement option here. By David Champion. | ||||
* | New function to check the permissions of GNUPGHOME and the various files | David Shaw | 2001-12-20 | 1 | -0/+2 |
| | | | | | | | | | that live there for safe permission/ownership (--no-permission-warning to disable) The newer glibcs print scary warnings about using mktemp(). The use here was actually safe, but the warning was bound to confuse people, so here is an arguably better tempname creator that pulls random bits from the pool. | ||||
* | PGP2 patch. --pgp2 sets things up for pgp2 compatibility, and prints a | David Shaw | 2001-12-07 | 1 | -1/+1 |
| | | | | | | warning if the user does something that would make the message not compatible (i.e. encrypt with a non-RSA key, etc.) | ||||
* | New option --expert | David Shaw | 2001-12-07 | 1 | -0/+1 |
| | | | | | | Do not allow signing a revoked UID unless --expert is set, and ask even then. Do not allow signing a revoked key unless --expert is set, and ask even then. | ||||
* | "sigclass" patch - adds key signature class levels, notation and policy-url | David Shaw | 2001-12-06 | 1 | -0/+3 |
| | | | | | displays in key listings, and shows flags for signature features. | ||||
* | Generic keyserver API code | David Shaw | 2001-12-06 | 1 | -1/+15 |
| | |||||
* | fixes for the 1.0.6b bugs David recently posted to gnupg-devel. | Werner Koch | 2001-11-08 | 1 | -0/+1 |
| | |||||
* | Changed signature status cache | Werner Koch | 2001-09-25 | 1 | -1/+0 |
| | |||||
* | Revamped the trustDB | Werner Koch | 2001-09-24 | 1 | -0/+1 |
| | |||||
* | Revamped the keyring code | Werner Koch | 2001-09-06 | 1 | -0/+1 |
| | |||||
* | Applied Stefan's patches to support RISCOS. | Werner Koch | 2001-08-20 | 1 | -0/+9 |
| | |||||
* | More Windows and autoconf fixes | Werner Koch | 2001-08-07 | 1 | -0/+1 |
| | |||||
* | Changed lsign behaviour, allow future subkeys, don't list revoked keys | Werner Koch | 2001-08-01 | 1 | -0/+1 |
| | |||||
* | migration to autoconf 2.52 and bugfixes | Werner Koch | 2001-07-26 | 1 | -0/+1 |
| | |||||
* | a second snapshot thsi day (1.0.4f) | Werner Koch | 2001-03-27 | 1 | -0/+2 |
| | |||||
* | add option --fixed-list-mode | Werner Koch | 2001-03-14 | 1 | -0/+1 |
| | |||||
* | worked on solving some bugs | Werner Koch | 2001-03-12 | 1 | -1/+1 |
| | |||||
* | Changed and added copyright notices | Werner Koch | 2001-03-08 | 1 | -1/+1 |
| | |||||
* | Release snapshot 1.0.4d | Werner Koch | 2001-01-11 | 1 | -0/+1 |
| | |||||
* | New option --allow-secret-key-import | Werner Koch | 2000-12-07 | 1 | -0/+1 |
| | |||||
* | GPG agent support | Werner Koch | 2000-11-16 | 1 | -0/+1 |
| | |||||
* | New option, doc fix, typo fix. | Werner Koch | 2000-10-19 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Wed Aug 23 19:52:51 CEST 2000 Werner Koch | Werner Koch | 2000-08-23 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Tue Aug 1 20:06:23 CEST 2000 Werner Koch | Werner Koch | 2000-08-01 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Thu Jul 27 17:33:04 CEST 2000 Werner Koch | Werner Koch | 2000-07-27 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Thu Jul 27 12:01:00 CEST 2000 Werner Koch | Werner Koch | 2000-07-27 | 1 | -0/+2 |
| | |||||
* | See ChangeLog: Wed Jun 28 11:54:44 CEST 2000 Werner Koch | Werner Koch | 2000-06-28 | 1 | -0/+2 |
| | |||||
* | See ChangeLog: Fri Jun 9 10:09:52 CEST 2000 Werner Koch | Werner Koch | 2000-06-09 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Mon Jun 5 23:41:54 CEST 2000 Werner Koch | Werner Koch | 2000-06-05 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Mon Jun 5 12:37:43 CEST 2000 Werner Koch | Werner Koch | 2000-06-05 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Thu May 18 11:38:54 CEST 2000 Werner Koch | Werner Koch | 2000-05-18 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner Koch | Werner Koch | 2000-05-12 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Wed Feb 9 15:33:44 CET 2000 Werner Koch | Werner Koch | 2000-02-09 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Wed Jan 5 11:51:17 CET 2000 Werner Koch | Werner Koch | 2000-01-05 | 1 | -0/+2 |
| | |||||
* | See ChangeLog: Mon Nov 29 21:52:11 CET 1999 Werner Koch | Werner Koch | 1999-11-29 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Fri Oct 8 20:32:01 CEST 1999 Werner Koch | Werner Koch | 1999-10-08 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Mon Oct 4 21:23:04 CEST 1999 Werner Koch | Werner Koch | 1999-10-04 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner Koch | Werner Koch | 1999-07-26 | 1 | -0/+2 |
| | |||||
* | See ChangeLog: Thu Jul 22 20:03:03 CEST 1999 Werner Koch | Werner Koch | 1999-07-22 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner Koch | Werner Koch | 1999-07-13 | 1 | -0/+2 |
| | |||||
* | See ChangeLog: Tue Jun 8 13:36:25 CEST 1999 Werner Koch | Werner Koch | 1999-06-08 | 1 | -0/+1 |
| |