mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-09 12:54:23 +01:00
gpg: default-key: Simply don't limit by capability.
* g10/getkey.c (parse_def_secret_key): Remove the check. -- GnuPG-bug-id: 4810 Fixes-commit: e573e6188dada4d70f6897aa2fda3c3af8c50441 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
9287f9e87b
commit
1aa2a0a46d
@ -1859,11 +1859,6 @@ parse_def_secret_key (ctrl_t ctrl)
|
|||||||
{
|
{
|
||||||
PKT_public_key *pk = node->pkt->pkt.public_key;
|
PKT_public_key *pk = node->pkt->pkt.public_key;
|
||||||
|
|
||||||
/* Check that the key has the signing capability. */
|
|
||||||
if (! (pk->pubkey_usage & PUBKEY_USAGE_SIG)
|
|
||||||
&& ! (pk->pubkey_usage & PUBKEY_USAGE_CERT))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
/* Check if the key is valid. */
|
/* Check if the key is valid. */
|
||||||
if (pk->flags.revoked)
|
if (pk->flags.revoked)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user