Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2002-04-29 | Added a copyright year for files changed this year. | Werner Koch | 1 | -1/+1 | |
2002-04-18 | * seskey.c (encode_md_value): Print an error message if a wrong | Werner Koch | 1 | -2/+8 | |
digest algorithm is used with DSA. Changed all callers to cope with a NULL return. Problem noted by Imad R. Faiad. | |||||
2002-03-17 | --openpgp implies --allow-non-selfsigned-uid | David Shaw | 1 | -7/+5 | |
If none of the uids are primary (because none are valid) then pick the first to be primary (but still invalid). This is for cosmetics in case some display needs to print a user ID from a non-selfsigned key. Also use --allow-non-selfsigned-uid to make such a key valid and not --always-trust. The key is *not* automatically trusted via --allow-non-selfsigned-uid. Make sure non-selfsigned uids print [uncertain] on verification even though one is primary now. If the main key is not valid, then neither are the subkeys. Allow --allow-non-selfsigned-uid to work on completely unsigned keys. Print the uids in UTF8. Remove mark_non_selfsigned_uids_valid() Show revocation key as UTF8. Allow --not-dash-escaped to work with v3 keys. | |||||
2002-02-10 | For --sig-policy-url and --cert-policy-url, clarify what is a sig and what | David Shaw | 1 | -3/+2 | |
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. | |||||
2002-02-05 | Allow policy URLs with %-expandos in them. This allows policy URLs like | David Shaw | 1 | -6/+26 | |
"http://notary.jabberwocky.com/keysign/%K" to create a per-signature policy URL. Use the new generic %-handler for the photo ID stuff as well. Display policy URLs and notations during signature generation if --show-policy-url/--show-notation is set. | |||||
2002-02-03 | Split "--set-policy-url" into "--cert-policy-url" and "--sig-policy-url" | David Shaw | 1 | -2/+17 | |
so the user can set different policies for key and data signing. For backwards compatibility, "--set-policy-url" sets both, as before. | |||||
2002-01-22 | Some compatibility polish for PGP2. Add a fake IDEA preference for v3 | David Shaw | 1 | -2/+2 | |
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. | |||||
2002-01-20 | * passphrase.c (passphrase_to_dek): Add tryagain_text arg to be | Werner Koch | 1 | -1/+1 | |
used with the agent. Changed all callers. (agent_get_passphrase): Likewise and send it to the agent * seckey-cert.c (do_check): New arg tryagain_text. (check_secret_key): Pass the string to do_check. * keygen.c (ask_passphrase): Set the error text is required. * keyedit.c (change_passphrase): Ditto. * passphrase.c (agent_open): Disable opt.use_agent in case of a problem with the agent. (agent_get_passphrase): Ditto. (passphrase_clear_cache): Ditto. | |||||
2002-01-06 | fix off-by-one in building attribute subpackets | David Shaw | 1 | -3/+3 | |
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 | |||||
2002-01-04 | Use one-pass packets even if it's a v3 key making the signature | David Shaw | 1 | -2/+2 | |
Warn with pgp2 and non-detached signatures Use the actual filesize rather than partial length packets in symmetric messages (see ChangeLog or NEWS for discussion). | |||||
2001-12-21 | Photo ID support (actually generic "attribute packet" support, but there | David Shaw | 1 | -6/+20 | |
is only one attribute packet defined thus far, and it's a picture) | |||||
2001-12-21 | Nonrevocable key signature support via "nrsign". These sigs can expire, | David Shaw | 1 | -2/+4 | |
but cannot be revoked. Any revocation certificates for them are ignored. | |||||
2001-12-17 | Add a generic IDEA warning for when the IDEA plugin is not present. This | David Shaw | 1 | -5/+7 | |
pops up when the user uses "--cipher-algo idea", when setpref is used to set a "S1" preference, and when a secret key protected with IDEA is used. Tweak the --pgp2 mode to use this generic warning. | |||||
2001-12-07 | PGP2 patch. --pgp2 sets things up for pgp2 compatibility, and prints a | David Shaw | 1 | -4/+20 | |
warning if the user does something that would make the message not compatible (i.e. encrypt with a non-RSA key, etc.) | |||||
2001-12-07 | Sig expiration code | David Shaw | 1 | -14/+41 | |
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 | |||||
2001-12-06 | "sigclass" patch - adds key signature class levels, notation and policy-url | David Shaw | 1 | -0/+2 | |
displays in key listings, and shows flags for signature features. | |||||
2001-11-09 | * export.c (do_export_stream): Put all given names into a search | Werner Koch | 1 | -1/+1 | |
description and change the loop so that all matching names are returned. | |||||
2001-11-08 | Tweaked v3 -c decryption, let --force-v4-certs use SHA-1 for all RSA keys. | Werner Koch | 1 | -1/+4 | |
2001-11-08 | fixes for the 1.0.6b bugs David recently posted to gnupg-devel. | Werner Koch | 1 | -3/+19 | |
2001-09-09 | more bug fixesand some warning cleanups | Werner Koch | 1 | -8/+8 | |
2001-08-24 | Removed duplicated code | Werner Koch | 1 | -550/+295 | |
2001-08-20 | Implemented -cs and some fixes to the rfc1991 symmetric only mode | Werner Koch | 1 | -0/+322 | |
2001-08-10 | Revamped preference handling | Werner Koch | 1 | -1/+1 | |
2001-08-09 | Added a way to update preferences | Werner Koch | 1 | -4/+4 | |
2001-08-09 | reworked the way hased data is stored and added a "primary" command | Werner Koch | 1 | -12/+20 | |
DCVS: ---------------------------------------------------------------------- | |||||
2001-08-07 | More Windows and autoconf fixes | Werner Koch | 1 | -0/+2 | |
2001-08-01 | Changed lsign behaviour, allow future subkeys, don't list revoked keys | Werner Koch | 1 | -6/+14 | |
2001-07-26 | migration to autoconf 2.52 and bugfixes | Werner Koch | 1 | -0/+106 | |
2001-03-27 | a second snapshot thsi day (1.0.4f) | Werner Koch | 1 | -1/+1 | |
2001-03-24 | Verify created signatures. | Werner Koch | 1 | -4/+21 | |
2001-03-12 | worked on solving some bugs | Werner Koch | 1 | -1/+1 | |
2001-03-08 | Changed and added copyright notices | Werner Koch | 1 | -1/+1 | |
2000-12-06 | Mainly changes to the pipe handling under W32 | Werner Koch | 1 | -1/+4 | |
2000-11-15 | Some new features for use with gpgme | Werner Koch | 1 | -4/+4 | |
2000-10-04 | See ChangeLog: Wed Oct 4 15:50:18 CEST 2000 Werner Koch | Werner Koch | 1 | -11/+11 | |
2000-09-06 | See ChangeLog: Wed Sep 6 17:55:47 CEST 2000 Werner Koch | Werner Koch | 1 | -0/+4 | |
2000-06-28 | See ChangeLog: Wed Jun 28 11:54:44 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+29 | |
2000-06-05 | See ChangeLog: Mon Jun 5 23:41:54 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-05-12 | See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-02-09 | See ChangeLog: Wed Feb 9 15:33:44 CET 2000 Werner Koch | Werner Koch | 1 | -1/+2 | |
1999-12-19 | See ChangeLog: Sun Dec 19 15:22:26 CET 1999 Werner Koch | Werner Koch | 1 | -1/+7 | |
1999-09-22 | See ChangeLog: Wed Sep 22 10:14:17 CEST 1999 Werner Koch | Werner Koch | 1 | -7/+14 | |
1999-08-04 | See ChangeLog: Wed Aug 4 10:34:46 CEST 1999 Werner KochV0-9-10 | Werner Koch | 1 | -3/+4 | |
1999-07-26 | See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner Koch | Werner Koch | 1 | -23/+43 | |
1999-05-26 | See ChangeLog: Wed May 26 14:36:29 CEST 1999 Werner Koch | Werner Koch | 1 | -27/+37 | |
1999-05-25 | See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+54 | |
1999-05-20 | See ChangeLog: Thu May 20 14:04:08 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-04-29 | See ChangeLog: Thu Apr 29 12:29:22 CEST 1999 Werner Koch | Werner Koch | 1 | -3/+12 | |
1999-04-28 | See ChangeLog: Wed Apr 28 13:03:03 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+3 | |
1999-04-26 | See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |