Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a copyright year for files changed this year. | Werner Koch | 2002-04-29 | 1 | -1/+1 |
| | |||||
* | * parse-packet.c (parse_plaintext), packet.h, plaintext.c | David Shaw | 2002-04-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | (handle_plaintext): Fix bug in handling literal packets with zero-length data (no data was being confused with partial body length). * misc.c (pct_expando), options.skel: %t means extension ("jpg"). %T means MIME type ("image/jpeg"). * import.c (import_one): Only trigger trust update if the keyring is actually changed. * export.c (do_export_stream): Missing a m_free. | ||||
* | * parse-packet.c (parse_key): Support a SHA1 checksum as per | Werner Koch | 2002-04-17 | 1 | -0/+1 |
| | | | | | | | | | | 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. | ||||
* | Add KEYEXPIRED, EXPSIG, and EXPKEYSIG. Add | David Shaw | 2002-04-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | "deprecated-use-keyexpired-instead" to SIGEXPIRED. Start transition from SIGEXPIRED to KEYEXPIRED, since the actual event is signature verification by an expired key and not an expired signature. Rename do_signature_check as signature_check2, make public, and change all callers. Use status EXPSIG for an expired, but good, signature. Add the expiration time (or 0) to the VALIDSIG status line. Use status KEYEXPSIG for a good signature from an expired key. Remove checks for no arguments now that argparse does it. | ||||
* | This is the first half of revocation key / designated revoker | David Shaw | 2002-02-28 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | support. That is, it handles all the data to mark a key as revoked if it has been revoked by a designated revoker. The second half (coming later) will contain the code to make someones key your designated revoker and to issue revocations for someone else. Note that this is written so that a revoked revoker can still issue revocations: i.e. If A revokes B, but A is revoked, B is still revoked. I'm not completely convinced this is the proper behavior, but it matches how PGP does it. It does at least have the advantage of much simpler code - my first version of this had lots of loop maintaining code so you could chain revokers many levels deep and if D was revoked, C was not, which meant that B was, and so on. It was sort of scary, actually. This also changes importing to allow bringing in more revocation keys, and exporting to not export revocation keys marked "sensitive". The --edit menu information will show if a revocation key is present. | ||||
* | Some compatibility polish for PGP2. Add a fake IDEA preference for v3 | David Shaw | 2002-01-22 | 1 | -0/+1 |
| | | | | | | | | keys (this is in the RFC), so that they can be (sometimes) used along OpenPGP keys. Do not force using IDEA on an OpenPGP key, as this may violate its prefs. Also, revise the help text for the sig class explanation. | ||||
* | Photo ID support (actually generic "attribute packet" support, but there | David Shaw | 2001-12-21 | 1 | -4/+24 |
| | | | | | is only one attribute packet defined thus far, and it's a picture) | ||||
* | Nonrevocable key signature support via "nrsign". These sigs can expire, | David Shaw | 2001-12-21 | 1 | -1/+1 |
| | | | | | but cannot be revoked. Any revocation certificates for them are ignored. | ||||
* | Sig expiration code | David Shaw | 2001-12-07 | 1 | -2/+2 |
| | | | | | | | Offer to expire a key signature when the key the user is signing expires Expired sigs cause an error return If --expert is set, prompt for sig duration | ||||
* | "sigclass" patch - adds key signature class levels, notation and policy-url | David Shaw | 2001-12-06 | 1 | -0/+6 |
| | | | | | displays in key listings, and shows flags for signature features. | ||||
* | Changed signature status cache | Werner Koch | 2001-09-25 | 1 | -1/+2 |
| | |||||
* | Revamped the keyring code | Werner Koch | 2001-09-06 | 1 | -4/+4 |
| | |||||
* | MDC feature support and other stuff | Werner Koch | 2001-08-30 | 1 | -4/+7 |
| | |||||
* | Revamped preference handling | Werner Koch | 2001-08-10 | 1 | -16/+31 |
| | |||||
* | reworked the way hased data is stored and added a "primary" command | Werner Koch | 2001-08-09 | 1 | -10/+20 |
| | | | | | DCVS: ---------------------------------------------------------------------- | ||||
* | Changed lsign behaviour, allow future subkeys, don't list revoked keys | Werner Koch | 2001-08-01 | 1 | -1/+1 |
| | |||||
* | migration to autoconf 2.52 and bugfixes | Werner Koch | 2001-07-26 | 1 | -0/+7 |
| | |||||
* | just released another snapshot | Werner Koch | 2001-05-28 | 1 | -2/+0 |
| | |||||
* | Improved pipemode and tweaked handling of multiple signatures. | Werner Koch | 2001-04-05 | 1 | -1/+5 |
| | |||||
* | a second snapshot thsi day (1.0.4f) | Werner Koch | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | Fixed a bugs; e.g. in --list-secret-keys | Werner Koch | 2001-03-27 | 1 | -0/+7 |
| | |||||
* | worked on solving some bugs | Werner Koch | 2001-03-12 | 1 | -0/+1 |
| | |||||
* | Changed and added copyright notices | Werner Koch | 2001-03-08 | 1 | -2/+2 |
| | |||||
* | Add self-signature verification caching | Werner Koch | 2001-03-05 | 1 | -1/+2 |
| | |||||
* | Backported getkey.c from 1.1 | Werner Koch | 2001-02-08 | 1 | -0/+20 |
| | |||||
* | Paul's LFS pacthes and started with pipemode | Werner Koch | 2000-11-11 | 1 | -12/+22 |
| | |||||
* | Fixed serious bug related to multiple cleartext signatures. | Werner Koch | 2000-10-13 | 1 | -0/+7 |
| | |||||
* | See ChangeLog: Thu Jul 27 12:01:00 CEST 2000 Werner Koch | Werner Koch | 2000-07-27 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Mon Jun 5 12:37:43 CEST 2000 Werner Koch | Werner Koch | 2000-06-05 | 1 | -3/+8 |
| | |||||
* | See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner Koch | Werner Koch | 2000-05-12 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Thu Feb 17 13:39:32 CET 2000 Werner Koch | Werner Koch | 2000-02-17 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Fri Jan 14 18:32:01 CET 2000 Werner Koch | Werner Koch | 2000-01-14 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner Koch | Werner Koch | 1999-11-12 | 1 | -0/+3 |
| | |||||
* | See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch | Werner Koch | 1999-08-31 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner Koch | Werner Koch | 1999-07-08 | 1 | -0/+5 |
| | |||||
* | See ChangeLog: Wed May 26 14:36:29 CEST 1999 Werner Koch | Werner Koch | 1999-05-26 | 1 | -3/+7 |
| | |||||
* | See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner Koch | Werner Koch | 1999-05-17 | 1 | -3/+6 |
| | |||||
* | See ChangeLog: Sat May 8 19:28:33 CEST 1999 Werner Koch | Werner Koch | 1999-05-08 | 1 | -1/+0 |
| | |||||
* | See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner Koch | Werner Koch | 1999-04-26 | 1 | -5/+7 |
| | |||||
* | See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch | Werner Koch | 1999-04-18 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner Koch | Werner Koch | 1999-01-07 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+20 |
| | |||||
* | See ChangeLog: Mon Dec 14 21:18:49 CET 1998 Werner Koch | Werner Koch | 1998-12-14 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Tue Dec 8 13:15:16 CET 1998 Werner Koch | Werner Koch | 1998-12-08 | 1 | -1/+2 |
| | |||||
* | Snapshot release 0.4.2V0-4-2 | Werner Koch | 1998-10-18 | 1 | -0/+1 |
| | |||||
* | last local commit | Werner Koch | 1998-10-16 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-10-01 | 1 | -1/+6 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-09-11 | 1 | -1/+2 |
| | |||||
* | intermediate check in | Werner Koch | 1998-08-05 | 1 | -0/+6 |
| | |||||
* | edit-key is now complete | Werner Koch | 1998-07-29 | 1 | -1/+6 |
| |