aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sign.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-04-29Added a copyright year for files changed this year.Werner Koch1-1/+1
2002-04-18* seskey.c (encode_md_value): Print an error message if a wrongWerner Koch1-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-uidDavid Shaw1-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-10For --sig-policy-url and --cert-policy-url, clarify what is a sig and whatDavid Shaw1-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-05Allow policy URLs with %-expandos in them. This allows policy URLs likeDavid Shaw1-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-03Split "--set-policy-url" into "--cert-policy-url" and "--sig-policy-url"David Shaw1-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-22Some compatibility polish for PGP2. Add a fake IDEA preference for v3David Shaw1-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 beWerner Koch1-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-06fix off-by-one in building attribute subpacketsDavid Shaw1-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-04Use one-pass packets even if it's a v3 key making the signatureDavid Shaw1-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-21Photo ID support (actually generic "attribute packet" support, but thereDavid Shaw1-6/+20
is only one attribute packet defined thus far, and it's a picture)
2001-12-21Nonrevocable key signature support via "nrsign". These sigs can expire,David Shaw1-2/+4
but cannot be revoked. Any revocation certificates for them are ignored.
2001-12-17Add a generic IDEA warning for when the IDEA plugin is not present. ThisDavid Shaw1-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-07PGP2 patch. --pgp2 sets things up for pgp2 compatibility, and prints aDavid Shaw1-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-07Sig expiration codeDavid Shaw1-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-urlDavid Shaw1-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 searchWerner Koch1-1/+1
description and change the loop so that all matching names are returned.
2001-11-08Tweaked v3 -c decryption, let --force-v4-certs use SHA-1 for all RSA keys.Werner Koch1-1/+4
2001-11-08fixes for the 1.0.6b bugs David recently posted to gnupg-devel.Werner Koch1-3/+19
2001-09-09more bug fixesand some warning cleanupsWerner Koch1-8/+8
2001-08-24Removed duplicated codeWerner Koch1-550/+295
2001-08-20Implemented -cs and some fixes to the rfc1991 symmetric only modeWerner Koch1-0/+322
2001-08-10Revamped preference handlingWerner Koch1-1/+1
2001-08-09Added a way to update preferencesWerner Koch1-4/+4
2001-08-09reworked the way hased data is stored and added a "primary" commandWerner Koch1-12/+20
DCVS: ----------------------------------------------------------------------
2001-08-07More Windows and autoconf fixesWerner Koch1-0/+2
2001-08-01Changed lsign behaviour, allow future subkeys, don't list revoked keysWerner Koch1-6/+14
2001-07-26migration to autoconf 2.52 and bugfixesWerner Koch1-0/+106
2001-03-27a second snapshot thsi day (1.0.4f)Werner Koch1-1/+1
2001-03-24Verify created signatures.Werner Koch1-4/+21
2001-03-12worked on solving some bugsWerner Koch1-1/+1
2001-03-08Changed and added copyright noticesWerner Koch1-1/+1
2000-12-06Mainly changes to the pipe handling under W32Werner Koch1-1/+4
2000-11-15Some new features for use with gpgmeWerner Koch1-4/+4
2000-10-04See ChangeLog: Wed Oct 4 15:50:18 CEST 2000 Werner KochWerner Koch1-11/+11
2000-09-06See ChangeLog: Wed Sep 6 17:55:47 CEST 2000 Werner KochWerner Koch1-0/+4
2000-06-28See ChangeLog: Wed Jun 28 11:54:44 CEST 2000 Werner KochWerner Koch1-1/+29
2000-06-05See ChangeLog: Mon Jun 5 23:41:54 CEST 2000 Werner KochWerner Koch1-1/+1
2000-05-12See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner KochWerner Koch1-1/+1
2000-02-09See ChangeLog: Wed Feb 9 15:33:44 CET 2000 Werner KochWerner Koch1-1/+2
1999-12-19See ChangeLog: Sun Dec 19 15:22:26 CET 1999 Werner KochWerner Koch1-1/+7
1999-09-22See ChangeLog: Wed Sep 22 10:14:17 CEST 1999 Werner KochWerner Koch1-7/+14
1999-08-04See ChangeLog: Wed Aug 4 10:34:46 CEST 1999 Werner KochV0-9-10Werner Koch1-3/+4
1999-07-26See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner KochWerner Koch1-23/+43
1999-05-26See ChangeLog: Wed May 26 14:36:29 CEST 1999 Werner KochWerner Koch1-27/+37
1999-05-25See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner KochWerner Koch1-2/+54
1999-05-20See ChangeLog: Thu May 20 14:04:08 CEST 1999 Werner KochWerner Koch1-1/+1
1999-04-29See ChangeLog: Thu Apr 29 12:29:22 CEST 1999 Werner KochWerner Koch1-3/+12
1999-04-28See ChangeLog: Wed Apr 28 13:03:03 CEST 1999 Werner KochWerner Koch1-2/+3
1999-04-26See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner KochWerner Koch1-1/+1