mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* import.c (import_secret_one): Check for an illegal (>110) protection
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.
This commit is contained in:
parent
b8e23f7cb2
commit
27d526298b
6 changed files with 37 additions and 14 deletions
|
@ -551,7 +551,9 @@ gen_revoke( const char *uname )
|
|||
|
||||
if(opt.pgp2 || opt.pgp6 || opt.pgp7)
|
||||
{
|
||||
rc=export_minimal_pk(out,NULL /*pub_keyblock*/,sig,NULL);
|
||||
/* Use a minimal pk for PGPx mode, since PGP can't import bare
|
||||
revocation certificates. */
|
||||
rc=export_minimal_pk(out,pub_keyblock,sig,NULL);
|
||||
if(rc)
|
||||
goto leave;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue