mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* revoke.c (gen_desig_revoke): Specify in the comment when a designated
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.
This commit is contained in:
parent
dfd8b9d8d3
commit
74e3c5ac7d
4 changed files with 35 additions and 3 deletions
|
@ -313,7 +313,7 @@ gen_desig_revoke( const char *uname )
|
|||
goto leave;
|
||||
|
||||
afx.what = 1;
|
||||
afx.hdrlines = "Comment: A revocation certificate should follow\n";
|
||||
afx.hdrlines = "Comment: A designated revocation certificate should follow\n";
|
||||
iobuf_push_filter( out, armor_filter, &afx );
|
||||
|
||||
/* create it */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue