Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * build-packet.c (build_sig_subpkt): Handle setting sig flags for certain | David Shaw | 2002-05-28 | 1 | -0/+34 |
| | | | | | | | | | | subpacket types (notation, policy url, exportable, revocable). keyedit.c (sign_mk_attrib): Flags no longer need to be set here. * packet.h, parse-packet.c (parse_one_sig_subpkt), build-packet.c (build_sig_subpkt): Call parse_one_sig_subpkt to sanity check buffer lengths before building a sig subpacket. | ||||
* | * main.h, keygen.c (keygen_add_revkey): Add revocation key subpackets to a | David Shaw | 2002-05-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | signature (callable by make_keysig_packet). (write_direct_sig): Write a 1F direct key signature. (parse_revocation_key): Parse a string in algo:fpr:sensitive format into a revocation key. (get_parameter_revkey, do_generate_keypair): Call above functions when prompted from a batch key generation file. * build-packet.c (build_sig_subpkt): Allow multiple revocation key subpackets in a single sig. * keydb.h, getkey.c (get_seckey_byfprint): Same as get_pubkey_byfprint, except for secret keys. We only know the fingerprint of a revocation key, so this is needed to retrieve the secret key needed to issue a revokation. * packet.h, parse-packet.c (parse_signature, parse_revkeys): Split revkey parsing off into a new function that can be used to reparse after manipulating the revkey list. * sign.c (make_keysig_packet): Ability to make 1F direct key signatures. | ||||
* | * export.c (do_export_stream): Warn the user when exporting a secret key | David Shaw | 2002-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | if it or any of its secret subkeys are protected with SHA1 while simple_sk_checksum is set. * parse-packet.c (parse_key): Show when the SHA1 protection is used in --list-packets. * options.h, build-packet.c (do_comment), g10.c (main): Rename --no-comment as --sk-comments/--no-sk-comments (--no-comment still works) and make the default be --no-sk-comments. | ||||
* | Allow multiple policy URLs on a given signature. | David Shaw | 2002-05-02 | 1 | -0/+1 |
| | | | | | | | Split "--notation-data" into "--cert-notation" and "--sig-notation" so the user can set different policies for key and data signing. For backwards compatibility, "--notation-data" sets both, as before. | ||||
* | Added a copyright year for files changed this year. | Werner Koch | 2002-04-29 | 1 | -1/+1 |
| | |||||
* | * parse-packet.c (parse_key): Support a SHA1 checksum as per | Werner Koch | 2002-04-17 | 1 | -1/+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. | ||||
* | * build-packet.c (build_sig_subpkt): Delete subpackets from both hashed | David Shaw | 2002-04-12 | 1 | -89/+13 |
| | | | | | | | | | | | | | and unhashed area on update. (find_subpkt): No longer needed. * keyedit.c (sign_uids): With --pgp2 on, refuse to sign a v3 key with a v4 signature. As usual, --expert overrides. Try to tweak some strings to a closer match so they can all be translated in one place. Use different helptext keys to allow different help text for different questions. * keygen.c (keygen_upd_std_prefs): Remove preferences from both hashed and unhashed areas if they are not going to be used. | ||||
* | fix off-by-one in building attribute subpackets | David Shaw | 2002-01-06 | 1 | -1/+1 |
| | | | | | | | | | | 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 | ||||
* | * keyserver.c (keyserver_spawn): Removed some variables | Werner Koch | 2001-12-22 | 1 | -11/+11 |
| | | | | | | | | | | | | declaration due to shadowing warnings. * build-packet.c (build_attribute_subpkt): s/index/idx/ to avoid compiler warnig due to index(3). * getkey.c (get_ctx_handle): Use KEYDB_HANDLE as return value. * keylist.c (list_one): Made resname const. * keyedit.c (keyedit_menu): Allow "addphoto" only when --openpgp is not used. * options.skel: Changed one example photo viewer to qiv. | ||||
* | Photo ID support (actually generic "attribute packet" support, but there | David Shaw | 2001-12-21 | 1 | -7/+53 |
| | | | | | 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 | -0/+5 |
| | | | | | but cannot be revoked. Any revocation certificates for them are ignored. | ||||
* | Sig expiration code | David Shaw | 2001-12-07 | 1 | -0/+12 |
| | | | | | | | 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 | ||||
* | fixes for the 1.0.6b bugs David recently posted to gnupg-devel. | Werner Koch | 2001-11-08 | 1 | -5/+34 |
| | |||||
* | Minor fixes | Werner Koch | 2001-10-22 | 1 | -14/+7 |
| | |||||
* | Changed signature status cache | Werner Koch | 2001-09-25 | 1 | -1/+1 |
| | |||||
* | MDC feature support and other stuff | Werner Koch | 2001-08-30 | 1 | -0/+2 |
| | |||||
* | Added RSA key generation | Werner Koch | 2001-08-14 | 1 | -0/+1 |
| | |||||
* | fixed silly allocation bug | Werner Koch | 2001-08-09 | 1 | -1/+2 |
| | |||||
* | Added a way to update preferences | Werner Koch | 2001-08-09 | 1 | -0/+3 |
| | |||||
* | reworked the way hased data is stored and added a "primary" command | Werner Koch | 2001-08-09 | 1 | -119/+103 |
| | | | | | DCVS: ---------------------------------------------------------------------- | ||||
* | migration to autoconf 2.52 and bugfixes | Werner Koch | 2001-07-26 | 1 | -1/+10 |
| | |||||
* | Fixed bug with v3 secret keys and expiration time | Werner Koch | 2001-04-24 | 1 | -1/+1 |
| | |||||
* | Improved pipemode and tweaked handling of multiple signatures. | Werner Koch | 2001-04-05 | 1 | -2/+2 |
| | |||||
* | The "Samba" bug fixes :-) | Werner Koch | 2001-03-22 | 1 | -1/+1 |
| | |||||
* | Changed and added copyright notices | Werner Koch | 2001-03-08 | 1 | -1/+1 |
| | |||||
* | Add self-signature verification caching | Werner Koch | 2001-03-05 | 1 | -6/+90 |
| | |||||
* | See ChangeLog: Mon Jun 5 12:37:43 CEST 2000 Werner Koch | Werner Koch | 2000-06-05 | 1 | -1/+16 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Feb 15 08:48:13 CET 2000 Werner Koch | Werner Koch | 2000-02-15 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Fri Jan 14 18:32:01 CET 2000 Werner Koch | Werner Koch | 2000-01-14 | 1 | -4/+15 |
| | |||||
* | See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner Koch | Werner Koch | 1999-11-12 | 1 | -8/+22 |
| | |||||
* | See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner Koch | Werner Koch | 1999-07-08 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Mon May 31 19:41:10 CEST 1999 Werner Koch | Werner Koch | 1999-05-31 | 1 | -2/+0 |
| | |||||
* | See ChangeLog: Wed May 26 14:36:29 CEST 1999 Werner Koch | Werner Koch | 1999-05-26 | 1 | -13/+43 |
| | |||||
* | See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner Koch | Werner Koch | 1999-05-25 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner Koch | Werner Koch | 1999-05-17 | 1 | -2/+26 |
| | |||||
* | See ChangeLog: Sat May 8 19:28:33 CEST 1999 Werner Koch | Werner Koch | 1999-05-08 | 1 | -15/+8 |
| | |||||
* | See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner Koch | Werner Koch | 1999-05-06 | 1 | -28/+32 |
| | |||||
* | See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner Koch | Werner Koch | 1999-04-26 | 1 | -3/+9 |
| | |||||
* | See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch | Werner Koch | 1999-04-18 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Tue Apr 6 19:58:12 CEST 1999 Werner Koch | Werner Koch | 1999-04-06 | 1 | -0/+34 |
| | |||||
* | See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner Koch | Werner Koch | 1999-03-11 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1999-02-16 | 1 | -11/+11 |
| | |||||
* | See ChangeLog: Sat Jan 9 16:02:23 CET 1999 Werner Koch | Werner Koch | 1999-01-09 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+3 |
| | |||||
* | Snapshot release 0.4.2V0-4-2 | Werner Koch | 1998-10-18 | 1 | -1/+1 |
| | |||||
* | last local commit | Werner Koch | 1998-10-16 | 1 | -4/+16 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-09-11 | 1 | -9/+27 |
| | |||||
* | bug fix releaseV0-3-4 | Werner Koch | 1998-08-11 | 1 | -1/+2 |
| |