mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* options.h, g10.c (main), encode.c (write_pubkey_enc_from_list),
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.
This commit is contained in:
parent
33783a41a4
commit
dc70beb88f
7 changed files with 63 additions and 35 deletions
|
@ -549,7 +549,7 @@ gen_revoke( const char *uname )
|
|||
goto leave;
|
||||
}
|
||||
|
||||
if(opt.pgp2 || opt.pgp6 || opt.pgp7)
|
||||
if(opt.pgp2 || opt.pgp6 || opt.pgp7 | opt.pgp8)
|
||||
{
|
||||
/* Use a minimal pk for PGPx mode, since PGP can't import bare
|
||||
revocation certificates. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue