aboutsummaryrefslogtreecommitdiffstats
path: root/g10/revoke.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * revoke.c (gen_desig_revoke): Specify in the comment when a designatedDavid Shaw2003-11-291-1/+1
| | | | | | | | | | | | revocation is generated. * getkey.c (merge_selfsigs_main, merge_selfsigs_subkey, get_seckey_byname2): Disallow use of sign+encrypt Elgamal keys for anything except revocations. * sign.c (do_sign): Catchall for any Elgamal signatures except revocations.
* Make sure that only ascii is passed to isfoo functions.Werner Koch2003-06-071-1/+1
|
* * revoke.c (ask_revocation_reason): Clear old reason if user elects toDavid Shaw2003-05-071-0/+1
| | | | | repeat question. This is bug 153.
* * options.h, armor.c, cipher.c, g10.c, keyedit.c, pkclist.c, sign.c,David Shaw2003-05-021-1/+1
| | | | | | | encode.c, getkey.c, revoke.c: The current flags for different levels of PGP-ness are massively complex. This is step one in simplifying them. No functional change yet, just use a macro to check for compliance level.
* * options.h, g10.c (main), encode.c (write_pubkey_enc_from_list),David Shaw2002-12-031-1/+1
| | | | | | | | | pkclist.c (algo_available), revoke.c (gen_revoke): Add --pgp8 mode. This is basically identical to --pgp7 in all ways except that signing subkeys, v4 data sigs (including expiration), and SK comments are allowed. * getkey.c (finish_lookup): Comment.
* * import.c (import_secret_one): Check for an illegal (>110) protectionDavid Shaw2002-10-021-1/+3
| | | | | | | | | | | | | | | cipher when importing a secret key. * keylist.c (list_keyblock_print): Show a '#' for a secret-parts-missing key. * parse_packet.c (parse_key): Some comments. * revoke.c (gen_revoke): Remove some debugging code. * trustdb.c (verify_own_keys): Make trusted-key a non-deprecated option again.
* * revoke.c (export_minimal_pk, gen_desig_revoke, gen_revoke): Export aDavid Shaw2002-08-061-132/+173
| | | | | | minimal pk along with the revocation cert when in --pgpX mode so that PGP can import it.
* * revoke.c (gen_desig_revoke): Lots more comments about includingDavid Shaw2002-07-221-3/+14
| | | | | | | | sensitive revkeys along with the revocation sig itself. * keyserver.c (parse_keyserver_options): Simpler implementation that can skip one pass over the options.
* * keyedit.c (keyedit_menu, menu_addrevoker): Allow specifying "sensitive"David Shaw2002-07-191-2/+56
| | | | | | | | | | | as an argument to an addrevoker command. This sets the 0x40 sensitive revoker flag. * revoke.c (gen_desig_revoke): When generating a designated revocation, include the direct key sig that contains the designated revoker subpacket. This allows sensitive designated revocation subpackets to be exported. Also indicate which revokers are sensitive in the first place.
* Update head to match stable 1.0David Shaw2002-06-291-56/+318
|
* See ChangeLog: Fri Oct 6 14:29:16 CEST 2000 Werner KochWerner Koch2000-10-061-10/+3
|
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-190/+154
|
* See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch2000-01-271-14/+14
|
* See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch2000-01-241-3/+3
|
* See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1999-10-261-3/+3
|
* See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner KochWerner Koch1999-04-261-0/+186
|
* See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner KochWerner Koch1999-03-201-0/+13
|
* See ChangeLog: Tue Dec 29 19:55:38 CET 1998 Werner KochWerner Koch1998-12-291-3/+0
|
* See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner KochWerner Koch1998-12-291-1/+1
|
* See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1998-12-231-3/+3
|
* See ChangeLog: Fri Nov 27 12:39:29 CET 1998 Werner KochWerner Koch1998-11-271-1/+1
|
* Some bug fixes of the last releaseWerner Koch1998-11-101-1/+1
|
* backupWerner Koch1998-10-121-13/+13
|
* *** empty log message ***Werner Koch1998-09-111-1/+1
|
* bug fix releaseV0-3-4Werner Koch1998-08-111-3/+1
|
* ready for a new releaseWerner Koch1998-08-081-7/+4
|
* textual changesWerner Koch1998-06-291-19/+18
|
* nearly ready for 0.3.0Werner Koch1998-06-251-1/+1
|
* add-key worksWerner Koch1998-05-261-1/+1
|
* can create v4 signaturesWerner Koch1998-05-131-1/+1
|
* applied Mathews typo and grammar fixesWerner Koch1998-04-141-4/+4
|
* release 0.2.14Werner Koch1998-04-021-1/+1
|
* Renamed to GNUPGV-0-2-8Werner Koch1998-02-241-4/+4
|
* added revcation stuff and fixed a couple of bugsWerner Koch1998-02-181-0/+1
|
* some import functionalityWerner Koch1998-02-161-0/+199